Searched refs:camellia_ctr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/crypto/ |
D | camellia_aesni_avx2_glue.c | 65 static const struct common_glue_ctx camellia_ctr = { variable 183 return glue_ctr_crypt_128bit(&camellia_ctr, desc, dst, src, nbytes); in ctr_crypt()
|
D | camellia_aesni_avx_glue.c | 84 static const struct common_glue_ctx camellia_ctr = { variable 187 return glue_ctr_crypt_128bit(&camellia_ctr, desc, dst, src, nbytes); in ctr_crypt()
|
D | camellia_glue.c | 1337 static const struct common_glue_ctx camellia_ctr = { variable 1405 return glue_ctr_crypt_128bit(&camellia_ctr, desc, dst, src, nbytes); in ctr_crypt()
|