Andy Polyakov 7d91d9ea6b Add some C64x assembly modules [by minor adjustments of C64x+ modules]. %!s(int64=8) %!d(string=hai) anos
..
asm 7d91d9ea6b Add some C64x assembly modules [by minor adjustments of C64x+ modules]. %!s(int64=7) %!d(string=hai) anos
.cvsignore 4c1a6e004a Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev %!s(int64=16) %!d(string=hai) anos
Makefile 894c04aa05 PowerPC assembly pack: add POWER8 support. %!s(int64=8) %!d(string=hai) anos
README 6f9079fd50 Because Rijndael is more known as AES, use crypto/aes instead of %!s(int64=23) %!d(string=hai) anos
aes.h 2fd9664b0b #if out deleted function from headers so it isn't picked up by WIN32 build %!s(int64=14) %!d(string=hai) anos
aes_cbc.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. %!s(int64=13) %!d(string=hai) anos
aes_cfb.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. %!s(int64=13) %!d(string=hai) anos
aes_core.c 03e389cf04 Allow for dynamic base in Win64 FIPS module. %!s(int64=13) %!d(string=hai) anos
aes_ecb.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. %!s(int64=13) %!d(string=hai) anos
aes_ige.c f768be81d8 size_t-fy AES, Camellia and RC4. %!s(int64=16) %!d(string=hai) anos
aes_locl.h b2be099d16 Fix #if _MSC_VER clause in aes_locl.h %!s(int64=19) %!d(string=hai) anos
aes_misc.c 560b79cbff Constify version strings and some structures. %!s(int64=18) %!d(string=hai) anos
aes_ofb.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. %!s(int64=13) %!d(string=hai) anos
aes_wrap.c 2ec4ccee1f fix bug in AES_unwrap() %!s(int64=14) %!d(string=hai) anos
aes_x86core.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. %!s(int64=13) %!d(string=hai) anos

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.