summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_ige.c
AgeCommit message (Collapse)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2007-08-29aes_ige suffered SIGBUS on RISC platforms.Andy Polyakov
2007-05-15Change C++ style comments.Dr. Stephen Henson
2007-05-13More IGE speedup.Ben Laurie
2007-05-13AES IGE mode speedup.Ben Laurie
2006-08-31Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson
pedantic mode.
2006-08-31Forward port of IGE mode.Ben Laurie