Searched refs:cbc_decrypt (Results 1 - 18 of 18) sorted by relevance

/linux-4.1.27/arch/sparc/crypto/
H A Daes_glue.c44 void (*cbc_decrypt)(const u64 *key, const u64 *input, u64 *output, member in struct:aes_ops
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, cbc_decrypt() function
323 ctx->ops->cbc_decrypt(key_end, cbc_decrypt()
439 .decrypt = cbc_decrypt,
H A Dcamellia_glue.c187 static int cbc_decrypt(struct blkcipher_desc *desc, cbc_decrypt() function
280 .decrypt = cbc_decrypt,
H A Ddes_glue.c172 static int cbc_decrypt(struct blkcipher_desc *desc, cbc_decrypt() function
435 .decrypt = cbc_decrypt,
/linux-4.1.27/arch/x86/crypto/
H A Dblowfish_glue.c248 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
412 .decrypt = cbc_decrypt,
H A Dcamellia_aesni_avx_glue.c177 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
371 .decrypt = cbc_decrypt,
H A Dcast5_avx_glue.c228 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
377 .decrypt = cbc_decrypt,
H A Ddes3_ede_glue.c253 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
439 .decrypt = cbc_decrypt,
H A Dserpent_avx2_glue.c159 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
347 .decrypt = cbc_decrypt,
H A Dtwofish_glue_3way.c173 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
371 .decrypt = cbc_decrypt,
H A Dcamellia_aesni_avx2_glue.c173 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
379 .decrypt = cbc_decrypt,
H A Dcast6_avx_glue.c180 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
408 .decrypt = cbc_decrypt,
H A Dserpent_avx_glue.c193 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
414 .decrypt = cbc_decrypt,
H A Dserpent_sse2_glue.c161 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
423 .decrypt = cbc_decrypt,
H A Dtwofish_avx_glue.c194 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
376 .decrypt = cbc_decrypt,
H A Daesni-intel_glue.c445 static int cbc_decrypt(struct blkcipher_desc *desc, cbc_decrypt() function
1321 .decrypt = cbc_decrypt,
H A Dcamellia_glue.c1395 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
1615 .decrypt = cbc_decrypt,
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c166 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
319 .decrypt = cbc_decrypt,
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-glue.c236 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, cbc_decrypt() function
389 .decrypt = cbc_decrypt,

Completed in 249 milliseconds