Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dcamellia.h65 extern void camellia_decrypt_cbc_2way(const void *ctx, u8 *dst, const u8 *src);
H A Dcamellia_aesni_avx_glue.c65 CBC_DEC_BLOCK(2, camellia_decrypt_cbc_2way); in cbc_decrypt()
H A Dcamellia_aesni_avx2_glue.c65 CBC_DEC_BLOCK(2, camellia_decrypt_cbc_2way); in cbc_decrypt()
H A Dcamellia_glue.c1266 void camellia_decrypt_cbc_2way(const void *ctx, u8 *dst, const u8 *src) in camellia_decrypt_cbc_2way() function
1276 EXPORT_SYMBOL_GPL(camellia_decrypt_cbc_2way);
1304 CBC_DEC_BLOCK(2, camellia_decrypt_cbc_2way); in cbc_decrypt()