aboutsummaryrefslogtreecommitdiff
path: root/crypto/aes/aes_ige.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Don't call memcpy if len is zero.Rich Salz1-0/+3
2016-05-17Copyright consolidation 05/10Rich Salz1-47/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-227/+227
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov1-6/+6
2007-08-29aes_ige suffered SIGBUS on RISC platforms.Andy Polyakov1-3/+7
2007-05-15Change C++ style comments.Dr. Stephen Henson1-1/+1
2007-05-13More IGE speedup.Ben Laurie1-89/+102
2007-05-13AES IGE mode speedup.Ben Laurie1-31/+54
2006-08-31Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson1-44/+44
2006-08-31Forward port of IGE mode.Ben Laurie1-0/+283