summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm/x86_64-mont5.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-241-5/+5
* Add endbr64 where needed by inspection. Passes regresson tests.deraadt2023-04-251-0/+5
* Use explicit .text instead of .previous to please Windows/MinGW on amd64tb2023-02-231-1/+1
* Use .section .rodata instead of a plain .rodatatb2023-02-091-1/+1
* Move constants out of text segment into rodata to prepare for xonly supportderaadt2023-01-141-1/+2
* switch to a constant-time gather procedure for amd64 mont5 asmbcook2016-09-031-199/+314
* Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again.bcook2015-09-111-6/+6
* Fix incorrect bounds check in amd64 assembly version of bn_mul_mont();miod2014-06-201-2/+2
* Import OpenSSL 1.0.1gmiod2014-04-131-3/+4
* import OpenSSL-1.0.1cdjm2012-10-131-0/+1070