Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/crypto/
Dcamellia.h87 extern void camellia_decrypt_cbc_2way(void *ctx, u128 *dst, const u128 *src);
/Linux-v4.19/arch/x86/crypto/
Dcamellia_glue.c1285 void camellia_decrypt_cbc_2way(void *ctx, u128 *dst, const u128 *src) in camellia_decrypt_cbc_2way() function
1293 EXPORT_SYMBOL_GPL(camellia_decrypt_cbc_2way);
1372 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_decrypt_cbc_2way) }
Dcamellia_aesni_avx2_glue.c127 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_decrypt_cbc_2way) }
Dcamellia_aesni_avx_glue.c134 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_decrypt_cbc_2way) }