summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_ige.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-227/+227
* size_t-fy AES, Camellia and RC4.Andy Polyakov2008-10-311-6/+6
* aes_ige suffered SIGBUS on RISC platforms.Andy Polyakov2007-08-291-3/+7
* Change C++ style comments.Dr. Stephen Henson2007-05-161-1/+1
* More IGE speedup.Ben Laurie2007-05-131-89/+102
* AES IGE mode speedup.Ben Laurie2007-05-131-31/+54
* Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson2006-08-311-44/+44
* Forward port of IGE mode.Ben Laurie2006-08-311-0/+283