1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # x86 crypto algorithms !! 3 # Arch-specific CryptoAPI modules. >> 4 # 4 5 5 obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i5 !! 6 obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o 6 twofish-i586-y := twofish-i586-asm_32.o twofis !! 7 obj-$(CONFIG_CRYPTO_SHA256_SPARC64) += sha256-sparc64.o 7 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish !! 8 obj-$(CONFIG_CRYPTO_SHA512_SPARC64) += sha512-sparc64.o 8 twofish-x86_64-y := twofish-x86_64-asm_64.o tw !! 9 obj-$(CONFIG_CRYPTO_MD5_SPARC64) += md5-sparc64.o 9 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += tw !! 10 10 twofish-x86_64-3way-y := twofish-x86_64-asm_64 !! 11 obj-$(CONFIG_CRYPTO_AES_SPARC64) += aes-sparc64.o 11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += two !! 12 obj-$(CONFIG_CRYPTO_DES_SPARC64) += des-sparc64.o 12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm !! 13 obj-$(CONFIG_CRYPTO_CAMELLIA_SPARC64) += camellia-sparc64.o 13 !! 14 14 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_586) += serpe !! 15 obj-$(CONFIG_CRYPTO_CRC32C_SPARC64) += crc32c-sparc64.o 15 serpent-sse2-i586-y := serpent-sse2-i586-asm_3 !! 16 16 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += se !! 17 sha1-sparc64-y := sha1_asm.o sha1_glue.o 17 serpent-sse2-x86_64-y := serpent-sse2-x86_64-a !! 18 sha256-sparc64-y := sha256_asm.o sha256_glue.o 18 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += ser !! 19 sha512-sparc64-y := sha512_asm.o sha512_glue.o 19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm !! 20 md5-sparc64-y := md5_asm.o md5_glue.o 20 obj-$(CONFIG_CRYPTO_SERPENT_AVX2_X86_64) += se !! 21 21 serpent-avx2-y := serpent-avx2-asm_64.o serpen !! 22 aes-sparc64-y := aes_asm.o aes_glue.o 22 !! 23 des-sparc64-y := des_asm.o des_glue.o 23 obj-$(CONFIG_CRYPTO_DES3_EDE_X86_64) += des3_e !! 24 camellia-sparc64-y := camellia_asm.o camellia_glue.o 24 des3_ede-x86_64-y := des3_ede-asm_64.o des3_ed << 25 << 26 obj-$(CONFIG_CRYPTO_CAMELLIA_X86_64) += camell << 27 camellia-x86_64-y := camellia-x86_64-asm_64.o << 28 obj-$(CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64) << 29 camellia-aesni-avx-x86_64-y := camellia-aesni- << 30 obj-$(CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 << 31 camellia-aesni-avx2-y := camellia-aesni-avx2-a << 32 << 33 obj-$(CONFIG_CRYPTO_BLOWFISH_X86_64) += blowfi << 34 blowfish-x86_64-y := blowfish-x86_64-asm_64.o << 35 << 36 obj-$(CONFIG_CRYPTO_CAST5_AVX_X86_64) += cast5 << 37 cast5-avx-x86_64-y := cast5-avx-x86_64-asm_64. << 38 << 39 obj-$(CONFIG_CRYPTO_CAST6_AVX_X86_64) += cast6 << 40 cast6-avx-x86_64-y := cast6-avx-x86_64-asm_64. << 41 << 42 obj-$(CONFIG_CRYPTO_AEGIS128_AESNI_SSE2) += ae << 43 aegis128-aesni-y := aegis128-aesni-asm.o aegis << 44 << 45 obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) += chacha << 46 chacha-x86_64-y := chacha-avx2-x86_64.o chacha << 47 chacha-x86_64-$(CONFIG_AS_AVX512) += chacha-av << 48 << 49 obj-$(CONFIG_CRYPTO_AES_NI_INTEL) += aesni-int << 50 aesni-intel-y := aesni-intel_asm.o aesni-intel << 51 aesni-intel-$(CONFIG_64BIT) += aes_ctrby8_avx- << 52 aes-gcm-aesni-x << 53 aes-xts-avx-x86 << 54 ifeq ($(CONFIG_AS_VAES)$(CONFIG_AS_VPCLMULQDQ) << 55 aesni-intel-$(CONFIG_64BIT) += aes-gcm-avx10-x << 56 endif << 57 << 58 obj-$(CONFIG_CRYPTO_SHA1_SSSE3) += sha1-ssse3. << 59 sha1-ssse3-y := sha1_avx2_x86_64_asm.o sha1_ss << 60 sha1-ssse3-$(CONFIG_AS_SHA1_NI) += sha1_ni_asm << 61 << 62 obj-$(CONFIG_CRYPTO_SHA256_SSSE3) += sha256-ss << 63 sha256-ssse3-y := sha256-ssse3-asm.o sha256-av << 64 sha256-ssse3-$(CONFIG_AS_SHA256_NI) += sha256_ << 65 << 66 obj-$(CONFIG_CRYPTO_SHA512_SSSE3) += sha512-ss << 67 sha512-ssse3-y := sha512-ssse3-asm.o sha512-av << 68 << 69 obj-$(CONFIG_CRYPTO_BLAKE2S_X86) += libblake2s << 70 libblake2s-x86_64-y := blake2s-core.o blake2s- << 71 << 72 obj-$(CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL) += g << 73 ghash-clmulni-intel-y := ghash-clmulni-intel_a << 74 << 75 obj-$(CONFIG_CRYPTO_POLYVAL_CLMUL_NI) += polyv << 76 polyval-clmulni-y := polyval-clmulni_asm.o pol << 77 << 78 obj-$(CONFIG_CRYPTO_CRC32C_INTEL) += crc32c-in << 79 crc32c-intel-y := crc32c-intel_glue.o << 80 crc32c-intel-$(CONFIG_64BIT) += crc32c-pcl-int << 81 << 82 obj-$(CONFIG_CRYPTO_CRC32_PCLMUL) += crc32-pcl << 83 crc32-pclmul-y := crc32-pclmul_asm.o crc32-pcl << 84 << 85 obj-$(CONFIG_CRYPTO_CRCT10DIF_PCLMUL) += crct1 << 86 crct10dif-pclmul-y := crct10dif-pcl-asm_64.o c << 87 << 88 obj-$(CONFIG_CRYPTO_POLY1305_X86_64) += poly13 << 89 poly1305-x86_64-y := poly1305-x86_64-cryptogam << 90 targets += poly1305-x86_64-cryptogams.S << 91 << 92 obj-$(CONFIG_CRYPTO_NHPOLY1305_SSE2) += nhpoly << 93 nhpoly1305-sse2-y := nh-sse2-x86_64.o nhpoly13 << 94 obj-$(CONFIG_CRYPTO_NHPOLY1305_AVX2) += nhpoly << 95 nhpoly1305-avx2-y := nh-avx2-x86_64.o nhpoly13 << 96 << 97 obj-$(CONFIG_CRYPTO_CURVE25519_X86) += curve25 << 98 << 99 obj-$(CONFIG_CRYPTO_SM3_AVX_X86_64) += sm3-avx << 100 sm3-avx-x86_64-y := sm3-avx-asm_64.o sm3_avx_g << 101 << 102 obj-$(CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64) += s << 103 sm4-aesni-avx-x86_64-y := sm4-aesni-avx-asm_64 << 104 << 105 obj-$(CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64) += << 106 sm4-aesni-avx2-x86_64-y := sm4-aesni-avx2-asm_ << 107 << 108 obj-$(CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64) += << 109 aria-aesni-avx-x86_64-y := aria-aesni-avx-asm_ << 110 << 111 obj-$(CONFIG_CRYPTO_ARIA_AESNI_AVX2_X86_64) += << 112 aria-aesni-avx2-x86_64-y := aria-aesni-avx2-as << 113 << 114 obj-$(CONFIG_CRYPTO_ARIA_GFNI_AVX512_X86_64) + << 115 aria-gfni-avx512-x86_64-y := aria-gfni-avx512- << 116 << 117 quiet_cmd_perlasm = PERLASM $@ << 118 cmd_perlasm = $(PERL) $< > $@ << 119 $(obj)/%.S: $(src)/%.pl FORCE << 120 $(call if_changed,perlasm) << 121 25 122 # Disable GCOV in odd or sensitive code !! 26 crc32c-sparc64-y := crc32c_asm.o crc32c_glue.o 123 GCOV_PROFILE_curve25519-x86_64.o := n <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.