godot/thirdparty/openssl/crypto/aes
Rémi Verschelde 4cd640f684 openssl: Move to a module and split thirdparty lib
Same rationale as the previous commits.

(cherry picked from commit 422196759f)

Removed the winrt-specific parts.
2016-10-30 14:51:32 +01:00
..
README openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_cbc.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_cfb.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_core.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_ctr.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_ecb.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_ige.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_locl.h openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_misc.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_ofb.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_wrap.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00
aes_x86core.c openssl: Move to a module and split thirdparty lib 2016-10-30 14:51:32 +01:00

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.