Searched refs:camellia_ctr (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/arch/x86/crypto/ |
| D | camellia_aesni_avx_glue.c | 83 static const struct common_glue_ctx camellia_ctr = { variable 186 return glue_ctr_crypt_128bit(&camellia_ctr, desc, dst, src, nbytes); in ctr_crypt()
|
| D | camellia_aesni_avx2_glue.c | 64 static const struct common_glue_ctx camellia_ctr = { variable 182 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()
|