openssl/crypto/rsa
Andrey Matyukov c781eb1c63 Dual 1024-bit exponentiation optimization for Intel IceLake CPU
with AVX512_IFMA + AVX512_VL instructions, primarily for RSA CRT private key
operations. It uses 256-bit registers to avoid CPU frequency scaling issues.
The performance speedup for RSA2k signature on ICL is ~2x.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13750)
2021-03-22 09:48:00 +00:00
..
build.info Remove RSA SSLv23 padding mode 2021-03-01 10:56:12 +01:00
rsa_acvp_test_params.c Add ossl_rsa symbols 2021-03-18 17:52:37 +10:00
rsa_ameth.c PROV: Add type specific PKCS#8 decoding to the DER->key decoders 2021-03-19 16:46:39 +01:00
rsa_asn1.c Add ossl_rsa symbols 2021-03-18 17:52:37 +10:00
rsa_backend.c PROV: Add type specific PKCS#8 decoding to the DER->key decoders 2021-03-19 16:46:39 +01:00
rsa_chk.c Add ossl_rsa symbols 2021-03-18 17:52:37 +10:00
rsa_crpt.c
rsa_depr.c
rsa_err.c
rsa_gen.c Add ossl_rsa symbols 2021-03-18 17:52:37 +10:00
rsa_lib.c PROV: Add type specific PKCS#8 decoding to the DER->key decoders 2021-03-19 16:46:39 +01:00
rsa_local.h Add ossl_rsa symbols 2021-03-18 17:52:37 +10:00
rsa_meth.c
rsa_mp_names.c
rsa_mp.c Add ossl_rsa symbols 2021-03-18 17:52:37 +10:00
rsa_none.c
rsa_oaep.c
rsa_ossl.c Dual 1024-bit exponentiation optimization for Intel IceLake CPU 2021-03-22 09:48:00 +00:00
rsa_pk1.c
rsa_pmeth.c Add ossl_rsa symbols 2021-03-18 17:52:37 +10:00
rsa_prn.c
rsa_pss.c
rsa_saos.c
rsa_schemes.c
rsa_sign.c Add ossl_rsa symbols 2021-03-18 17:52:37 +10:00
rsa_sp800_56b_check.c Update copyright year 2021-03-11 13:27:36 +00:00
rsa_sp800_56b_gen.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
rsa_x931.c
rsa_x931g.c