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

/linux-master/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c61 static int cbc_decrypt(struct skcipher_request *req) function
97 .decrypt = cbc_decrypt,
H A Dcamellia_aesni_avx2_glue.c60 static int cbc_decrypt(struct skcipher_request *req) function
97 .decrypt = cbc_decrypt,
H A Dtwofish_avx_glue.c66 static int cbc_decrypt(struct skcipher_request *req) function
102 .decrypt = cbc_decrypt,
H A Dserpent_avx_glue.c64 static int cbc_decrypt(struct skcipher_request *req) function
99 .decrypt = cbc_decrypt,
H A Dserpent_sse2_glue.c67 static int cbc_decrypt(struct skcipher_request *req) function
102 .decrypt = cbc_decrypt,
H A Dcast6_avx_glue.c57 static int cbc_decrypt(struct skcipher_request *req) function
92 .decrypt = cbc_decrypt,
H A Dcast5_avx_glue.c57 static int cbc_decrypt(struct skcipher_request *req) function
92 .decrypt = cbc_decrypt,
H A Dtwofish_glue_3way.c68 static int cbc_decrypt(struct skcipher_request *req) function
101 .decrypt = cbc_decrypt,
H A Dserpent_avx2_glue.c57 static int cbc_decrypt(struct skcipher_request *req) function
93 .decrypt = cbc_decrypt,
H A Dsm4_aesni_avx2_glue.c35 static int cbc_decrypt(struct skcipher_request *req) function
81 .decrypt = cbc_decrypt,
H A Dblowfish_glue.c82 static int cbc_decrypt(struct skcipher_request *req) function
135 .decrypt = cbc_decrypt,
H A Ddes3_ede_glue.c228 static int cbc_decrypt(struct skcipher_request *req) function
332 .decrypt = cbc_decrypt,
H A Dsm4_aesni_avx_glue.c183 static int cbc_decrypt(struct skcipher_request *req) function
296 .decrypt = cbc_decrypt,
H A Daesni-intel_glue.c356 static int cbc_decrypt(struct skcipher_request *req) function
460 err = cbc_decrypt(&subreq);
1055 .decrypt = cbc_decrypt,
H A Dcamellia_glue.c1301 static int cbc_decrypt(struct skcipher_request *req) function
1354 .decrypt = cbc_decrypt,
/linux-master/arch/sparc/crypto/
H A Daes_glue.c46 void (*cbc_decrypt)(const u64 *key, const u64 *input, u64 *output, member in struct:aes_ops
137 .cbc_decrypt = aes_sparc64_cbc_decrypt_128,
149 .cbc_decrypt = aes_sparc64_cbc_decrypt_192,
161 .cbc_decrypt = aes_sparc64_cbc_decrypt_256,
292 static int cbc_decrypt(struct skcipher_request *req) function
308 ctx->ops->cbc_decrypt(key_end, walk.src.virt.addr,
409 .decrypt = cbc_decrypt,
H A Dcamellia_glue.c167 static int cbc_decrypt(struct skcipher_request *req) function
243 .decrypt = cbc_decrypt,
H A Ddes_glue.c176 static int cbc_decrypt(struct skcipher_request *req) function
404 .decrypt = cbc_decrypt,
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c164 static int cbc_decrypt(struct skcipher_request *req) function
450 .decrypt = cbc_decrypt,
H A Daes-ce-glue.c256 static int cbc_decrypt(struct skcipher_request *req) function
616 .decrypt = cbc_decrypt,
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-glue.c179 static int cbc_decrypt(struct skcipher_request *req) function
420 .decrypt = cbc_decrypt,
H A Daes-glue.c266 static int __maybe_unused cbc_decrypt(struct skcipher_request *req) function
715 .decrypt = cbc_decrypt,

Completed in 179 milliseconds