Gnanasekar R wrote the following:
> Hi,
>
> Has anyone tried using cryptodev driver and seen it to be better than AES
> computation in OpenSSL libs. I instrumented the time using evp_test app and
> see that AES computation using cryptodev is ~1.6ms slower compared to
> running the app without cry
Hi,
Has anyone tried using cryptodev driver and seen it to be better than AES
computation in OpenSSL libs. I instrumented the time using evp_test app and
see that AES computation using cryptodev is ~1.6ms slower compared to
running the app without cryptodev driver, in my system. So I would like to