openssl/crypto/aes
Andy Polyakov 9676402c3a PPC assembly pack: remove branch hints.
As it turns out branch hints grew as kind of a misconception. In
addition their interpretation by GNU assembler is affected by
assembler flags and can end up with opposite meaning on different
processors. As we have to loose quite a lot on misinterprerations,
especially on newer processors, we just omit them altogether.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit 20b88bb160)
2016-04-07 21:29:57 +02:00
..
asm PPC assembly pack: remove branch hints. 2016-04-07 21:29:57 +02:00
aes.h Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_cbc.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_cfb.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_core.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_ctr.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_ecb.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_ige.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_locl.h Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_misc.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_ofb.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
aes_wrap.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_x86core.c Remove the "eay" c-file-style indicators 2015-12-18 13:39:34 +01:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02: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.