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 103abafaf2SArd Biesheuvel 11b4d0c0aaSArd Biesheuvelobj-$(CONFIG_CRYPTO_AES_ARM_CE) += aes-arm-ce.o 12b4d0c0aaSArd Biesheuvelobj-$(CONFIG_CRYPTO_GHASH_ARM_CE) += ghash-arm-ce.o 13f0be44f4SDavid McCullough 1481edb426SArd Biesheuvelaes-arm-y := aes-cipher-core.o aes-cipher-glue.o 15cc477bf6SArd Biesheuvelaes-arm-bs-y := aes-neonbs-core.o aes-neonbs-glue.o 16*1862eb00SEric Biggersblake2b-neon-y := blake2b-neon-core.o blake2b-neon-glue.o 1786464859SArd Biesheuvelaes-arm-ce-y := aes-ce-core.o aes-ce-glue.o 18f1e866b1SArd Biesheuvelghash-arm-ce-y := ghash-ce-core.o ghash-ce-glue.o 1916aae359SEric Biggersnhpoly1305-neon-y := nh-neon-core.o nhpoly1305-neon-glue.o 20