openssl/crypto/aes
Andy Polyakov 301a6dcd45 x86_64 assembly pack: tune clang version detection.
RT#4142

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 76eba0d94b)

Resolved conflicts:
	crypto/bn/asm/x86_64-mont.pl
	crypto/bn/asm/x86_64-mont5.pl

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2015-11-30 13:37:39 +01:00
..
asm x86_64 assembly pack: tune clang version detection. 2015-11-30 13:37:39 +01:00
aes.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_cbc.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_cfb.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_core.c Fix undefined behaviour in shifts. 2015-03-13 21:14:20 -07:00
aes_ctr.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_ecb.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_ige.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_misc.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_ofb.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_wrap.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
aes_x86core.c Fix undefined behaviour in shifts. 2015-03-13 21:14:20 -07:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
README Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +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.