virtualx-engine/drivers/builtin_openssl/crypto/aes
Juan Linietsky 87f37bc5a3 -Added OpenSSL and HTTPS support
-Built-in version of the library for Windows, Android and iOS (other OSs use system one)
-Small fixes all around
2014-04-28 21:56:43 -03:00
..
asm -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes.h -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_cbc.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_cfb.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_core.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_ctr.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_ecb.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_ige.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_locl.h -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_misc.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_ofb.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_wrap.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
aes_x86core.c -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
Makefile -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
Makefile.save -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
README -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03: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.