Searched refs:camellia_decrypt_cbc_2way (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | camellia.h | 65 extern void camellia_decrypt_cbc_2way(const void *ctx, u8 *dst, const u8 *src);
|
H A D | camellia_aesni_avx2_glue.c | 65 CBC_DEC_BLOCK(2, camellia_decrypt_cbc_2way); in cbc_decrypt()
|
H A D | camellia_aesni_avx_glue.c | 65 CBC_DEC_BLOCK(2, camellia_decrypt_cbc_2way); in cbc_decrypt()
|
H A D | camellia_glue.c | 1266 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 D | camellia.h | 80 extern void camellia_decrypt_cbc_2way(const void *ctx, u8 *dst, const u8 *src);
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia_aesni_avx_glue.c | 124 .fn_u = { .cbc = camellia_decrypt_cbc_2way }
|
H A D | camellia_aesni_avx2_glue.c | 119 .fn_u = { .cbc = camellia_decrypt_cbc_2way }
|
H A D | camellia_glue.c | 1265 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 6 milliseconds