On Tuesday 31 March 2009 23:16:10 Shasi Thati wrote:
> Hi,
>
> I have a question regarding the openssl speed command. When I use this
> command to test the crypto offload engine performance what is the
> right command to use?
>
> Is it
>
> openssl speed -evp aes-128-cbc -engine xx -elapsed
>
>
> Is it
> openssl speed -evp aes-128-cbc -engine xx -elapsed
> or
> openssl speed -evp aes-128-cbc -engine xx
It depends what you want to measure.
> I have seen examples with both of them on the internet and I get
> different results with each of them. What exactly does "elapsed"
> opt
Hi,
I have a question regarding the openssl speed command. When I use this
command to test the crypto offload engine performance what is the right
command to use?
Is it
openssl speed -evp aes-128-cbc -engine xx -elapsed
or
openssl speed -evp aes-128-cbc -engine xx
I have seen example