Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c21 asmlinkage void camellia_ecb_enc_16way(const void *ctx, u8 *dst, const u8 *src);
22 EXPORT_SYMBOL_GPL(camellia_ecb_enc_16way); variable
39 ECB_BLOCK(CAMELLIA_AESNI_PARALLEL_BLOCKS, camellia_ecb_enc_16way); in ecb_encrypt()
H A Dcamellia.h37 asmlinkage void camellia_ecb_enc_16way(const void *ctx, u8 *dst, const u8 *src);
H A Dcamellia_aesni_avx2_glue.c37 ECB_BLOCK(CAMELLIA_AESNI_PARALLEL_BLOCKS, camellia_ecb_enc_16way); in ecb_encrypt()
H A Dcamellia-aesni-avx-asm_64.S885 SYM_FUNC_START(camellia_ecb_enc_16way)
908 SYM_FUNC_END(camellia_ecb_enc_16way)
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c21 asmlinkage void camellia_ecb_enc_16way(const void *ctx, u8 *dst, const u8 *src);
22 EXPORT_SYMBOL_GPL(camellia_ecb_enc_16way); variable
60 .fn_u = { .ecb = camellia_ecb_enc_16way }
H A Dcamellia_aesni_avx2_glue.c43 .fn_u = { .ecb = camellia_ecb_enc_16way }
H A Dcamellia-aesni-avx-asm_64.S896 SYM_FUNC_START(camellia_ecb_enc_16way)
919 SYM_FUNC_END(camellia_ecb_enc_16way)
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
H A Dcamellia.h45 asmlinkage void camellia_ecb_enc_16way(const void *ctx, u8 *dst, const u8 *src);

Completed in 4 milliseconds