Add the modes OFB128, CFB128 and CTR128 to AES.
authorRichard Levitte <levitte@openssl.org>
Sat, 16 Feb 2002 12:20:34 +0000 (12:20 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 16 Feb 2002 12:20:34 +0000 (12:20 +0000)
commit97879bcd57aa72555c624ae04b91159212c125d7
treeb9b8747c4cce372db4cea3a2db03f0059714274e
parentab1dee1efc39f7e18487323663d073e7a48ebeaf
Add the modes OFB128, CFB128 and CTR128 to AES.
Submitted by Stephen Sprunk <stephen@sprunk.org>
crypto/aes/Makefile.ssl
crypto/aes/aes.h
crypto/aes/aes_cbc.c
crypto/aes/aes_cfb.c [new file with mode: 0644]
crypto/aes/aes_core.c
crypto/aes/aes_ctr.c [new file with mode: 0644]
crypto/aes/aes_ecb.c
crypto/aes/aes_locl.h
crypto/aes/aes_misc.c
crypto/aes/aes_ofb.c [new file with mode: 0644]