virtualx-engine/drivers/builtin_openssl/crypto/aes
2014-05-01 09:53:37 -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
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.