xref: /kernel/linux/linux-5.10/arch/s390/crypto/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/s390/crypto/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Cryptographic API
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_SHA1_S390) += sha1_s390.o sha_common.o
78c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_SHA256_S390) += sha256_s390.o sha_common.o
88c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_SHA512_S390) += sha512_s390.o sha_common.o
98c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_SHA3_256_S390) += sha3_256_s390.o sha_common.o
108c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_SHA3_512_S390) += sha3_512_s390.o sha_common.o
118c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_DES_S390) += des_s390.o
128c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_AES_S390) += aes_s390.o
138c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_PAES_S390) += paes_s390.o
148c2ecf20Sopenharmony_ciobj-$(CONFIG_S390_PRNG) += prng.o
158c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_GHASH_S390) += ghash_s390.o
168c2ecf20Sopenharmony_ciobj-$(CONFIG_CRYPTO_CRC32_S390) += crc32-vx_s390.o
178c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_RANDOM) += arch_random.o
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_cicrc32-vx_s390-y := crc32-vx.o crc32le-vx.o crc32be-vx.o
20

Indexes created Thu Nov 07 10:32:03 CST 2024