freebsd-dev/crypto/aes
Jung-uk Kim 06369e3974 Import OpenSSL 1.0.1g.
Approved by:	benl (maintainer)
2014-04-08 20:15:18 +00:00
..
asm Import OpenSSL 1.0.1g. 2014-04-08 20:15:18 +00:00
aes_cbc.c Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +00:00
aes_cfb.c Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +00:00
aes_core.c Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +00:00
aes_ctr.c Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +00:00
aes_ecb.c Flatten OpenSSL vendor tree. 2008-08-23 10:51:00 +00:00
aes_ige.c Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +00:00
aes_locl.h Flatten OpenSSL vendor tree. 2008-08-23 10:51:00 +00:00
aes_misc.c Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +00:00
aes_ofb.c Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +00:00
aes_wrap.c Import OpenSSL 0.9.8p. 2010-11-21 22:45:18 +00:00
aes_x86core.c Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +00:00
aes.h Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +00:00
Makefile Import OpenSSL 1.0.1c. 2012-07-11 23:31:36 +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.