CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/05/18 05:11:12
Modified files: lib/libcrypto/evp: e_aes.c Log message: Simplify EVP AES code for CTR. Provide AES-NI with its own aesni_ctr_cipher(), which then allows us to change aes_ctr_cipher() to call AES_ctr128_encrypt() directly. The stream.ctr function pointer is now unused and can be mopped up. ok beck@ tb@