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

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.