Re: AES using cryptodev driver

2013-06-03 Thread David McCullough
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

AES using cryptodev driver

2013-05-20 Thread Gnanasekar R
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