aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_ige.c
Commit message (Expand)AuthorAgeFilesLines
* Don't call memcpy if len is zero.Rich Salz2017-02-201-0/+3
* Copyright consolidation 05/10Rich Salz2016-05-171-47/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* 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-151-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