Searched refs:cra_u (Results 1 – 25 of 62) sorted by relevance
123
/Linux-v5.4/crypto/ |
D | algif_skcipher.c | 110 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg() 111 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl, in _skcipher_recvmsg() 122 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg() 126 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg() 127 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg() 136 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg() 141 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg() 142 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
|
D | algif_aead.c | 280 aead_request_set_crypt(&areq->cra_u.aead_req, rsgl_src, in _aead_recvmsg() 282 aead_request_set_ad(&areq->cra_u.aead_req, ctx->aead_assoclen); in _aead_recvmsg() 283 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg() 293 aead_request_set_callback(&areq->cra_u.aead_req, in _aead_recvmsg() 296 err = ctx->enc ? crypto_aead_encrypt(&areq->cra_u.aead_req) : in _aead_recvmsg() 297 crypto_aead_decrypt(&areq->cra_u.aead_req); in _aead_recvmsg() 306 aead_request_set_callback(&areq->cra_u.aead_req, in _aead_recvmsg() 310 crypto_aead_encrypt(&areq->cra_u.aead_req) : in _aead_recvmsg() 311 crypto_aead_decrypt(&areq->cra_u.aead_req), in _aead_recvmsg()
|
D | des_generic.c | 99 .cra_u = { .cipher = { 113 .cra_u = { .cipher = {
|
D | crypto_null.c | 131 .cra_u = { .cipher = { 144 .cra_u = { .compress = {
|
D | tea.c | 225 .cra_u = { .cipher = { 239 .cra_u = { .cipher = { 253 .cra_u = { .cipher = {
|
D | 842.c | 104 .cra_u = { .compress = {
|
D | lz4.c | 115 .cra_u = { .compress = {
|
D | lz4hc.c | 116 .cra_u = { .compress = {
|
D | lzo.c | 118 .cra_u = { .compress = {
|
/Linux-v5.4/arch/s390/crypto/ |
D | des_s390.c | 71 .cra_u = { 154 .cra_u = { 194 .cra_u = { 258 .cra_u = { 299 .cra_u = { 340 .cra_u = { 433 .cra_u = { 475 .cra_u = {
|
D | paes_s390.c | 216 .cra_u = { 342 .cra_u = { 511 .cra_u = { 680 .cra_u = {
|
/Linux-v5.4/drivers/crypto/cavium/cpt/ |
D | cptvf_algs.c | 351 .cra_u = { 372 .cra_u = { 393 .cra_u = { 414 .cra_u = { 435 .cra_u = { 456 .cra_u = {
|
/Linux-v5.4/arch/sparc/crypto/ |
D | des_glue.c | 383 .cra_u = { 402 .cra_u = { 421 .cra_u = { 440 .cra_u = { 459 .cra_u = { 478 .cra_u = {
|
D | camellia_glue.c | 236 .cra_u = { 255 .cra_u = { 274 .cra_u = {
|
D | aes_glue.c | 394 .cra_u = { 413 .cra_u = { 432 .cra_u = { 452 .cra_u = {
|
/Linux-v5.4/drivers/crypto/rockchip/ |
D | rk3288_crypto_ablkcipher.c | 419 .cra_u.ablkcipher = { 444 .cra_u.ablkcipher = { 470 .cra_u.ablkcipher = { 495 .cra_u.ablkcipher = { 521 .cra_u.ablkcipher = { 547 .cra_u.ablkcipher = {
|
/Linux-v5.4/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 402 .cra_u = { 421 .cra_u = { 441 .cra_u = { 461 .cra_u = { 481 .cra_u = {
|
/Linux-v5.4/drivers/crypto/ |
D | atmel-tdes.c | 903 .cra_u.ablkcipher = { 922 .cra_u.ablkcipher = { 942 .cra_u.ablkcipher = { 962 .cra_u.ablkcipher = { 982 .cra_u.ablkcipher = { 1002 .cra_u.ablkcipher = { 1022 .cra_u.ablkcipher = { 1042 .cra_u.ablkcipher = { 1061 .cra_u.ablkcipher = { 1081 .cra_u.ablkcipher = {
|
D | ixp4xx_crypto.c | 1217 .cra_u = { .ablkcipher = { 1231 .cra_u = { .ablkcipher = { 1243 .cra_u = { .ablkcipher = { 1257 .cra_u = { .ablkcipher = { 1270 .cra_u = { .ablkcipher = { 1283 .cra_u = { .ablkcipher = { 1295 .cra_u = { .ablkcipher = { 1308 .cra_u = { .ablkcipher = {
|
D | padlock-aes.c | 330 .cra_u = { 403 .cra_u = { 478 .cra_u = {
|
D | geode-aes.c | 290 .cra_u = { 402 .cra_u = { 488 .cra_u = {
|
/Linux-v5.4/arch/x86/crypto/ |
D | twofish_glue.c | 73 .cra_u = {
|
/Linux-v5.4/arch/arm64/crypto/ |
D | sm4-ce-glue.c | 54 .cra_u.cipher = {
|
/Linux-v5.4/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 1093 .cra_u = { 1118 .cra_u = { 1143 .cra_u = { 1169 .cra_u = { 1195 .cra_u = { 1220 .cra_u = { 1245 .cra_u = { 1270 .cra_u = {
|
/Linux-v5.4/include/linux/ |
D | crypto.h | 453 #define cra_ablkcipher cra_u.ablkcipher 454 #define cra_blkcipher cra_u.blkcipher 455 #define cra_cipher cra_u.cipher 456 #define cra_compress cra_u.compress 572 } cra_u; member
|
123