Searched refs:camellia_dec (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ | ||
H A D | camellia_aesni_avx_glue.c | 112 static const struct common_glue_ctx camellia_dec = { variable in typeref:struct:common_glue_ctx 166 return glue_ecb_crypt_128bit(&camellia_dec, desc, dst, src, nbytes); ecb_decrypt() |
H A D | camellia_aesni_avx2_glue.c | 99 static const struct common_glue_ctx camellia_dec = { variable in typeref:struct:common_glue_ctx 162 return glue_ecb_crypt_128bit(&camellia_dec, desc, dst, src, nbytes); ecb_decrypt() |
H A D | camellia_glue.c | 1350 static const struct common_glue_ctx camellia_dec = { variable in typeref:struct:common_glue_ctx 1385 return glue_ecb_crypt_128bit(&camellia_dec, desc, dst, src, nbytes); ecb_decrypt() |
Completed in 113 milliseconds