Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/crypto/
Dcamellia.h90 extern void camellia_crypt_ctr_2way(void *ctx, u128 *dst, const u128 *src,
/Linux-v4.19/arch/x86/crypto/
Dcamellia_glue.c1309 void camellia_crypt_ctr_2way(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_crypt_ctr_2way() function
1325 EXPORT_SYMBOL_GPL(camellia_crypt_ctr_2way);
1346 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(camellia_crypt_ctr_2way) }
Dcamellia_aesni_avx2_glue.c73 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(camellia_crypt_ctr_2way) }
Dcamellia_aesni_avx_glue.c89 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(camellia_crypt_ctr_2way) }