The AES modes OFB and CFB are defined with 128 feedback bits. This
authorRichard Levitte <levitte@openssl.org>
Sat, 16 Feb 2002 12:39:58 +0000 (12:39 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 16 Feb 2002 12:39:58 +0000 (12:39 +0000)
commit3d7ba69a0548cd7be228f81c3e377262bf725964
tree42c5fc9a6e8758a0f9712a436856a268c22e513b
parent58133d22a8ffd5efec1ac58b8ff45f70c39ba7f9
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