Home
last modified time | relevance | path

Searched refs:camellia_xts_enc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Dcamellia_aesni_avx_glue.c50 void camellia_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_xts_enc() function
55 EXPORT_SYMBOL_GPL(camellia_xts_enc);
105 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_enc) }
Dcamellia_aesni_avx2_glue.c92 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_enc) }
/Linux-v4.19/arch/x86/include/asm/crypto/
Dcamellia.h93 extern void camellia_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv);