xref: /linux/arch/arm/crypto/Makefile (revision 13150742b09e720fdf021de14cd2b98b37415a89)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2f0be44f4SDavid McCullough#
3f0be44f4SDavid McCullough# Arch-specific CryptoAPI modules.
4f0be44f4SDavid McCullough#
5f0be44f4SDavid McCullough
6f0be44f4SDavid McCulloughobj-$(CONFIG_CRYPTO_AES_ARM) += aes-arm.o
7e4e7f10bSArd Biesheuvelobj-$(CONFIG_CRYPTO_AES_ARM_BS) += aes-arm-bs.o
8*1862eb00SEric Biggersobj-$(CONFIG_CRYPTO_BLAKE2B_NEON) += blake2b-neon.o
916aae359SEric Biggersobj-$(CONFIG_CRYPTO_NHPOLY1305_NEON) += nhpoly1305-neon.o
10d8f1308aSJason A. Donenfeldobj-$(CONFIG_CRYPTO_CURVE25519_NEON) += curve25519-neon.o
113abafaf2SArd Biesheuvel
12b4d0c0aaSArd Biesheuvelobj-$(CONFIG_CRYPTO_AES_ARM_CE) += aes-arm-ce.o
13b4d0c0aaSArd Biesheuvelobj-$(CONFIG_CRYPTO_GHASH_ARM_CE) += ghash-arm-ce.o
14f0be44f4SDavid McCullough
1581edb426SArd Biesheuvelaes-arm-y	:= aes-cipher-core.o aes-cipher-glue.o
16cc477bf6SArd Biesheuvelaes-arm-bs-y	:= aes-neonbs-core.o aes-neonbs-glue.o
17*1862eb00SEric Biggersblake2b-neon-y  := blake2b-neon-core.o blake2b-neon-glue.o
1886464859SArd Biesheuvelaes-arm-ce-y	:= aes-ce-core.o aes-ce-glue.o
19f1e866b1SArd Biesheuvelghash-arm-ce-y	:= ghash-ce-core.o ghash-ce-glue.o
2016aae359SEric Biggersnhpoly1305-neon-y := nh-neon-core.o nhpoly1305-neon-glue.o
21d8f1308aSJason A. Donenfeldcurve25519-neon-y := curve25519-core.o curve25519-glue.o
22