Searched refs:camellia_enc (Results 1 - 3 of 3) sorted by relevance

/arch/x86/crypto/
H A Dcamellia_aesni_avx2_glue.c46 static const struct common_glue_ctx camellia_enc = { variable in typeref:struct:common_glue_ctx
157 return glue_ecb_crypt_128bit(&camellia_enc, desc, dst, src, nbytes);
H A Dcamellia_aesni_avx_glue.c68 static const struct common_glue_ctx camellia_enc = { variable in typeref:struct:common_glue_ctx
161 return glue_ecb_crypt_128bit(&camellia_enc, desc, dst, src, nbytes);
H A Dcamellia_glue.c1324 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);

Completed in 33 milliseconds