> Doing something like AES-GCM with the AES in the engine and GCM Hash in > OpenSSL though I'd expect to see an impact, you are basically doingthe AES > a blcok at a time in that sceenario.
Just for reference. This is kind of bad example, because OpenSSL GCM implementation allows to deploy stream counter function, i.e. you don't have to rely on AES single-block function. And it would be inappropriate if counter function is faster. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
