Author :
jsing
Date :
2025-05-18 11:11:12
Hash :79839f6c 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@