the format of openssl speed

2009-08-27 Thread loody
Dear all: I measure my cpu's performance with "openssl speed" below are the output: # openssl speed rsa Doing 512 bit private rsa's for 10s: 11828 512 bit private RSA's in 9.83s available timing options: TIMES TIMEB HZ=100 [sysconf value] timing function used: times signverify

RE: the format of openssl speed

2009-08-27 Thread David Schwartz
loody wrote: > Dear all: > I measure my cpu's performance with "openssl speed" > below are the output: > # openssl speed rsa > Doing 512 bit private rsa's for 10s: 11828 512 bit private RSA's in 9.83s > available timing options: TIMES TIMEB HZ=100 [sysconf value] > timing function used: times >

Re: the format of openssl speed

2009-08-27 Thread loody
Hi: thanks for your help. 2009/8/28 David Schwartz : > > loody wrote: > >> Dear all: >> I measure my cpu's performance with "openssl speed" >> below are the output: >> # openssl speed rsa >> Doing 512 bit private rsa's for 10s: 11828 512 bit private RSA's in 9.83s >> available timing options: TIMES

Re: the format of openssl speed

2009-08-28 Thread loody
2009/8/28 loody : > Hi: > thanks for your help. > 2009/8/28 David Schwartz : >> >> loody wrote: >> >>> Dear all: >>> I measure my cpu's performance with "openssl speed" >>> below are the output: >>> # openssl speed rsa >>> Doing 512 bit private rsa's for 10s: 11828 512 bit private RSA's in 9.83s >>

RE: the format of openssl speed

2009-08-30 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of loody > Sent: Friday, 28 August, 2009 04:15 > > the above mean aes-128 cbc will use 55113.2k bytes/second while > > encrypting/decrypting 16btytes plain text? This build running on this machine doing aes-128-cbc operations of 16 bytes each do

Re: the format of openssl speed

2009-09-01 Thread loody
Hi: 2009/8/31 Dave Thompson : >> From: owner-openssl-us...@openssl.org On Behalf Of loody >> Sent: Friday, 28 August, 2009 04:15 > >> > the above mean aes-128 cbc will use 55113.2k bytes/second while >> > encrypting/decrypting 16btytes plain text? > > This build running on this machine doing aes-1