- 论坛徽章:
- 0
|
[baif@baifmt30 ~]$ openssl speed bf
Doing blowfish cbc for 3s on 16 size blocks: 9831307 blowfish cbc's in 2.82s
Doing blowfish cbc for 3s on 64 size blocks: 2710040 blowfish cbc's in 2.90s
Doing blowfish cbc for 3s on 256 size blocks: 628003 blowfish cbc's in 2.67s
Doing blowfish cbc for 3s on 1024 size blocks: 166530 blowfish cbc's in 2.79s
Doing blowfish cbc for 3s on 8192 size blocks: 20803 blowfish cbc's in 2.86s
OpenSSL 0.9.8a 11 Oct 2005
built on: Sun Feb 12 03:17:58 EST 2006
options:bn(64,64) md2(int) rc4(ptr,int) des(idx,cisc,16,int) aes(partial) blowfish(ptr2)
compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DKRB5_MIT -I/usr/kerberos/include -DL_ENDIAN -DTERMIO -Wall -DMD32_REG_T=int -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wa,--noexecstack -DMD5_ASM
available timing options: TIMES TIMEB HZ=100 [sysconf value]
timing function used: times
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
blowfish cbc 55780.47k 59807.78k 60213.02k 61120.69k 59586.77k |
|