CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/05/18 19:49:23
Modified files: lib/libcrypto/evp: e_aes.c Log message: Simplify EVP AES code for CFB. Provide AES-NI with its own aesni_cfb*_cipher() functions, which then allows us to change the existing aes_cfb*_cipher() functions to () to call AES_cfb*_encrypt() directly. ok beck@ tb@