Lines Matching refs:aes
21 libaes-y := aes.o
25 libaes-$(CONFIG_ARM) += arm/aes-cipher-core.o
28 libaes-y += arm64/aes-cipher-core.o
29 libaes-$(CONFIG_KERNEL_MODE_NEON) += arm64/aes-ce-core.o
34 libaes-y += powerpc/aes-spe-core.o \
35 powerpc/aes-spe-keys.o \
36 powerpc/aes-spe-modes.o \
37 powerpc/aes-tab-4k.o
40 aes-perlasm-flavour-y := linux-ppc64
41 aes-perlasm-flavour-$(CONFIG_PPC64_ELF_ABI_V2) := linux-ppc64-elfv2
42 aes-perlasm-flavour-$(CONFIG_CPU_LITTLE_ENDIAN) := linux-ppc64le
44 cmd_perlasm_aes = $(PERL) $< $(aes-perlasm-flavour-y) $@
53 libaes-$(CONFIG_RISCV) += riscv/aes-riscv64-zvkned.o
55 libaes-$(CONFIG_X86) += x86/aes-aesni.o