Advertisement
para_bellum

openssl speed vanilla (1.0.2) debug on/off

May 7th, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. root@socrates-8795:~# openssl speed -evp aes-256-cbc -elapsed
  2. You have chosen to measure elapsed time instead of user CPU time.
  3. Doing aes-256-cbc for 3s on 16 size blocks: 3450112 aes-256-cbc's in 3.00s
  4. Doing aes-256-cbc for 3s on 64 size blocks: 972685 aes-256-cbc's in 3.00s
  5. Doing aes-256-cbc for 3s on 256 size blocks: 252039 aes-256-cbc's in 3.00s
  6. Doing aes-256-cbc for 3s on 1024 size blocks: 63519 aes-256-cbc's in 3.00s
  7. Doing aes-256-cbc for 3s on 8192 size blocks: 7956 aes-256-cbc's in 3.00s
  8. OpenSSL 1.0.2a 19 Mar 2015
  9. built on: reproducible build, date unspecified
  10. options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
  11. compiler: arm-linux-gnueabihf-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -fPIC -O3 -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DBSAES_ASM -DGHASH_ASM
  12. The 'numbers' are in 1000s of bytes per second processed.
  13. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  14. aes-256-cbc 18400.60k 20750.61k 21507.33k 21681.15k 21725.18k
  15.  
  16. root@socrates-8795:~# openssl speed -evp aes-128-cbc -elapsed
  17. You have chosen to measure elapsed time instead of user CPU time.
  18. Doing aes-128-cbc for 3s on 16 size blocks: 4477952 aes-128-cbc's in 3.00s
  19. Doing aes-128-cbc for 3s on 64 size blocks: 1302272 aes-128-cbc's in 3.00s
  20. Doing aes-128-cbc for 3s on 256 size blocks: 343191 aes-128-cbc's in 3.00s
  21. Doing aes-128-cbc for 3s on 1024 size blocks: 86989 aes-128-cbc's in 3.00s
  22. Doing aes-128-cbc for 3s on 8192 size blocks: 10916 aes-128-cbc's in 3.00s
  23. OpenSSL 1.0.2a 19 Mar 2015
  24. built on: reproducible build, date unspecified
  25. options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
  26. compiler: arm-linux-gnueabihf-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -fPIC -O3 -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DBSAES_ASM -DGHASH_ASM
  27. The 'numbers' are in 1000s of bytes per second processed.
  28. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  29. aes-128-cbc 23882.41k 27781.80k 29285.63k 29692.25k 29807.96k
  30.  
  31. ####################
  32. # DEBUG [ON]
  33. ####################
  34. root@socrates-8795:~# openssl speed -evp aes-256-cbc -elapsed
  35. You have chosen to measure elapsed time instead of user CPU time.
  36. Doing aes-256-cbc for 3s on 16 size blocks: 3579685 aes-256-cbc's in 3.00s
  37. Doing aes-256-cbc for 3s on 64 size blocks: 964652 aes-256-cbc's in 3.00s
  38. Doing aes-256-cbc for 3s on 256 size blocks: 247343 aes-256-cbc's in 3.00s
  39. Doing aes-256-cbc for 3s on 1024 size blocks: 62157 aes-256-cbc's in 3.00s
  40. Doing aes-256-cbc for 3s on 8192 size blocks: 7765 aes-256-cbc's in 3.00s
  41. OpenSSL 1.0.2a 19 Mar 2015
  42. built on: reproducible build, date unspecified
  43. options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
  44. compiler: arm-linux-gnueabihf-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -fPIC -fno-inline -g -marm -O3 -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DBSAES_ASM -DGHASH_ASM
  45. The 'numbers' are in 1000s of bytes per second processed.
  46. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  47. aes-256-cbc 19091.65k 20579.24k 21106.60k 21216.26k 21203.63k
  48.  
  49. root@socrates-8795:~# openssl speed -evp aes-128-cbc -elapsed
  50. You have chosen to measure elapsed time instead of user CPU time.
  51. Doing aes-128-cbc for 3s on 16 size blocks: 4463693 aes-128-cbc's in 3.00s
  52. Doing aes-128-cbc for 3s on 64 size blocks: 1299795 aes-128-cbc's in 3.00s
  53. Doing aes-128-cbc for 3s on 256 size blocks: 341973 aes-128-cbc's in 3.00s
  54. Doing aes-128-cbc for 3s on 1024 size blocks: 86641 aes-128-cbc's in 3.00s
  55. Doing aes-128-cbc for 3s on 8192 size blocks: 10872 aes-128-cbc's in 3.00s
  56. OpenSSL 1.0.2a 19 Mar 2015
  57. built on: reproducible build, date unspecified
  58. options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
  59. compiler: arm-linux-gnueabihf-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -fPIC -fno-inline -g -marm -O3 -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DBSAES_ASM -DGHASH_ASM
  60. The 'numbers' are in 1000s of bytes per second processed.
  61. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  62. aes-128-cbc 23806.36k 27728.96k 29181.70k 29573.46k 29687.81k
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement