Searched refs:glue_ctr_req_128bit (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 106 extern int glue_ctr_req_128bit(const struct common_glue_ctx *gctx,
|
/Linux-v5.10/arch/x86/crypto/ |
D | glue_helper.c | 159 int glue_ctr_req_128bit(const struct common_glue_ctx *gctx, in glue_ctr_req_128bit() function 227 EXPORT_SYMBOL_GPL(glue_ctr_req_128bit);
|
D | serpent_sse2_glue.c | 157 return glue_ctr_req_128bit(&serpent_ctr, req); in ctr_crypt()
|
D | twofish_glue_3way.c | 169 return glue_ctr_req_128bit(&twofish_ctr, req); in ctr_crypt()
|
D | serpent_avx2_glue.c | 157 return glue_ctr_req_128bit(&serpent_ctr, req); in ctr_crypt()
|
D | camellia_aesni_avx2_glue.c | 170 return glue_ctr_req_128bit(&camellia_ctr, req); in ctr_crypt()
|
D | twofish_avx_glue.c | 194 return glue_ctr_req_128bit(&twofish_ctr, req); in ctr_crypt()
|
D | cast6_avx_glue.c | 164 return glue_ctr_req_128bit(&cast6_ctr, req); in ctr_crypt()
|
D | serpent_avx_glue.c | 199 return glue_ctr_req_128bit(&serpent_ctr, req); in ctr_crypt()
|
D | camellia_aesni_avx_glue.c | 172 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()
|