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 5599c7331b90d9d29c9914c2a95c16d91485415a)
2014-02-14 17:17:39 +01:00
..
2012-12-13 12:43:18 +00:00
2008-12-23 11:33:01 +00:00
2008-12-23 11:33:01 +00:00
2002-11-13 14:01:34 +00:00
2008-10-31 19:30:11 +00:00
2008-12-23 11:33:01 +00:00

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.