/arch/sparc/crypto/ |
D | aes_glue.c | 40 void (*ecb_decrypt)(const u64 *key, const u64 *input, u64 *output, member 133 .ecb_decrypt = aes_sparc64_ecb_decrypt_128, 145 .ecb_decrypt = aes_sparc64_ecb_decrypt_192, 157 .ecb_decrypt = aes_sparc64_ecb_decrypt_256, 244 static int ecb_decrypt(struct blkcipher_desc *desc, in ecb_decrypt() function 263 ctx->ops->ecb_decrypt(key_end, in ecb_decrypt() 419 .decrypt = ecb_decrypt,
|
D | camellia_glue.c | 133 static int ecb_decrypt(struct blkcipher_desc *desc, in ecb_decrypt() function 260 .decrypt = ecb_decrypt,
|
D | des_glue.c | 131 static int ecb_decrypt(struct blkcipher_desc *desc, in ecb_decrypt() function 415 .decrypt = ecb_decrypt,
|
/arch/x86/crypto/ |
D | twofish_glue_3way.c | 160 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 351 .decrypt = ecb_decrypt,
|
D | blowfish_glue.c | 134 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 392 .decrypt = ecb_decrypt,
|
D | des3_ede_glue.c | 140 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 419 .decrypt = ecb_decrypt,
|
D | cast5_avx_glue.c | 121 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 355 .decrypt = ecb_decrypt,
|
D | twofish_avx_glue.c | 179 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 354 .decrypt = ecb_decrypt,
|
D | serpent_avx2_glue.c | 145 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 325 .decrypt = ecb_decrypt,
|
D | camellia_aesni_avx_glue.c | 163 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 350 .decrypt = ecb_decrypt,
|
D | serpent_sse2_glue.c | 148 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 403 .decrypt = ecb_decrypt,
|
D | camellia_aesni_avx2_glue.c | 159 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 358 .decrypt = ecb_decrypt,
|
D | cast6_avx_glue.c | 166 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 387 .decrypt = ecb_decrypt,
|
D | serpent_avx_glue.c | 179 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 393 .decrypt = ecb_decrypt,
|
D | camellia_glue.c | 1382 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 1595 .decrypt = ecb_decrypt,
|
D | aesni-intel_glue.c | 398 static int ecb_decrypt(struct blkcipher_desc *desc, in ecb_decrypt() function 1183 .decrypt = ecb_decrypt,
|
/arch/arm64/crypto/ |
D | aes-glue.c | 121 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 300 .decrypt = ecb_decrypt,
|
/arch/arm/crypto/ |
D | aes-ce-glue.c | 194 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() function 375 .decrypt = ecb_decrypt,
|