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

/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c54 void camellia_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) camellia_xts_enc() function
59 EXPORT_SYMBOL_GPL(camellia_xts_enc); variable
109 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_enc) }
H A Dcamellia_aesni_avx2_glue.c96 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_enc) }
/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dcamellia.h98 extern void camellia_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv);

Completed in 174 milliseconds