Searched refs:ecb_decrypt (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c45 static int ecb_decrypt(struct skcipher_request *req) function
83 .decrypt = ecb_decrypt,
H A Dcamellia_aesni_avx2_glue.c43 static int ecb_decrypt(struct skcipher_request *req) function
83 .decrypt = ecb_decrypt,
H A Dtwofish_avx_glue.c50 static int ecb_decrypt(struct skcipher_request *req) function
88 .decrypt = ecb_decrypt,
H A Dserpent_avx_glue.c49 static int ecb_decrypt(struct skcipher_request *req) function
85 .decrypt = ecb_decrypt,
H A Dserpent_sse2_glue.c52 static int ecb_decrypt(struct skcipher_request *req) function
88 .decrypt = ecb_decrypt,
H A Dcast6_avx_glue.c42 static int ecb_decrypt(struct skcipher_request *req) function
78 .decrypt = ecb_decrypt,
H A Dcast5_avx_glue.c42 static int ecb_decrypt(struct skcipher_request *req) function
78 .decrypt = ecb_decrypt,
H A Dtwofish_glue_3way.c53 static int ecb_decrypt(struct skcipher_request *req) function
88 .decrypt = ecb_decrypt,
H A Dserpent_avx2_glue.c41 static int ecb_decrypt(struct skcipher_request *req) function
79 .decrypt = ecb_decrypt,
H A Dblowfish_glue.c67 static int ecb_decrypt(struct skcipher_request *req) function
122 .decrypt = ecb_decrypt,
H A Ddes3_ede_glue.c118 static int ecb_decrypt(struct skcipher_request *req) function
319 .decrypt = ecb_decrypt,
H A Daesni-intel_glue.c312 static int ecb_decrypt(struct skcipher_request *req) function
1039 .decrypt = ecb_decrypt,
H A Dcamellia_glue.c1286 static int ecb_decrypt(struct skcipher_request *req) function
1341 .decrypt = ecb_decrypt,
/linux-master/arch/sparc/crypto/
H A Daes_glue.c42 void (*ecb_decrypt)(const u64 *key, const u64 *input, u64 *output, member in struct:aes_ops
135 .ecb_decrypt = aes_sparc64_ecb_decrypt_128,
147 .ecb_decrypt = aes_sparc64_ecb_decrypt_192,
159 .ecb_decrypt = aes_sparc64_ecb_decrypt_256,
242 static int ecb_decrypt(struct skcipher_request *req) function
258 ctx->ops->ecb_decrypt(key_end, walk.src.virt.addr,
395 .decrypt = ecb_decrypt,
H A Dcamellia_glue.c125 static int ecb_decrypt(struct skcipher_request *req) function
229 .decrypt = ecb_decrypt,
H A Ddes_glue.c125 static int ecb_decrypt(struct skcipher_request *req) function
390 .decrypt = ecb_decrypt,
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c122 static int ecb_decrypt(struct skcipher_request *req) function
433 .decrypt = ecb_decrypt,
H A Daes-ce-glue.c187 static int ecb_decrypt(struct skcipher_request *req) function
601 .decrypt = ecb_decrypt,
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-glue.c128 static int ecb_decrypt(struct skcipher_request *req) function
405 .decrypt = ecb_decrypt,
H A Daes-glue.c199 static int __maybe_unused ecb_decrypt(struct skcipher_request *req) function
700 .decrypt = ecb_decrypt,

Completed in 502 milliseconds