freebsd-skq/crypto/aes
2017-01-26 18:32:12 +00:00
..
asm Import OpenSSL 1.0.2k. 2017-01-26 18:32:12 +00:00
aes_cbc.c Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes_cfb.c Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes_core.c Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes_ctr.c Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes_ecb.c Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes_ige.c Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes_locl.h Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes_misc.c Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes_ofb.c Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes_wrap.c Import OpenSSL 1.0.2d. 2015-10-23 19:46:02 +00:00
aes_x86core.c Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
aes.h Import OpenSSL 1.0.2f. 2016-01-28 18:41:59 +00:00
Makefile Import OpenSSL 1.0.2d. 2015-10-23 19:46:02 +00:00
README Flatten OpenSSL vendor tree. 2008-08-23 10:51:00 +00: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.