summaryrefslogtreecommitdiffstats
path: root/crypto/bn/rsaz_exp_x2.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-01-09rsaz_exp_x2.c: Remove unused ALIGN64 macroTomas Mraz
2023-01-09rsaz_exp_x2.c: Avoid potential undefined behavior with strict aliasingTomas Mraz
2023-01-09Revert "Fix an occasional CI failure due to unaligned access"Tomas Mraz
2022-10-13Fix an occasional CI failure due to unaligned accessBernd Edlinger
2022-06-23rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2Xi Ruoyao
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2021-12-18rsa exp: move declarations before codePauli
2021-12-13Fix Coverity 1494385 logically dead code.Pauli
2021-11-19Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-05-27rsa: rename global rsaz_ sumbols so they are in namespacePauli
2021-05-27bn: rename extract_multiplier_2x20_win5 -> ossl_extract_multiplier_2x20_win5Pauli
2021-04-08Update copyright yearMatt Caswell
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov