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

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.