Home
last modified time | relevance | path

Searched refs:camellia_ctr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/crypto/
Dcamellia_aesni_avx_glue.c83 static const struct common_glue_ctx camellia_ctr = { variable
186 return glue_ctr_crypt_128bit(&camellia_ctr, desc, dst, src, nbytes); in ctr_crypt()
Dcamellia_aesni_avx2_glue.c64 static const struct common_glue_ctx camellia_ctr = { variable
182 return glue_ctr_crypt_128bit(&camellia_ctr, desc, dst, src, nbytes); in ctr_crypt()
Dcamellia_glue.c1337 static const struct common_glue_ctx camellia_ctr = { variable
1405 return glue_ctr_crypt_128bit(&camellia_ctr, desc, dst, src, nbytes); in ctr_crypt()