eebrah

DO basic benchmarks

Apr 30th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Doing 512 bit private rsa's for 10s: 130152 512 bit private RSA's in 9.99s
  2. Doing 512 bit public rsa's for 10s: 1588440 512 bit public RSA's in 10.00s
  3. Doing 1024 bit private rsa's for 10s: 37333 1024 bit private RSA's in 10.00s
  4. Doing 1024 bit public rsa's for 10s: 534379 1024 bit public RSA's in 10.00s
  5. Doing 2048 bit private rsa's for 10s: 5142 2048 bit private RSA's in 10.00s
  6. Doing 2048 bit public rsa's for 10s: 157619 2048 bit public RSA's in 10.00s
  7. Doing 4096 bit private rsa's for 10s: 719 4096 bit private RSA's in 10.01s
  8. Doing 4096 bit public rsa's for 10s: 45069 4096 bit public RSA's in 10.00s
  9. OpenSSL 1.0.1 14 Mar 2012
  10. built on: Mon Apr 7 20:33:29 UTC 2014
  11. options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) blowfish(idx)
  12. compiler: cc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DOPENSSL_NO_TLS1_2_CLIENT -DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50 -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
  13. sign verify sign/s verify/s
  14. rsa 512 bits 0.000077s 0.000006s 13028.2 158844.0
  15. rsa 1024 bits 0.000268s 0.000019s 3733.3 53437.9
  16. rsa 2048 bits 0.001945s 0.000063s 514.2 15761.9
  17. rsa 4096 bits 0.013922s 0.000222s 71.8 4506.9
  18.  
  19. Doing aes-128-gcm for 3s on 16 size blocks: 9660036 aes-128-gcm's in 3.00s
  20. Doing aes-128-gcm for 3s on 64 size blocks: 2710540 aes-128-gcm's in 3.00s
  21. Doing aes-128-gcm for 3s on 256 size blocks: 688950 aes-128-gcm's in 3.00s
  22. Doing aes-128-gcm for 3s on 1024 size blocks: 172340 aes-128-gcm's in 3.00s
  23. Doing aes-128-gcm for 3s on 8192 size blocks: 21701 aes-128-gcm's in 3.00s
  24.  
  25. 1048576000 bytes (1.0 GB) copied, 3.30613 s, 317 MB/s
Advertisement
Add Comment
Please, Sign In to add comment