summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/asm/aes-586.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Integrate AES-NI into the AES code.jsing2025-06-151-15/+15
* Always use C functions for AES_{encrypt,decrypt}().jsing2024-03-291-6/+6
* Always use C functions for AES_set_{encrypt,decrypt}_key().jsing2024-03-291-8/+8
* Make AES_cbc_encrypt() always be a C function.jsing2024-03-281-5/+4
* Move all data blocks from .text to .rodata and cleanup up and homogeneize codemiod2023-02-011-25/+20
* spelling fixes; from paul tagliamontejmc2022-12-261-3/+3
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-5/+5
* Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key()miod2014-07-091-7/+7
* resolve conflictsdjm2012-10-131-7/+7
* resolve conflicts, fix local changesdjm2010-10-011-478/+1925
* resolve conflictsdjm2009-01-091-1/+2
* fix some cause of bad TEXTREL on i386 and amd64otto2008-09-191-4/+4
* resolve conflictsdjm2008-09-061-833/+824
* import i386 AES asm code from openssl.org; ok and help with testing djm@markus2005-05-101-0/+1541