| /linux/arch/sparc/crypto/ |
| H A D | aes_glue.c | 39 void (*ecb_decrypt)(const u64 *key, const u64 *input, u64 *output, member 60 .ecb_decrypt = aes_sparc64_ecb_decrypt_128, 70 .ecb_decrypt = aes_sparc64_ecb_decrypt_192, 80 .ecb_decrypt = aes_sparc64_ecb_decrypt_256, 140 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 156 ctx->ops->ecb_decrypt(key_end, walk.src.virt.addr, in ecb_decrypt() 273 .decrypt = ecb_decrypt,
|
| H A D | camellia_glue.c | 124 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 228 .decrypt = ecb_decrypt,
|
| H A D | des_glue.c | 124 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 389 .decrypt = ecb_decrypt,
|
| /linux/arch/x86/crypto/ |
| H A D | cast5_avx_glue.c | 41 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 76 .decrypt = ecb_decrypt,
|
| H A D | cast6_avx_glue.c | 41 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 76 .decrypt = ecb_decrypt,
|
| H A D | serpent_sse2_glue.c | 51 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 86 .decrypt = ecb_decrypt,
|
| H A D | serpent_avx_glue.c | 49 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 84 .decrypt = ecb_decrypt,
|
| H A D | serpent_avx2_glue.c | 40 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 77 .decrypt = ecb_decrypt,
|
| H A D | camellia_aesni_avx_glue.c | 45 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 82 .decrypt = ecb_decrypt,
|
| H A D | twofish_avx_glue.c | 49 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 86 .decrypt = ecb_decrypt,
|
| H A D | camellia_aesni_avx2_glue.c | 42 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 81 .decrypt = ecb_decrypt,
|
| H A D | twofish_glue_3way.c | 55 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 90 .decrypt = ecb_decrypt,
|
| H A D | blowfish_glue.c | 67 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 121 .decrypt = ecb_decrypt,
|
| H A D | des3_ede_glue.c | 118 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 318 .decrypt = ecb_decrypt,
|
| H A D | camellia_glue.c | 1287 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 1341 .decrypt = ecb_decrypt,
|
| H A D | aesni-intel_glue.c | 143 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 527 .decrypt = ecb_decrypt,
|
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-glue.c | 113 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 351 .decrypt = ecb_decrypt,
|
| H A D | aes-ce-glue.c | 185 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 575 .decrypt = ecb_decrypt,
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 132 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 414 .decrypt = ecb_decrypt,
|
| H A D | aes-glue.c | 196 static int __maybe_unused ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() function 667 .decrypt = ecb_decrypt,
|