openssl/crypto/aes
2011-12-15 22:20:05 +00:00
..
asm vpaes-x86.pl: revert previous commit and solve the problem through x86masm.pl. 2011-12-15 22:20:05 +00:00
.cvsignore
aes_cbc.c
aes_cfb.c
aes_core.c Allow for dynamic base in Win64 FIPS module. 2011-09-14 20:48:49 +00:00
aes_ecb.c
aes_ige.c
aes_locl.h
aes_misc.c
aes_ofb.c
aes_wrap.c
aes_x86core.c
aes.h
Makefile vxworks-mips: unify and add assembler. 2011-10-19 21:49:20 +00:00
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.