Rémi Verschelde 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
..
README 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_cbc.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_cfb.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_core.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_ctr.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_ecb.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_ige.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_locl.h 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_misc.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_ofb.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_wrap.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前
aes_x86core.c 422196759f openssl: Move to a module and split thirdparty lib 8 年之前

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.