Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c27 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 Dcamellia.h40 asmlinkage void camellia_cbc_dec_16way(const void *ctx, u8 *dst, const u8 *src);
H A Dcamellia_aesni_avx2_glue.c64 CBC_DEC_BLOCK(CAMELLIA_AESNI_PARALLEL_BLOCKS, camellia_cbc_dec_16way); in cbc_decrypt()
H A Dcamellia-aesni-avx-asm_64.S940 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 Dcamellia_aesni_avx_glue.c27 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 Dcamellia_aesni_avx2_glue.c116 .fn_u = { .cbc = camellia_cbc_dec_16way }
H A Dcamellia-aesni-avx-asm_64.S951 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 Dcamellia.h48 asmlinkage void camellia_cbc_dec_16way(const void *ctx, u8 *dst, const u8 *src);

Completed in 5 milliseconds