Searched refs:camellia_cbc_dec_16way (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | camellia_aesni_avx_glue.c | 27 asmlinkage void camellia_cbc_dec_16way(const void *ctx, u8 *dst, const u8 *src); 28 EXPORT_SYMBOL_GPL(camellia_cbc_dec_16way); variable 64 CBC_DEC_BLOCK(CAMELLIA_AESNI_PARALLEL_BLOCKS, camellia_cbc_dec_16way); in cbc_decrypt()
|
H A D | camellia.h | 40 asmlinkage void camellia_cbc_dec_16way(const void *ctx, u8 *dst, const u8 *src);
|
H A D | camellia_aesni_avx2_glue.c | 64 CBC_DEC_BLOCK(CAMELLIA_AESNI_PARALLEL_BLOCKS, camellia_cbc_dec_16way); in cbc_decrypt()
|
H A D | camellia-aesni-avx-asm_64.S | 940 SYM_FUNC_START(camellia_cbc_dec_16way) 989 SYM_FUNC_END(camellia_cbc_dec_16way)
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia_aesni_avx_glue.c | 27 asmlinkage void camellia_cbc_dec_16way(const void *ctx, u8 *dst, const u8 *src); 28 EXPORT_SYMBOL_GPL(camellia_cbc_dec_16way); variable 121 .fn_u = { .cbc = camellia_cbc_dec_16way }
|
H A D | camellia_aesni_avx2_glue.c | 116 .fn_u = { .cbc = camellia_cbc_dec_16way }
|
H A D | camellia-aesni-avx-asm_64.S | 951 SYM_FUNC_START(camellia_cbc_dec_16way) 1000 SYM_FUNC_END(camellia_cbc_dec_16way)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/ |
H A D | camellia.h | 48 asmlinkage void camellia_cbc_dec_16way(const void *ctx, u8 *dst, const u8 *src);
|
Completed in 5 milliseconds