mirror of https://github.com/acidanthera/audk.git
CryptoPkg/Library/OpensslLib: update auto-generated files
Update OpensslLib INF files to match results from running process_files.pl to auto-generate the INF files. * OpensslLib.inf * OpensslLibAccel.inf * OpensslLibCrypto.inf * OpensslLibFull.inf * OpensslLibFullAccel.inf These INF files are generated by running the following perl scripts: * process_files.pl * process_files.pl X64 * process_files.pl X64Gcc * process_files.pl IA32 * process_files.pl IA32Gcc Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com> Cc: Guomin Jiang <guomin.jiang@intel.com> Cc: Christopher Zurcher <christopher.zurcher@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Yi Li <yi1.li@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
0882d6a32d
commit
4fcd5d2620
|
@ -250,11 +250,11 @@ extern "C" {
|
|||
# undef DECLARE_DEPRECATED
|
||||
# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
|
||||
# endif
|
||||
#elif defined(__SUNPRO_C)
|
||||
#if (__SUNPRO_C >= 0x5130)
|
||||
#undef DECLARE_DEPRECATED
|
||||
#define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
|
||||
#endif
|
||||
# elif defined(__SUNPRO_C)
|
||||
# if (__SUNPRO_C >= 0x5130)
|
||||
# undef DECLARE_DEPRECATED
|
||||
# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -204,43 +204,6 @@
|
|||
$(OPENSSL_PATH)/crypto/dso/dso_vms.c
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_win32.c
|
||||
$(OPENSSL_PATH)/crypto/ebcdic.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve25519.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec2_oct.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_ameth.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_asn1.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_check.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_curve.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_cvt.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_err.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_key.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_lib.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_mult.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_oct.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_print.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/eck_prn.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_mont.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nist.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_oct.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecx_meth.c
|
||||
$(OPENSSL_PATH)/crypto/err/err.c
|
||||
$(OPENSSL_PATH)/crypto/err/err_prn.c
|
||||
$(OPENSSL_PATH)/crypto/evp/bio_b64.c
|
||||
|
@ -426,10 +389,6 @@
|
|||
$(OPENSSL_PATH)/crypto/siphash/siphash.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_err.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/m_sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm4/sm4.c
|
||||
|
@ -542,15 +501,6 @@
|
|||
$(OPENSSL_PATH)/crypto/conf/conf_local.h
|
||||
$(OPENSSL_PATH)/crypto/dh/dh_local.h
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_local.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_local.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/field.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/word.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h
|
||||
$(OPENSSL_PATH)/crypto/evp/evp_local.h
|
||||
$(OPENSSL_PATH)/crypto/hmac/hmac_local.h
|
||||
$(OPENSSL_PATH)/crypto/lhash/lhash_local.h
|
||||
|
|
|
@ -205,43 +205,6 @@
|
|||
$(OPENSSL_PATH)/crypto/dso/dso_vms.c
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_win32.c
|
||||
$(OPENSSL_PATH)/crypto/ebcdic.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve25519.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec2_oct.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_ameth.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_asn1.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_check.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_curve.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_cvt.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_err.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_key.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_lib.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_mult.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_oct.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_print.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/eck_prn.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_mont.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nist.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_oct.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecx_meth.c
|
||||
$(OPENSSL_PATH)/crypto/err/err.c
|
||||
$(OPENSSL_PATH)/crypto/err/err_prn.c
|
||||
$(OPENSSL_PATH)/crypto/evp/bio_b64.c
|
||||
|
@ -320,7 +283,6 @@
|
|||
$(OPENSSL_PATH)/crypto/md5/md5_dgst.c
|
||||
$(OPENSSL_PATH)/crypto/md5/md5_one.c
|
||||
$(OPENSSL_PATH)/crypto/mem.c
|
||||
# $(OPENSSL_PATH)/crypto/mem_clr.c # Replaced by assembly optimized NASM/S files
|
||||
$(OPENSSL_PATH)/crypto/mem_dbg.c
|
||||
$(OPENSSL_PATH)/crypto/mem_sec.c
|
||||
$(OPENSSL_PATH)/crypto/modes/cbc128.c
|
||||
|
@ -427,10 +389,6 @@
|
|||
$(OPENSSL_PATH)/crypto/siphash/siphash.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_err.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/m_sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm4/sm4.c
|
||||
|
@ -543,15 +501,6 @@
|
|||
$(OPENSSL_PATH)/crypto/conf/conf_local.h
|
||||
$(OPENSSL_PATH)/crypto/dh/dh_local.h
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_local.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_local.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/field.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/word.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h
|
||||
$(OPENSSL_PATH)/crypto/evp/evp_local.h
|
||||
$(OPENSSL_PATH)/crypto/hmac/hmac_local.h
|
||||
$(OPENSSL_PATH)/crypto/lhash/lhash_local.h
|
||||
|
@ -634,57 +583,57 @@
|
|||
|
||||
[Sources.IA32]
|
||||
# Autogenerated IA32 files list starts here
|
||||
IA32/crypto/aes/aesni-x86.nasm | MSFT
|
||||
IA32/crypto/aes/vpaes-x86.nasm | MSFT
|
||||
IA32/crypto/modes/ghash-x86.nasm | MSFT
|
||||
IA32/crypto/sha/sha1-586.nasm | MSFT
|
||||
IA32/crypto/sha/sha256-586.nasm | MSFT
|
||||
IA32/crypto/sha/sha512-586.nasm | MSFT
|
||||
IA32/crypto/x86cpuid.nasm | MSFT
|
||||
IA32/crypto/aes/aesni-x86.nasm |MSFT
|
||||
IA32/crypto/aes/vpaes-x86.nasm |MSFT
|
||||
IA32/crypto/modes/ghash-x86.nasm |MSFT
|
||||
IA32/crypto/sha/sha1-586.nasm |MSFT
|
||||
IA32/crypto/sha/sha256-586.nasm |MSFT
|
||||
IA32/crypto/sha/sha512-586.nasm |MSFT
|
||||
IA32/crypto/x86cpuid.nasm |MSFT
|
||||
# Autogenerated files list ends here
|
||||
|
||||
# Autogenerated IA32Gcc files list starts here
|
||||
IA32Gcc/crypto/aes/aesni-x86.S | GCC
|
||||
IA32Gcc/crypto/aes/vpaes-x86.S | GCC
|
||||
IA32Gcc/crypto/modes/ghash-x86.S | GCC
|
||||
IA32Gcc/crypto/sha/sha1-586.S | GCC
|
||||
IA32Gcc/crypto/sha/sha256-586.S | GCC
|
||||
IA32Gcc/crypto/sha/sha512-586.S | GCC
|
||||
IA32Gcc/crypto/x86cpuid.S | GCC
|
||||
IA32Gcc/crypto/aes/aesni-x86.S |GCC
|
||||
IA32Gcc/crypto/aes/vpaes-x86.S |GCC
|
||||
IA32Gcc/crypto/modes/ghash-x86.S |GCC
|
||||
IA32Gcc/crypto/sha/sha1-586.S |GCC
|
||||
IA32Gcc/crypto/sha/sha256-586.S |GCC
|
||||
IA32Gcc/crypto/sha/sha512-586.S |GCC
|
||||
IA32Gcc/crypto/x86cpuid.S |GCC
|
||||
# Autogenerated files list ends here
|
||||
|
||||
[Sources.X64]
|
||||
X64/ApiHooks.c
|
||||
# Autogenerated X64 files list starts here
|
||||
X64/crypto/aes/aesni-mb-x86_64.nasm | MSFT
|
||||
X64/crypto/aes/aesni-sha1-x86_64.nasm | MSFT
|
||||
X64/crypto/aes/aesni-sha256-x86_64.nasm | MSFT
|
||||
X64/crypto/aes/aesni-x86_64.nasm | MSFT
|
||||
X64/crypto/aes/vpaes-x86_64.nasm | MSFT
|
||||
X64/crypto/modes/aesni-gcm-x86_64.nasm | MSFT
|
||||
X64/crypto/modes/ghash-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha1-mb-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha1-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha256-mb-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha256-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha512-x86_64.nasm | MSFT
|
||||
X64/crypto/x86_64cpuid.nasm | MSFT
|
||||
X64/crypto/aes/aesni-mb-x86_64.nasm |MSFT
|
||||
X64/crypto/aes/aesni-sha1-x86_64.nasm |MSFT
|
||||
X64/crypto/aes/aesni-sha256-x86_64.nasm |MSFT
|
||||
X64/crypto/aes/aesni-x86_64.nasm |MSFT
|
||||
X64/crypto/aes/vpaes-x86_64.nasm |MSFT
|
||||
X64/crypto/modes/aesni-gcm-x86_64.nasm |MSFT
|
||||
X64/crypto/modes/ghash-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha1-mb-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha1-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha256-mb-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha256-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha512-x86_64.nasm |MSFT
|
||||
X64/crypto/x86_64cpuid.nasm |MSFT
|
||||
# Autogenerated files list ends here
|
||||
|
||||
# Autogenerated X64Gcc files list starts here
|
||||
X64Gcc/crypto/aes/aesni-mb-x86_64.S | GCC
|
||||
X64Gcc/crypto/aes/aesni-sha1-x86_64.S | GCC
|
||||
X64Gcc/crypto/aes/aesni-sha256-x86_64.S | GCC
|
||||
X64Gcc/crypto/aes/aesni-x86_64.S | GCC
|
||||
X64Gcc/crypto/aes/vpaes-x86_64.S | GCC
|
||||
X64Gcc/crypto/modes/aesni-gcm-x86_64.S | GCC
|
||||
X64Gcc/crypto/modes/ghash-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha1-mb-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha1-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha256-mb-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha256-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha512-x86_64.S | GCC
|
||||
X64Gcc/crypto/x86_64cpuid.S | GCC
|
||||
X64Gcc/crypto/aes/aesni-mb-x86_64.S |GCC
|
||||
X64Gcc/crypto/aes/aesni-sha1-x86_64.S |GCC
|
||||
X64Gcc/crypto/aes/aesni-sha256-x86_64.S |GCC
|
||||
X64Gcc/crypto/aes/aesni-x86_64.S |GCC
|
||||
X64Gcc/crypto/aes/vpaes-x86_64.S |GCC
|
||||
X64Gcc/crypto/modes/aesni-gcm-x86_64.S |GCC
|
||||
X64Gcc/crypto/modes/ghash-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha1-mb-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha1-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha256-mb-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha256-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha512-x86_64.S |GCC
|
||||
X64Gcc/crypto/x86_64cpuid.S |GCC
|
||||
# Autogenerated files list ends here
|
||||
|
||||
[Packages]
|
||||
|
|
|
@ -205,43 +205,6 @@
|
|||
$(OPENSSL_PATH)/crypto/dso/dso_vms.c
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_win32.c
|
||||
$(OPENSSL_PATH)/crypto/ebcdic.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve25519.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/scalar.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec2_oct.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec2_smpl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_ameth.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_asn1.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_check.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_curve.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_cvt.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_err.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_key.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_kmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_lib.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_mult.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_oct.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_pmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_print.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/eck_prn.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_mont.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nist.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_oct.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecp_smpl.c
|
||||
# $(OPENSSL_PATH)/crypto/ec/ecx_meth.c
|
||||
$(OPENSSL_PATH)/crypto/err/err.c
|
||||
$(OPENSSL_PATH)/crypto/err/err_prn.c
|
||||
$(OPENSSL_PATH)/crypto/evp/bio_b64.c
|
||||
|
@ -427,10 +390,6 @@
|
|||
$(OPENSSL_PATH)/crypto/siphash/siphash.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_err.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c
|
||||
# $(OPENSSL_PATH)/crypto/sm2/sm2_sign.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/m_sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm4/sm4.c
|
||||
|
@ -543,15 +502,6 @@
|
|||
$(OPENSSL_PATH)/crypto/conf/conf_local.h
|
||||
$(OPENSSL_PATH)/crypto/dh/dh_local.h
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_local.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/ec_local.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/ed448.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/field.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/point_448.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/word.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h
|
||||
# $(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h
|
||||
$(OPENSSL_PATH)/crypto/evp/evp_local.h
|
||||
$(OPENSSL_PATH)/crypto/hmac/hmac_local.h
|
||||
$(OPENSSL_PATH)/crypto/lhash/lhash_local.h
|
||||
|
@ -574,57 +524,6 @@
|
|||
$(OPENSSL_PATH)/crypto/x509v3/pcy_local.h
|
||||
$(OPENSSL_PATH)/crypto/x509v3/standard_exts.h
|
||||
$(OPENSSL_PATH)/crypto/x509v3/v3_admis.h
|
||||
# $(OPENSSL_PATH)/ssl/bio_ssl.c
|
||||
# $(OPENSSL_PATH)/ssl/d1_lib.c
|
||||
# $(OPENSSL_PATH)/ssl/d1_msg.c
|
||||
# $(OPENSSL_PATH)/ssl/d1_srtp.c
|
||||
# $(OPENSSL_PATH)/ssl/methods.c
|
||||
# $(OPENSSL_PATH)/ssl/packet.c
|
||||
# $(OPENSSL_PATH)/ssl/pqueue.c
|
||||
# $(OPENSSL_PATH)/ssl/record/dtls1_bitmap.c
|
||||
# $(OPENSSL_PATH)/ssl/record/rec_layer_d1.c
|
||||
# $(OPENSSL_PATH)/ssl/record/rec_layer_s3.c
|
||||
# $(OPENSSL_PATH)/ssl/record/ssl3_buffer.c
|
||||
# $(OPENSSL_PATH)/ssl/record/ssl3_record.c
|
||||
# $(OPENSSL_PATH)/ssl/record/ssl3_record_tls13.c
|
||||
# $(OPENSSL_PATH)/ssl/s3_cbc.c
|
||||
# $(OPENSSL_PATH)/ssl/s3_enc.c
|
||||
# $(OPENSSL_PATH)/ssl/s3_lib.c
|
||||
# $(OPENSSL_PATH)/ssl/s3_msg.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_asn1.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_cert.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_ciph.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_conf.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_err.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_init.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_lib.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_mcnf.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_rsa.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_sess.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_stat.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_txt.c
|
||||
# $(OPENSSL_PATH)/ssl/ssl_utst.c
|
||||
# $(OPENSSL_PATH)/ssl/statem/extensions.c
|
||||
# $(OPENSSL_PATH)/ssl/statem/extensions_clnt.c
|
||||
# $(OPENSSL_PATH)/ssl/statem/extensions_cust.c
|
||||
# $(OPENSSL_PATH)/ssl/statem/extensions_srvr.c
|
||||
# $(OPENSSL_PATH)/ssl/statem/statem.c
|
||||
# $(OPENSSL_PATH)/ssl/statem/statem_clnt.c
|
||||
# $(OPENSSL_PATH)/ssl/statem/statem_dtls.c
|
||||
# $(OPENSSL_PATH)/ssl/statem/statem_lib.c
|
||||
# $(OPENSSL_PATH)/ssl/statem/statem_srvr.c
|
||||
# $(OPENSSL_PATH)/ssl/t1_enc.c
|
||||
# $(OPENSSL_PATH)/ssl/t1_lib.c
|
||||
# $(OPENSSL_PATH)/ssl/t1_trce.c
|
||||
# $(OPENSSL_PATH)/ssl/tls13_enc.c
|
||||
# $(OPENSSL_PATH)/ssl/tls_srp.c
|
||||
# $(OPENSSL_PATH)/ssl/packet_local.h
|
||||
# $(OPENSSL_PATH)/ssl/ssl_cert_table.h
|
||||
# $(OPENSSL_PATH)/ssl/ssl_local.h
|
||||
# $(OPENSSL_PATH)/ssl/record/record.h
|
||||
# $(OPENSSL_PATH)/ssl/record/record_local.h
|
||||
# $(OPENSSL_PATH)/ssl/statem/statem.h
|
||||
# $(OPENSSL_PATH)/ssl/statem/statem_local.h
|
||||
# Autogenerated files list ends here
|
||||
buildinf.h
|
||||
ossl_store.c
|
||||
|
|
|
@ -209,43 +209,6 @@
|
|||
$(OPENSSL_PATH)/crypto/dso/dso_vms.c
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_win32.c
|
||||
$(OPENSSL_PATH)/crypto/ebcdic.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve25519.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/scalar.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec2_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec2_smpl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_ameth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_asn1.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_check.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_curve.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_cvt.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_err.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_key.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_kmeth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_lib.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_mult.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_print.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c
|
||||
$(OPENSSL_PATH)/crypto/ec/eck_prn.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_mont.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nist.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_smpl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecx_meth.c
|
||||
$(OPENSSL_PATH)/crypto/err/err.c
|
||||
$(OPENSSL_PATH)/crypto/err/err_prn.c
|
||||
$(OPENSSL_PATH)/crypto/evp/bio_b64.c
|
||||
|
@ -431,10 +394,6 @@
|
|||
$(OPENSSL_PATH)/crypto/siphash/siphash.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_err.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_sign.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/m_sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm4/sm4.c
|
||||
|
@ -547,15 +506,6 @@
|
|||
$(OPENSSL_PATH)/crypto/conf/conf_local.h
|
||||
$(OPENSSL_PATH)/crypto/dh/dh_local.h
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/ed448.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/field.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/point_448.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/word.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h
|
||||
$(OPENSSL_PATH)/crypto/evp/evp_local.h
|
||||
$(OPENSSL_PATH)/crypto/hmac/hmac_local.h
|
||||
$(OPENSSL_PATH)/crypto/lhash/lhash_local.h
|
||||
|
@ -629,6 +579,56 @@
|
|||
$(OPENSSL_PATH)/ssl/record/record_local.h
|
||||
$(OPENSSL_PATH)/ssl/statem/statem.h
|
||||
$(OPENSSL_PATH)/ssl/statem/statem_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve25519.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/scalar.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec2_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec2_smpl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_ameth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_asn1.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_check.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_curve.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_cvt.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_err.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_key.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_kmeth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_lib.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_mult.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_print.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c
|
||||
$(OPENSSL_PATH)/crypto/ec/eck_prn.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_mont.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nist.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_smpl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecx_meth.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_err.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_sign.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/ed448.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/field.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/point_448.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/word.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h
|
||||
# Autogenerated files list ends here
|
||||
buildinf.h
|
||||
ossl_store.c
|
||||
|
|
|
@ -210,43 +210,6 @@
|
|||
$(OPENSSL_PATH)/crypto/dso/dso_vms.c
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_win32.c
|
||||
$(OPENSSL_PATH)/crypto/ebcdic.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve25519.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/scalar.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec2_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec2_smpl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_ameth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_asn1.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_check.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_curve.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_cvt.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_err.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_key.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_kmeth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_lib.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_mult.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_print.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c
|
||||
$(OPENSSL_PATH)/crypto/ec/eck_prn.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_mont.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nist.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_smpl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecx_meth.c
|
||||
$(OPENSSL_PATH)/crypto/err/err.c
|
||||
$(OPENSSL_PATH)/crypto/err/err_prn.c
|
||||
$(OPENSSL_PATH)/crypto/evp/bio_b64.c
|
||||
|
@ -325,7 +288,6 @@
|
|||
$(OPENSSL_PATH)/crypto/md5/md5_dgst.c
|
||||
$(OPENSSL_PATH)/crypto/md5/md5_one.c
|
||||
$(OPENSSL_PATH)/crypto/mem.c
|
||||
# $(OPENSSL_PATH)/crypto/mem_clr.c # Replaced by assembly optimized NASM/S files
|
||||
$(OPENSSL_PATH)/crypto/mem_dbg.c
|
||||
$(OPENSSL_PATH)/crypto/mem_sec.c
|
||||
$(OPENSSL_PATH)/crypto/modes/cbc128.c
|
||||
|
@ -432,10 +394,6 @@
|
|||
$(OPENSSL_PATH)/crypto/siphash/siphash.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_ameth.c
|
||||
$(OPENSSL_PATH)/crypto/siphash/siphash_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_err.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_sign.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/m_sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm3/sm3.c
|
||||
$(OPENSSL_PATH)/crypto/sm4/sm4.c
|
||||
|
@ -548,15 +506,6 @@
|
|||
$(OPENSSL_PATH)/crypto/conf/conf_local.h
|
||||
$(OPENSSL_PATH)/crypto/dh/dh_local.h
|
||||
$(OPENSSL_PATH)/crypto/dso/dso_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/ed448.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/field.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/point_448.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/word.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h
|
||||
$(OPENSSL_PATH)/crypto/evp/evp_local.h
|
||||
$(OPENSSL_PATH)/crypto/hmac/hmac_local.h
|
||||
$(OPENSSL_PATH)/crypto/lhash/lhash_local.h
|
||||
|
@ -630,6 +579,56 @@
|
|||
$(OPENSSL_PATH)/ssl/record/record_local.h
|
||||
$(OPENSSL_PATH)/ssl/statem/statem.h
|
||||
$(OPENSSL_PATH)/ssl/statem/statem_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve25519.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448_tables.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/eddsa.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/f_generic.c
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/scalar.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec2_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec2_smpl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_ameth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_asn1.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_check.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_curve.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_cvt.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_err.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_key.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_kmeth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_lib.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_mult.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_print.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdh_kdf.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdh_ossl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_ossl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_sign.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecdsa_vrf.c
|
||||
$(OPENSSL_PATH)/crypto/ec/eck_prn.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_mont.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nist.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp224.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp256.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistp521.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_nistputil.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_oct.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecp_smpl.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ecx_meth.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_crypt.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_err.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_pmeth.c
|
||||
$(OPENSSL_PATH)/crypto/sm2/sm2_sign.c
|
||||
$(OPENSSL_PATH)/crypto/ec/ec_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448_local.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/curve448utils.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/ed448.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/field.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/point_448.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/word.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/arch_intrinsics.h
|
||||
$(OPENSSL_PATH)/crypto/ec/curve448/arch_32/f_impl.h
|
||||
# Autogenerated files list ends here
|
||||
buildinf.h
|
||||
ossl_store.c
|
||||
|
@ -639,57 +638,57 @@
|
|||
|
||||
[Sources.IA32]
|
||||
# Autogenerated IA32 files list starts here
|
||||
IA32/crypto/aes/aesni-x86.nasm | MSFT
|
||||
IA32/crypto/aes/vpaes-x86.nasm | MSFT
|
||||
IA32/crypto/modes/ghash-x86.nasm | MSFT
|
||||
IA32/crypto/sha/sha1-586.nasm | MSFT
|
||||
IA32/crypto/sha/sha256-586.nasm | MSFT
|
||||
IA32/crypto/sha/sha512-586.nasm | MSFT
|
||||
IA32/crypto/x86cpuid.nasm | MSFT
|
||||
IA32/crypto/aes/aesni-x86.nasm |MSFT
|
||||
IA32/crypto/aes/vpaes-x86.nasm |MSFT
|
||||
IA32/crypto/modes/ghash-x86.nasm |MSFT
|
||||
IA32/crypto/sha/sha1-586.nasm |MSFT
|
||||
IA32/crypto/sha/sha256-586.nasm |MSFT
|
||||
IA32/crypto/sha/sha512-586.nasm |MSFT
|
||||
IA32/crypto/x86cpuid.nasm |MSFT
|
||||
# Autogenerated files list ends here
|
||||
|
||||
# Autogenerated IA32Gcc files list starts here
|
||||
IA32Gcc/crypto/aes/aesni-x86.S | GCC
|
||||
IA32Gcc/crypto/aes/vpaes-x86.S | GCC
|
||||
IA32Gcc/crypto/modes/ghash-x86.S | GCC
|
||||
IA32Gcc/crypto/sha/sha1-586.S | GCC
|
||||
IA32Gcc/crypto/sha/sha256-586.S | GCC
|
||||
IA32Gcc/crypto/sha/sha512-586.S | GCC
|
||||
IA32Gcc/crypto/x86cpuid.S | GCC
|
||||
IA32Gcc/crypto/aes/aesni-x86.S |GCC
|
||||
IA32Gcc/crypto/aes/vpaes-x86.S |GCC
|
||||
IA32Gcc/crypto/modes/ghash-x86.S |GCC
|
||||
IA32Gcc/crypto/sha/sha1-586.S |GCC
|
||||
IA32Gcc/crypto/sha/sha256-586.S |GCC
|
||||
IA32Gcc/crypto/sha/sha512-586.S |GCC
|
||||
IA32Gcc/crypto/x86cpuid.S |GCC
|
||||
# Autogenerated files list ends here
|
||||
|
||||
[Sources.X64]
|
||||
X64/ApiHooks.c
|
||||
# Autogenerated X64 files list starts here
|
||||
X64/crypto/aes/aesni-mb-x86_64.nasm | MSFT
|
||||
X64/crypto/aes/aesni-sha1-x86_64.nasm | MSFT
|
||||
X64/crypto/aes/aesni-sha256-x86_64.nasm | MSFT
|
||||
X64/crypto/aes/aesni-x86_64.nasm | MSFT
|
||||
X64/crypto/aes/vpaes-x86_64.nasm | MSFT
|
||||
X64/crypto/modes/aesni-gcm-x86_64.nasm | MSFT
|
||||
X64/crypto/modes/ghash-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha1-mb-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha1-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha256-mb-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha256-x86_64.nasm | MSFT
|
||||
X64/crypto/sha/sha512-x86_64.nasm | MSFT
|
||||
X64/crypto/x86_64cpuid.nasm | MSFT
|
||||
X64/crypto/aes/aesni-mb-x86_64.nasm |MSFT
|
||||
X64/crypto/aes/aesni-sha1-x86_64.nasm |MSFT
|
||||
X64/crypto/aes/aesni-sha256-x86_64.nasm |MSFT
|
||||
X64/crypto/aes/aesni-x86_64.nasm |MSFT
|
||||
X64/crypto/aes/vpaes-x86_64.nasm |MSFT
|
||||
X64/crypto/modes/aesni-gcm-x86_64.nasm |MSFT
|
||||
X64/crypto/modes/ghash-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha1-mb-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha1-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha256-mb-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha256-x86_64.nasm |MSFT
|
||||
X64/crypto/sha/sha512-x86_64.nasm |MSFT
|
||||
X64/crypto/x86_64cpuid.nasm |MSFT
|
||||
# Autogenerated files list ends here
|
||||
|
||||
# Autogenerated X64Gcc files list starts here
|
||||
X64Gcc/crypto/aes/aesni-mb-x86_64.S | GCC
|
||||
X64Gcc/crypto/aes/aesni-sha1-x86_64.S | GCC
|
||||
X64Gcc/crypto/aes/aesni-sha256-x86_64.S | GCC
|
||||
X64Gcc/crypto/aes/aesni-x86_64.S | GCC
|
||||
X64Gcc/crypto/aes/vpaes-x86_64.S | GCC
|
||||
X64Gcc/crypto/modes/aesni-gcm-x86_64.S | GCC
|
||||
X64Gcc/crypto/modes/ghash-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha1-mb-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha1-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha256-mb-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha256-x86_64.S | GCC
|
||||
X64Gcc/crypto/sha/sha512-x86_64.S | GCC
|
||||
X64Gcc/crypto/x86_64cpuid.S | GCC
|
||||
X64Gcc/crypto/aes/aesni-mb-x86_64.S |GCC
|
||||
X64Gcc/crypto/aes/aesni-sha1-x86_64.S |GCC
|
||||
X64Gcc/crypto/aes/aesni-sha256-x86_64.S |GCC
|
||||
X64Gcc/crypto/aes/aesni-x86_64.S |GCC
|
||||
X64Gcc/crypto/aes/vpaes-x86_64.S |GCC
|
||||
X64Gcc/crypto/modes/aesni-gcm-x86_64.S |GCC
|
||||
X64Gcc/crypto/modes/ghash-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha1-mb-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha1-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha256-mb-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha256-x86_64.S |GCC
|
||||
X64Gcc/crypto/sha/sha512-x86_64.S |GCC
|
||||
X64Gcc/crypto/x86_64cpuid.S |GCC
|
||||
# Autogenerated files list ends here
|
||||
|
||||
[Packages]
|
||||
|
|
Loading…
Reference in New Issue