Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Dcamellia_aesni_avx2_glue.c65 static const struct common_glue_ctx camellia_ctr = { variable
183 return glue_ctr_crypt_128bit(&camellia_ctr, desc, dst, src, nbytes); in ctr_crypt()
Dcamellia_aesni_avx_glue.c84 static const struct common_glue_ctx camellia_ctr = { variable
187 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()