Searched refs:camellia_ecb_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 | 24 asmlinkage void camellia_ecb_dec_16way(const void *ctx, u8 *dst, const u8 *src); 25 EXPORT_SYMBOL_GPL(camellia_ecb_dec_16way); variable 48 ECB_BLOCK(CAMELLIA_AESNI_PARALLEL_BLOCKS, camellia_ecb_dec_16way); in ecb_decrypt()
|
H A D | camellia.h | 38 asmlinkage void camellia_ecb_dec_16way(const void *ctx, u8 *dst, const u8 *src);
|
H A D | camellia_aesni_avx2_glue.c | 47 ECB_BLOCK(CAMELLIA_AESNI_PARALLEL_BLOCKS, camellia_ecb_dec_16way); in ecb_decrypt()
|
H A D | camellia-aesni-avx-asm_64.S | 910 SYM_FUNC_START(camellia_ecb_dec_16way) 938 SYM_FUNC_END(camellia_ecb_dec_16way)
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia_aesni_avx_glue.c | 24 asmlinkage void camellia_ecb_dec_16way(const void *ctx, u8 *dst, const u8 *src); 25 EXPORT_SYMBOL_GPL(camellia_ecb_dec_16way); variable 105 .fn_u = { .ecb = camellia_ecb_dec_16way }
|
H A D | camellia_aesni_avx2_glue.c | 97 .fn_u = { .ecb = camellia_ecb_dec_16way }
|
H A D | camellia-aesni-avx-asm_64.S | 921 SYM_FUNC_START(camellia_ecb_dec_16way) 949 SYM_FUNC_END(camellia_ecb_dec_16way)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/ |
H A D | camellia.h | 46 asmlinkage void camellia_ecb_dec_16way(const void *ctx, u8 *dst, const u8 *src);
|
Completed in 5 milliseconds