Andy Polyakov 72c0482d9f aes/asm/bsaes-armv7.pl: relax stack alignment requirement. il y a 7 ans
..
asm 72c0482d9f aes/asm/bsaes-armv7.pl: relax stack alignment requirement. il y a 7 ans
Makefile 9b90ce0b46 Cleanup *.S files. il y a 7 ans
README 6f9079fd50 Because Rijndael is more known as AES, use crypto/aes instead of il y a 23 ans
aes.h 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_cbc.c 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_cfb.c 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_core.c 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_ctr.c 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_ecb.c 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_ige.c 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_locl.h 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_misc.c 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_ofb.c 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans
aes_wrap.c ae5c8664e5 Run util/openssl-format-source -v -c . il y a 9 ans
aes_x86core.c 93a17f79b9 Remove the "eay" c-file-style indicators il y a 8 ans

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.