openssl/crypto/aes
Andy Polyakov 13c1807041 Fix crash in SPARC T4 XTS.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit 775b669de3)
2015-02-24 10:12:57 +01:00
..
asm Fix macosx-ppc build (and typos in unwind info). 2015-01-22 12:15:34 +01:00
.cvsignore Ignore more. 2012-12-13 12:43:18 +00: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 Manually reformat aes_core.c 2015-01-22 09:27:10 +00: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 Manually reformat aes_x86core.c and add it to the list of files skipped by 2015-01-22 09:28:14 +00:00
Makefile Fix crash in SPARC T4 XTS. 2015-02-24 10:12:57 +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.