Symbol: ecb_decrypt
arch/arm/crypto/aes-ce-glue.c
575
.decrypt = ecb_decrypt,
arch/arm/crypto/aes-neonbs-glue.c
351
.decrypt = ecb_decrypt,
arch/arm64/crypto/aes-glue.c
667
.decrypt = ecb_decrypt,
arch/arm64/crypto/aes-neonbs-glue.c
414
.decrypt = ecb_decrypt,
arch/sparc/crypto/aes_glue.c
156
ctx->ops->ecb_decrypt(key_end, walk.src.virt.addr,
arch/sparc/crypto/aes_glue.c
273
.decrypt = ecb_decrypt,
arch/sparc/crypto/aes_glue.c
39
void (*ecb_decrypt)(const u64 *key, const u64 *input, u64 *output,
arch/sparc/crypto/aes_glue.c
60
.ecb_decrypt = aes_sparc64_ecb_decrypt_128,
arch/sparc/crypto/aes_glue.c
70
.ecb_decrypt = aes_sparc64_ecb_decrypt_192,
arch/sparc/crypto/aes_glue.c
80
.ecb_decrypt = aes_sparc64_ecb_decrypt_256,
arch/sparc/crypto/camellia_glue.c
228
.decrypt = ecb_decrypt,
arch/sparc/crypto/des_glue.c
389
.decrypt = ecb_decrypt,
arch/x86/crypto/aesni-intel_glue.c
527
.decrypt = ecb_decrypt,
arch/x86/crypto/blowfish_glue.c
121
.decrypt = ecb_decrypt,
arch/x86/crypto/camellia_aesni_avx2_glue.c
81
.decrypt = ecb_decrypt,
arch/x86/crypto/camellia_aesni_avx_glue.c
82
.decrypt = ecb_decrypt,
arch/x86/crypto/camellia_glue.c
1341
.decrypt = ecb_decrypt,
arch/x86/crypto/cast5_avx_glue.c
76
.decrypt = ecb_decrypt,
arch/x86/crypto/cast6_avx_glue.c
76
.decrypt = ecb_decrypt,
arch/x86/crypto/des3_ede_glue.c
318
.decrypt = ecb_decrypt,
arch/x86/crypto/serpent_avx2_glue.c
77
.decrypt = ecb_decrypt,
arch/x86/crypto/serpent_avx_glue.c
84
.decrypt = ecb_decrypt,
arch/x86/crypto/serpent_sse2_glue.c
86
.decrypt = ecb_decrypt,
arch/x86/crypto/twofish_avx_glue.c
86
.decrypt = ecb_decrypt,
arch/x86/crypto/twofish_glue_3way.c
90
.decrypt = ecb_decrypt,