Searched refs:glue_ctr_req_128bit (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/crypto/ |
| D | glue_helper.h | 111 extern int glue_ctr_req_128bit(const struct common_glue_ctx *gctx,
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | glue_helper.c | 158 int glue_ctr_req_128bit(const struct common_glue_ctx *gctx, in glue_ctr_req_128bit() function 223 EXPORT_SYMBOL_GPL(glue_ctr_req_128bit);
|
| D | serpent_sse2_glue.c | 151 return glue_ctr_req_128bit(&serpent_ctr, req); in ctr_crypt()
|
| D | twofish_glue_3way.c | 166 return glue_ctr_req_128bit(&twofish_ctr, req); in ctr_crypt()
|
| D | serpent_avx2_glue.c | 160 return glue_ctr_req_128bit(&serpent_ctr, req); in ctr_crypt()
|
| D | camellia_aesni_avx2_glue.c | 175 return glue_ctr_req_128bit(&camellia_ctr, req); in ctr_crypt()
|
| D | cast6_avx_glue.c | 168 return glue_ctr_req_128bit(&cast6_ctr, req); in ctr_crypt()
|
| D | serpent_avx_glue.c | 200 return glue_ctr_req_128bit(&serpent_ctr, req); in ctr_crypt()
|
| D | twofish_avx_glue.c | 203 return glue_ctr_req_128bit(&twofish_ctr, req); in ctr_crypt()
|
| D | camellia_aesni_avx_glue.c | 179 return glue_ctr_req_128bit(&camellia_ctr, req); in ctr_crypt()
|
| D | camellia_glue.c | 1387 return glue_ctr_req_128bit(&camellia_ctr, req); in ctr_crypt()
|