diff options
author | jsing <> | 2025-05-18 09:47:38 +0000 |
---|---|---|
committer | jsing <> | 2025-05-18 09:47:38 +0000 |
commit | 326a95a8c809a01004d17e615e71f4b2bf311169 (patch) | |
tree | bd8ab73a3563996ba86f6ded453981e16a183d21 /src/lib/libssl/t1_lib.c | |
parent | c00502d28feaae51bcfe8d8d2d1ac3e4ae05ba2a (diff) | |
download | openbsd-326a95a8c809a01004d17e615e71f4b2bf311169.tar.gz openbsd-326a95a8c809a01004d17e615e71f4b2bf311169.tar.bz2 openbsd-326a95a8c809a01004d17e615e71f4b2bf311169.zip |
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@
Diffstat (limited to 'src/lib/libssl/t1_lib.c')
0 files changed, 0 insertions, 0 deletions