Author :
jsing
Date :
2025-05-18 09:47:38
Hash :f0ec6e16 Message :Simplify EVP code for AES CBC.
Change aes_cbc_cipher() to call AES_cbc_encrypt() directly, rather than
via the stream.cbc function pointer. Remove stream.cbc since it is no
longer used. Also provide a separate aes_cbc_init_key() function which
makes this standalone and does not require checking mode flags.
ok joshua@ tb@