summaryrefslogtreecommitdiff
path: root/providers/fips.module.sources
diff options
context:
space:
mode:
Diffstat (limited to 'providers/fips.module.sources')
-rw-r--r--providers/fips.module.sources46
1 files changed, 40 insertions, 6 deletions
diff --git a/providers/fips.module.sources b/providers/fips.module.sources
index 497be6456e..7517da1808 100644
--- a/providers/fips.module.sources
+++ b/providers/fips.module.sources
@@ -10,6 +10,9 @@ crypto/aes/asm/aes-ia64.S
crypto/aes/asm/aes-mips.pl
crypto/aes/asm/aes-parisc.pl
crypto/aes/asm/aes-ppc.pl
+crypto/aes/asm/aes-riscv32-zkn.pl
+crypto/aes/asm/aes-riscv64-zkn.pl
+crypto/aes/asm/aes-riscv64.pl
crypto/aes/asm/aes-s390x.pl
crypto/aes/asm/aes-sparcv9.pl
crypto/aes/asm/aes-x86_64.pl
@@ -23,8 +26,10 @@ crypto/aes/asm/aesp8-ppc.pl
crypto/aes/asm/aest4-sparcv9.pl
crypto/aes/asm/aesv8-armx.pl
crypto/aes/asm/bsaes-armv7.pl
+crypto/aes/asm/bsaes-armv8.pl
crypto/aes/asm/bsaes-x86_64.pl
crypto/aes/asm/vpaes-armv8.pl
+crypto/aes/asm/vpaes-loongarch64.pl
crypto/aes/asm/vpaes-ppc.pl
crypto/aes/asm/vpaes-x86.pl
crypto/aes/asm/vpaes-x86_64.pl
@@ -45,8 +50,10 @@ crypto/bn/asm/ppc-mont.pl
crypto/bn/asm/ppc.pl
crypto/bn/asm/ppc64-mont-fixed.pl
crypto/bn/asm/ppc64-mont.pl
+crypto/bn/asm/rsaz-2k-avx512.pl
+crypto/bn/asm/rsaz-3k-avx512.pl
+crypto/bn/asm/rsaz-4k-avx512.pl
crypto/bn/asm/rsaz-avx2.pl
-crypto/bn/asm/rsaz-avx512.pl
crypto/bn/asm/rsaz-x86_64.pl
crypto/bn/asm/s390x-gf2m.pl
crypto/bn/asm/s390x-mont.pl
@@ -222,13 +229,17 @@ crypto/initthread.c
crypto/lhash/lhash.c
crypto/lhash/lhash_local.h
crypto/mem_clr.c
+crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl
crypto/modes/asm/aes-gcm-armv8_64.pl
+crypto/modes/asm/aes-gcm-avx512.pl
+crypto/modes/asm/aes-gcm-ppc.pl
crypto/modes/asm/aesni-gcm-x86_64.pl
crypto/modes/asm/ghash-alpha.pl
crypto/modes/asm/ghash-armv4.pl
crypto/modes/asm/ghash-c64xplus.pl
crypto/modes/asm/ghash-ia64.pl
crypto/modes/asm/ghash-parisc.pl
+crypto/modes/asm/ghash-riscv64.pl
crypto/modes/asm/ghash-s390x.pl
crypto/modes/asm/ghash-sparcv9.pl
crypto/modes/asm/ghash-x86.pl
@@ -243,6 +254,7 @@ crypto/modes/gcm128.c
crypto/modes/ofb128.c
crypto/modes/wrap128.c
crypto/modes/xts128.c
+crypto/modes/xts128gb.c
crypto/o_str.c
crypto/packet.c
crypto/param_build.c
@@ -330,17 +342,24 @@ crypto/sha/sha512.c
crypto/sha/sha_local.h
crypto/sparse_array.c
crypto/stack/stack.c
+crypto/thread/api.c
+crypto/thread/arch.c
+crypto/thread/arch/thread_none.c
+crypto/thread/arch/thread_posix.c
+crypto/thread/arch/thread_win.c
+crypto/thread/internal.c
crypto/threads_lib.c
crypto/threads_none.c
crypto/threads_pthread.c
crypto/threads_win.c
crypto/x86_64cpuid.pl
-e_os.h
include/crypto/aes_platform.h
+include/crypto/asn1.h
include/crypto/asn1_dsa.h
include/crypto/bn.h
include/crypto/bn_conf.h.in
include/crypto/bn_dh.h
+include/crypto/context.h
include/crypto/cryptlib.h
include/crypto/ctype.h
include/crypto/des_platform.h
@@ -360,13 +379,16 @@ include/crypto/sha.h
include/crypto/sparse_array.h
include/crypto/types.h
include/internal/bio.h
+include/internal/common.h
include/internal/constant_time.h
include/internal/core.h
include/internal/cryptlib.h
include/internal/deprecated.h
include/internal/der.h
+include/internal/deterministic_nonce.h
include/internal/dso.h
include/internal/dsoerr.h
+include/internal/e_os.h
include/internal/endian.h
include/internal/ffc.h
include/internal/namemap.h
@@ -378,9 +400,13 @@ include/internal/property.h
include/internal/propertyerr.h
include/internal/provider.h
include/internal/refcount.h
+include/internal/safe_math.h
include/internal/sha3.h
include/internal/sizes.h
+include/internal/ssl3_cbc.h
include/internal/symhacks.h
+include/internal/thread.h
+include/internal/thread_arch.h
include/internal/thread_once.h
include/internal/tlsgroups.h
include/internal/tsan_assist.h
@@ -445,6 +471,7 @@ include/openssl/self_test.h
include/openssl/sha.h
include/openssl/stack.h
include/openssl/symhacks.h
+include/openssl/thread.h
include/openssl/trace.h
include/openssl/types.h
providers/common/bio_prov.c
@@ -498,13 +525,16 @@ providers/implementations/ciphers/cipher_aes_ccm.c
providers/implementations/ciphers/cipher_aes_ccm.h
providers/implementations/ciphers/cipher_aes_ccm_hw.c
providers/implementations/ciphers/cipher_aes_ccm_hw_aesni.inc
-providers/implementations/ciphers/cipher_aes_cts.c
-providers/implementations/ciphers/cipher_aes_cts.h
providers/implementations/ciphers/cipher_aes_cts.inc
providers/implementations/ciphers/cipher_aes_gcm.c
providers/implementations/ciphers/cipher_aes_gcm.h
providers/implementations/ciphers/cipher_aes_gcm_hw.c
providers/implementations/ciphers/cipher_aes_gcm_hw_aesni.inc
+providers/implementations/ciphers/cipher_aes_gcm_hw_vaes_avx512.inc
+providers/implementations/ciphers/cipher_aes_gcm_siv.c
+providers/implementations/ciphers/cipher_aes_gcm_siv.h
+providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
+providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
providers/implementations/ciphers/cipher_aes_hw.c
providers/implementations/ciphers/cipher_aes_hw_aesni.inc
providers/implementations/ciphers/cipher_aes_ocb.c
@@ -515,6 +545,8 @@ providers/implementations/ciphers/cipher_aes_xts.c
providers/implementations/ciphers/cipher_aes_xts.h
providers/implementations/ciphers/cipher_aes_xts_fips.c
providers/implementations/ciphers/cipher_aes_xts_hw.c
+providers/implementations/ciphers/cipher_cts.c
+providers/implementations/ciphers/cipher_cts.h
providers/implementations/ciphers/cipher_tdes.c
providers/implementations/ciphers/cipher_tdes.h
providers/implementations/ciphers/cipher_tdes_common.c
@@ -539,6 +571,8 @@ providers/implementations/include/prov/ciphercommon_aead.h
providers/implementations/include/prov/ciphercommon_ccm.h
providers/implementations/include/prov/ciphercommon_gcm.h
providers/implementations/include/prov/digestcommon.h
+providers/implementations/include/prov/ecx.h
+providers/implementations/include/prov/hmac_drbg.h
providers/implementations/include/prov/implementations.h
providers/implementations/include/prov/kdfexchange.h
providers/implementations/include/prov/macsignature.h
@@ -578,5 +612,5 @@ providers/implementations/signature/ecdsa_sig.c
providers/implementations/signature/eddsa_sig.c
providers/implementations/signature/mac_legacy_sig.c
providers/implementations/signature/rsa_sig.c
-ssl/record/tls_pad.c
-ssl/s3_cbc.c
+ssl/record/methods/ssl3_cbc.c
+ssl/record/methods/tls_pad.c