The AES modes OFB and CFB are defined with 128 feedback bits. This
authorRichard Levitte <levitte@openssl.org>
Sat, 16 Feb 2002 12:39:07 +0000 (12:39 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 16 Feb 2002 12:39:07 +0000 (12:39 +0000)
commita6cd870784b190afcfd5c98b2957f73996aad4fb
treed6cc5e21afdb50fe9e4a08283ffb816b5f8725ae
parent97879bcd57aa72555c624ae04b91159212c125d7
The AES modes OFB and CFB are defined with 128 feedback bits.  This
deviates from the "standard" 64 bits of feedback that all other
algorithms are using.  Therefore, let's redo certain EVP macros to
accept different amounts of feedback bits for these modes.

Also, change e_aes.c to provide all usually available modes for AES.
CTR isn't included yet.
crypto/evp/e_aes.c
crypto/evp/e_bf.c
crypto/evp/e_cast.c
crypto/evp/e_des.c
crypto/evp/e_des3.c
crypto/evp/e_idea.c
crypto/evp/e_rc2.c
crypto/evp/e_rc5.c
crypto/evp/evp_locl.h