Re: Openssl Engine Performance Benchmarks

2009-03-31 Thread Geoff Thorpe
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 > >

RE: Openssl Engine Performance Benchmarks

2009-03-31 Thread David Schwartz
> 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

Openssl Engine Performance Benchmarks

2009-03-31 Thread Shasi Thati
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