Searched refs:camellia_enc (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ | ||
H A D | camellia_aesni_avx_glue.c | 67 static const struct common_glue_ctx camellia_enc = { variable in typeref:struct:common_glue_ctx 160 return glue_ecb_crypt_128bit(&camellia_enc, desc, dst, src, nbytes); ecb_encrypt() |
H A D | camellia_aesni_avx2_glue.c | 45 static const struct common_glue_ctx camellia_enc = { variable in typeref:struct:common_glue_ctx 156 return glue_ecb_crypt_128bit(&camellia_enc, desc, dst, src, nbytes); ecb_encrypt() |
H A D | camellia_glue.c | 1324 static const struct common_glue_ctx camellia_enc = { variable in typeref:struct:common_glue_ctx 1379 return glue_ecb_crypt_128bit(&camellia_enc, desc, dst, src, nbytes); ecb_encrypt() |
Completed in 119 milliseconds