Home
last modified time | relevance | path

Searched refs:glue_cbc_decrypt_req_128bit (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/
H A Dglue_helper.h103 extern int glue_cbc_decrypt_req_128bit(const struct common_glue_ctx *gctx,
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dglue_helper.c98 int glue_cbc_decrypt_req_128bit(const struct common_glue_ctx *gctx, in glue_cbc_decrypt_req_128bit() function
157 EXPORT_SYMBOL_GPL(glue_cbc_decrypt_req_128bit);
H A Dserpent_sse2_glue.c152 return glue_cbc_decrypt_req_128bit(&serpent_dec_cbc, req); in cbc_decrypt()
H A Dtwofish_glue_3way.c164 return glue_cbc_decrypt_req_128bit(&twofish_dec_cbc, req); in cbc_decrypt()
H A Dserpent_avx2_glue.c152 return glue_cbc_decrypt_req_128bit(&serpent_dec_cbc, req); in cbc_decrypt()
H A Dcamellia_aesni_avx2_glue.c165 return glue_cbc_decrypt_req_128bit(&camellia_dec_cbc, req); in cbc_decrypt()
H A Dtwofish_avx_glue.c189 return glue_cbc_decrypt_req_128bit(&twofish_dec_cbc, req); in cbc_decrypt()
H A Dcast6_avx_glue.c159 return glue_cbc_decrypt_req_128bit(&cast6_dec_cbc, req); in cbc_decrypt()
H A Dcamellia_aesni_avx_glue.c167 return glue_cbc_decrypt_req_128bit(&camellia_dec_cbc, req); in cbc_decrypt()
H A Dserpent_avx_glue.c194 return glue_cbc_decrypt_req_128bit(&serpent_dec_cbc, req); in cbc_decrypt()
H A Dcamellia_glue.c1382 return glue_cbc_decrypt_req_128bit(&camellia_dec_cbc, req); in cbc_decrypt()