1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00
freebsd/crypto/aes
2015-06-11 17:56:16 +00:00
..
asm Import OpenSSL 1.0.1k. 2015-01-08 22:40:39 +00:00
aes_cbc.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_cfb.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_core.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_ctr.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_ecb.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_ige.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_locl.h Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_misc.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_ofb.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_wrap.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes_x86core.c Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
aes.h Import OpenSSL 1.0.1m. 2015-03-20 15:28:40 +00:00
Makefile Import OpenSSL 1.0.1n. 2015-06-11 17:56:16 +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.