Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dcamellia_aesni_avx_glue.c60 void camellia_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_xts_dec() function
65 EXPORT_SYMBOL_GPL(camellia_xts_dec);
153 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_dec) }
Dcamellia_aesni_avx2_glue.c149 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_dec) }
/linux-4.4.14/arch/x86/include/asm/crypto/
Dcamellia.h99 extern void camellia_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv);