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

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.