/arch/sparc/crypto/ |
D | aes_glue.c | 44 void (*cbc_decrypt)(const u64 *key, const u64 *input, u64 *output, member 135 .cbc_decrypt = aes_sparc64_cbc_decrypt_128, 147 .cbc_decrypt = aes_sparc64_cbc_decrypt_192, 159 .cbc_decrypt = aes_sparc64_cbc_decrypt_256, 304 static int cbc_decrypt(struct blkcipher_desc *desc, in cbc_decrypt() function 323 ctx->ops->cbc_decrypt(key_end, in cbc_decrypt() 439 .decrypt = cbc_decrypt,
|
D | camellia_glue.c | 187 static int cbc_decrypt(struct blkcipher_desc *desc, in cbc_decrypt() function 280 .decrypt = cbc_decrypt,
|
D | des_glue.c | 172 static int cbc_decrypt(struct blkcipher_desc *desc, in cbc_decrypt() function 435 .decrypt = cbc_decrypt,
|
/arch/x86/crypto/ |
D | blowfish_glue.c | 248 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 412 .decrypt = cbc_decrypt,
|
D | twofish_glue_3way.c | 173 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 367 .decrypt = cbc_decrypt,
|
D | cast5_avx_glue.c | 226 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 375 .decrypt = cbc_decrypt,
|
D | des3_ede_glue.c | 253 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 439 .decrypt = cbc_decrypt,
|
D | twofish_avx_glue.c | 192 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 374 .decrypt = cbc_decrypt,
|
D | serpent_avx2_glue.c | 158 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 346 .decrypt = cbc_decrypt,
|
D | camellia_aesni_avx_glue.c | 176 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 370 .decrypt = cbc_decrypt,
|
D | serpent_avx_glue.c | 192 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 408 .decrypt = cbc_decrypt,
|
D | serpent_sse2_glue.c | 161 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 418 .decrypt = cbc_decrypt,
|
D | camellia_aesni_avx2_glue.c | 172 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 378 .decrypt = cbc_decrypt,
|
D | cast6_avx_glue.c | 179 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 403 .decrypt = cbc_decrypt,
|
D | camellia_glue.c | 1395 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 1611 .decrypt = cbc_decrypt,
|
D | aesni-intel_glue.c | 435 static int cbc_decrypt(struct blkcipher_desc *desc, in cbc_decrypt() function 1151 .decrypt = cbc_decrypt,
|
/arch/arm64/crypto/ |
D | aes-glue.c | 171 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 324 .decrypt = cbc_decrypt,
|
/arch/arm/crypto/ |
D | aes-ce-glue.c | 246 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() function 399 .decrypt = cbc_decrypt,
|