summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/asm/aes-x86_64.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Integrate AES-NI into the AES code.jsing2025-06-151-45/+45
* Always use C functions for AES_{encrypt,decrypt}().jsing2024-03-291-18/+18
* Always use C functions for AES_set_{encrypt,decrypt}_key().jsing2024-03-291-20/+20
* Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers.jsing2024-03-291-4/+4
* Make AES_cbc_encrypt() always be a C function.jsing2024-03-281-7/+6
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-241-13/+13
* Add endbr64 where needed by inspection. Passes regresson tests.deraadt2023-04-251-0/+13
* 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
* http://repzret.org/p/repzret/deraadt2017-12-111-5/+5
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-2/+4
* Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key()miod2014-07-091-18/+18
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+2
* On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don'tkettenis2012-10-311-1/+1
* resolve conflictsdjm2012-10-131-18/+27
* resolve conflicts, fix local changesdjm2010-10-011-1/+1
* import OpenSSL-1.0.0adjm2010-10-011-391/+1621
* import openssl-0.9.8jdjm2009-01-091-3/+4
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1578