Home
last modified time | relevance | path

Searched refs:camellia_crypt_ctr_2way (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/
H A Dcamellia.h83 extern void camellia_crypt_ctr_2way(const void *ctx, u8 *dst, const u8 *src,
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcamellia_glue.c1293 void camellia_crypt_ctr_2way(const void *ctx, u8 *d, const u8 *s, le128 *iv) in camellia_crypt_ctr_2way() function
1311 EXPORT_SYMBOL_GPL(camellia_crypt_ctr_2way);
1332 .fn_u = { .ctr = camellia_crypt_ctr_2way }
H A Dcamellia_aesni_avx2_glue.c65 .fn_u = { .ctr = camellia_crypt_ctr_2way }
H A Dcamellia_aesni_avx_glue.c79 .fn_u = { .ctr = camellia_crypt_ctr_2way }