summaryrefslogtreecommitdiff
path: root/crypto/bn/rsaz_exp_x2.c
Commit message (Expand)AuthorAgeFilesLines
* rsaz_exp_x2.c: Remove unused ALIGN64 macroTomas Mraz2023-01-091-8/+0
* rsaz_exp_x2.c: Avoid potential undefined behavior with strict aliasingTomas Mraz2023-01-091-4/+12
* Revert "Fix an occasional CI failure due to unaligned access"Tomas Mraz2023-01-091-9/+7
* Fix an occasional CI failure due to unaligned accessBernd Edlinger2022-10-131-7/+9
* rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2Xi Ruoyao2022-06-231-0/+3
* Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz2022-06-161-0/+3
* rsa exp: move declarations before codePauli2021-12-181-2/+5
* Fix Coverity 1494385 logically dead code.Pauli2021-12-131-4/+14
* Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-11-191-160/+250
* rsa: rename global rsaz_ sumbols so they are in namespacePauli2021-05-271-31/+31
* bn: rename extract_multiplier_2x20_win5 -> ossl_extract_multiplier_2x20_win5Pauli2021-05-271-7/+13
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-0/+542