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

/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dcamellia.h95 extern void camellia_crypt_ctr_2way(void *ctx, u128 *dst, const u128 *src,
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c93 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(camellia_crypt_ctr_2way) }
H A Dcamellia_glue.c1306 void camellia_crypt_ctr_2way(void *ctx, u128 *dst, const u128 *src, le128 *iv) camellia_crypt_ctr_2way() function
1322 EXPORT_SYMBOL_GPL(camellia_crypt_ctr_2way); variable
1343 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(camellia_crypt_ctr_2way) }
H A Dcamellia_aesni_avx2_glue.c77 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(camellia_crypt_ctr_2way) }

Completed in 47 milliseconds