aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_ige.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused initialisationsPauli2020-12-031-3/+1
* Avoid undefined behavior with unaligned accessesBernd Edlinger2020-05-271-5/+9
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use build.info, not ifdef for crypto modulesRich Salz2020-04-161-5/+0
* Deprecate the low level AES functionsMatt Caswell2020-01-061-0/+6
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell2019-04-121-0/+14
* Following the license change, modify the boilerplates in crypto/aes/Richard Levitte2018-12-061-1/+1
* 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