openssl/crypto/aes
Richard Levitte e961c7a201 Remove the "eay" c-file-style indicators
Since we don't use the eay style any more, there's no point tryint to
tell emacs to use it.

Reviewed-by: Ben Laurie <ben@openssl.org>
2015-12-18 13:13:31 +01:00
..
asm Fix typos 2015-10-23 20:41:17 +02:00
aes.h Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_cbc.c Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_cfb.c Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_core.c Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_ctr.c Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_ecb.c Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_ige.c Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_locl.h Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_misc.c Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_ofb.c Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
aes_wrap.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_x86core.c Remove the "eay" c-file-style indicators 2015-12-18 13:13:31 +01:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 11:22:10 +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.