godot/thirdparty/openssl/crypto/aes
Rémi Verschelde 422196759f openssl: Move to a module and split thirdparty lib
Same rationale as the previous commits.
2016-10-15 11:50:41 +02:00
..
aes_cbc.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_cfb.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_core.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_ctr.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_ecb.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_ige.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_locl.h openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_misc.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_ofb.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_wrap.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
aes_x86core.c openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
README openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02: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.