~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/x86/crypto/Makefile

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/x86/crypto/Makefile (Version linux-6.12-rc7) and /arch/mips/crypto/Makefile (Version linux-5.17.15)


  1 # SPDX-License-Identifier: GPL-2.0                  1 # SPDX-License-Identifier: GPL-2.0
  2 #                                                   2 #
  3 # x86 crypto algorithms                        !!   3 # Makefile for MIPS crypto files..
                                                   >>   4 #
  4                                                     5 
  5 obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i5 !!   6 obj-$(CONFIG_CRYPTO_CRC32_MIPS) += crc32-mips.o
  6 twofish-i586-y := twofish-i586-asm_32.o twofis << 
  7 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish << 
  8 twofish-x86_64-y := twofish-x86_64-asm_64.o tw << 
  9 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += tw << 
 10 twofish-x86_64-3way-y := twofish-x86_64-asm_64 << 
 11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += two << 
 12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm << 
 13                                                << 
 14 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_586) += serpe << 
 15 serpent-sse2-i586-y := serpent-sse2-i586-asm_3 << 
 16 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += se << 
 17 serpent-sse2-x86_64-y := serpent-sse2-x86_64-a << 
 18 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += ser << 
 19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm << 
 20 obj-$(CONFIG_CRYPTO_SERPENT_AVX2_X86_64) += se << 
 21 serpent-avx2-y := serpent-avx2-asm_64.o serpen << 
 22                                                << 
 23 obj-$(CONFIG_CRYPTO_DES3_EDE_X86_64) += des3_e << 
 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                                                     7 
108 obj-$(CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64) +=  !!   8 obj-$(CONFIG_CRYPTO_CHACHA_MIPS) += chacha-mips.o
109 aria-aesni-avx-x86_64-y := aria-aesni-avx-asm_ !!   9 chacha-mips-y := chacha-core.o chacha-glue.o
                                                   >>  10 AFLAGS_chacha-core.o += -O2 # needed to fill branch delay slots
110                                                    11 
111 obj-$(CONFIG_CRYPTO_ARIA_AESNI_AVX2_X86_64) += !!  12 obj-$(CONFIG_CRYPTO_POLY1305_MIPS) += poly1305-mips.o
112 aria-aesni-avx2-x86_64-y := aria-aesni-avx2-as !!  13 poly1305-mips-y := poly1305-core.o poly1305-glue.o
113                                                    14 
114 obj-$(CONFIG_CRYPTO_ARIA_GFNI_AVX512_X86_64) + !!  15 perlasm-flavour-$(CONFIG_32BIT) := o32
115 aria-gfni-avx512-x86_64-y := aria-gfni-avx512- !!  16 perlasm-flavour-$(CONFIG_64BIT) := 64
116                                                    17 
117 quiet_cmd_perlasm = PERLASM $@                     18 quiet_cmd_perlasm = PERLASM $@
118       cmd_perlasm = $(PERL) $< > $@            !!  19       cmd_perlasm = $(PERL) $(<) $(perlasm-flavour-y) $(@)
119 $(obj)/%.S: $(src)/%.pl FORCE                  !!  20 
                                                   >>  21 $(obj)/poly1305-core.S: $(src)/poly1305-mips.pl FORCE
120         $(call if_changed,perlasm)                 22         $(call if_changed,perlasm)
121                                                    23 
122 # Disable GCOV in odd or sensitive code        !!  24 targets += poly1305-core.S
123 GCOV_PROFILE_curve25519-x86_64.o := n          << 
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php