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

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.