Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c24 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 Dcamellia.h38 asmlinkage void camellia_ecb_dec_16way(const void *ctx, u8 *dst, const u8 *src);
H A Dcamellia_aesni_avx2_glue.c47 ECB_BLOCK(CAMELLIA_AESNI_PARALLEL_BLOCKS, camellia_ecb_dec_16way); in ecb_decrypt()
H A Dcamellia-aesni-avx-asm_64.S910 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 Dcamellia_aesni_avx_glue.c24 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 Dcamellia_aesni_avx2_glue.c97 .fn_u = { .ecb = camellia_ecb_dec_16way }
H A Dcamellia-aesni-avx-asm_64.S921 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 Dcamellia.h46 asmlinkage void camellia_ecb_dec_16way(const void *ctx, u8 *dst, const u8 *src);

Completed in 5 milliseconds