Home
last modified time | relevance | path

Searched refs:cra_u (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.15/crypto/
H A Dalgif_skcipher.c90 err = algif_skcipher_export(sk, &areq->cra_u.skcipher_req); in algif_skcipher_done()
155 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
156 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl, in _skcipher_recvmsg()
160 err = crypto_skcipher_import(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
177 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
182 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
183 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
192 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
198 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
199 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
[all …]
H A Dalgif_aead.c282 aead_request_set_crypt(&areq->cra_u.aead_req, rsgl_src, in _aead_recvmsg()
284 aead_request_set_ad(&areq->cra_u.aead_req, ctx->aead_assoclen); in _aead_recvmsg()
285 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
295 aead_request_set_callback(&areq->cra_u.aead_req, in _aead_recvmsg()
298 err = ctx->enc ? crypto_aead_encrypt(&areq->cra_u.aead_req) : in _aead_recvmsg()
299 crypto_aead_decrypt(&areq->cra_u.aead_req); in _aead_recvmsg()
308 aead_request_set_callback(&areq->cra_u.aead_req, in _aead_recvmsg()
313 crypto_aead_encrypt(&areq->cra_u.aead_req) : in _aead_recvmsg()
314 crypto_aead_decrypt(&areq->cra_u.aead_req), in _aead_recvmsg()
H A Ddes_generic.c93 .cra_u = { .cipher = {
107 .cra_u = { .cipher = {
H A Dtea.c210 .cra_u = { .cipher = {
223 .cra_u = { .cipher = {
236 .cra_u = { .cipher = {
H A Dsm4_generic.c65 .cra_u = {
H A Dblowfish_generic.c109 .cra_u = { .cipher = {
H A Dcrypto_null.c121 .cra_u = { .cipher = {
H A Dtwofish_generic.c172 .cra_u = { .cipher = {
H A Dkhazad.c852 .cra_u = { .cipher = {
H A Danubis.c676 .cra_u = { .cipher = {
H A Daes_generic.c1293 .cra_u = {
H A Dseed.c442 .cra_u = {
H A Dcast6_generic.c254 .cra_u = {
H A Daria_generic.c286 .cra_u = {
/linux-6.15/include/linux/
H A Dcrypto.h248 #define cra_cipher cra_u.cipher
347 } cra_u; member
/linux-6.15/arch/x86/crypto/
H A Dtwofish_glue.c72 .cra_u = {
H A Dblowfish_glue.c98 .cra_u = {
H A Ddes3_ede_glue.c295 .cra_u = {
/linux-6.15/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c62 .cra_u.cipher = {
/linux-6.15/include/crypto/
H A Dif_alg.h111 } cra_u; member
/linux-6.15/arch/sparc/crypto/
H A Ddes_glue.c347 .cra_u = {
365 .cra_u = {
H A Dcamellia_glue.c205 .cra_u = {
/linux-6.15/arch/s390/crypto/
H A Ddes_s390.c78 .cra_u = {
243 .cra_u = {
/linux-6.15/drivers/crypto/
H A Dgeode-aes.c227 .cra_u = {
H A Dpadlock-aes.c333 .cra_u = {

12