openssl/crypto/aes
Andy Polyakov b347341c75 aes/asm/aesni-x86_64.pl: further optimization for Atom Silvermont.
Improve CBC decrypt and CTR by ~13/16%, which adds up to ~25/33%
improvement over "pre-Silvermont" version. [Add performance table to
aesni-x86.pl].
(cherry picked from commit 5599c7331b)
2014-02-14 17:17:39 +01:00
..
asm aes/asm/aesni-x86_64.pl: further optimization for Atom Silvermont. 2014-02-14 17:17:39 +01:00
.cvsignore Ignore more. 2012-12-13 12:43:18 +00:00
aes.h FIPS low level blocking for AES, RC4 and Camellia. This is complicated by 2011-06-05 17:36:44 +00:00
aes_cbc.c Patch the omission from prvious commit #17716. 2008-12-23 11:38:33 +00:00
aes_cfb.c Engage crypto/modes. 2008-12-23 11:33:01 +00:00
aes_core.c Rename all AES_set*() functions using private_ prefix. 2011-06-21 16:23:42 +00:00
aes_ctr.c Engage crypto/modes. 2008-12-23 11:33:01 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_ige.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_locl.h Fix #if _MSC_VER clause in aes_locl.h 2005-07-30 19:42:50 +00:00
aes_misc.c Revert "version skew" patches that break FIPS compilation 2012-06-09 23:36:38 +00:00
aes_ofb.c Engage crypto/modes. 2008-12-23 11:33:01 +00:00
aes_wrap.c EVP support for wrapping algorithms. 2013-10-01 14:01:17 +01:00
aes_x86core.c Intel compiler support update from HEAD. 2012-11-28 13:12:09 +00:00
Makefile [aesni|sha*]-mb-x86_64.pl: add multi-block assembly modules [from master]. 2014-02-05 14:33:44 +01:00
README

This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher suite.