openssl/crypto/aes
Matt Caswell 10621efd32 Run util/openssl-format-source -v -c .
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22 09:38:39 +00:00
..
asm Fix irix-cc build. 2015-01-07 18:43:34 +01:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
aes.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_cbc.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_cfb.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_core.c Manually reformat aes_core.c 2015-01-22 09:36:41 +00:00
aes_ctr.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_ecb.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_ige.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_misc.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_ofb.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_wrap.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_x86core.c Manually reformat aes_x86core.c and add it to the list of files skipped by 2015-01-22 09:37:36 +00:00
Makefile make update 2014-01-06 13:33:27 +00: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.