Home
last modified time | relevance | path

Searched refs:camellia_decrypt_cbc_2way (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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_avx2_glue.c65 CBC_DEC_BLOCK(2, camellia_decrypt_cbc_2way); in cbc_decrypt()
H A Dcamellia_aesni_avx_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); variable
1304 CBC_DEC_BLOCK(2, camellia_decrypt_cbc_2way); in cbc_decrypt()
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
H A Dcamellia.h80 extern void camellia_decrypt_cbc_2way(const void *ctx, u8 *dst, const u8 *src);
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c124 .fn_u = { .cbc = camellia_decrypt_cbc_2way }
H A Dcamellia_aesni_avx2_glue.c119 .fn_u = { .cbc = camellia_decrypt_cbc_2way }
H A Dcamellia_glue.c1265 void camellia_decrypt_cbc_2way(const void *ctx, u8 *d, const u8 *s) in camellia_decrypt_cbc_2way() function
1275 EXPORT_SYMBOL_GPL(camellia_decrypt_cbc_2way); variable
1358 .fn_u = { .cbc = camellia_decrypt_cbc_2way }

Completed in 9 milliseconds