Advertisement
Guest User

Untitled

a guest
Oct 29th, 2017
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. macchiato:~/proj/tinymembench$ openssl speed rsa4096 -multi 4
  2. Forked child 0
  3. Forked child 1
  4. Forked child 2
  5. Forked child 3
  6. +DTP:4096:private:rsa:10
  7. +DTP:4096:private:rsa:10
  8. +DTP:4096:private:rsa:10
  9. +DTP:4096:private:rsa:10
  10. +R1:198:4096:10.01
  11. +DTP:4096:public:rsa:10
  12. +R1:199:4096:10.03
  13. +R1:199:4096:10.03
  14. +DTP:4096:public:rsa:10
  15. +DTP:4096:public:rsa:10
  16. +R1:199:4096:10.04
  17. +DTP:4096:public:rsa:10
  18. +R2:14383:4096:10.00
  19. +R2:14358:4096:10.00
  20. +R2:14375:4096:10.00
  21. +R2:14386:4096:10.00
  22. Got: +F2:3:4096:0.050452:0.000695 from 0
  23. Got: +F2:3:4096:0.050556:0.000695 from 1
  24. Got: +F2:3:4096:0.050402:0.000696 from 2
  25. Got: +F2:3:4096:0.050402:0.000696 from 3
  26. OpenSSL 1.0.2g 1 Mar 2016
  27. built on: reproducible build, date unspecified
  28. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  29. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  30. sign verify sign/s verify/s
  31. rsa 4096 bits 0.012613s 0.000174s 79.3 5751.3
  32. blu@macchiato:~/proj/tinymembench$ for i in 128 192 256; do openssl speed -elapsed -evp aes-${i}-cbc ; done
  33. You have chosen to measure elapsed time instead of user CPU time.
  34. Doing aes-128-cbc for 3s on 16 size blocks: 67648371 aes-128-cbc's in 3.00s
  35. Doing aes-128-cbc for 3s on 64 size blocks: 32074219 aes-128-cbc's in 3.00s
  36. Doing aes-128-cbc for 3s on 256 size blocks: 10381961 aes-128-cbc's in 3.00s
  37. Doing aes-128-cbc for 3s on 1024 size blocks: 2763648 aes-128-cbc's in 3.00s
  38. Doing aes-128-cbc for 3s on 8192 size blocks: 357921 aes-128-cbc's in 3.00s
  39. OpenSSL 1.0.2g 1 Mar 2016
  40. built on: reproducible build, date unspecified
  41. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  42. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  43. The 'numbers' are in 1000s of bytes per second processed.
  44. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  45. aes-128-cbc 360791.31k 684250.01k 885927.34k 943325.18k 977362.94k
  46. You have chosen to measure elapsed time instead of user CPU time.
  47. Doing aes-192-cbc for 3s on 16 size blocks: 25070836 aes-192-cbc's in 3.00s
  48. Doing aes-192-cbc for 3s on 64 size blocks: 17934749 aes-192-cbc's in 3.00s
  49. Doing aes-192-cbc for 3s on 256 size blocks: 8027737 aes-192-cbc's in 3.00s
  50. Doing aes-192-cbc for 3s on 1024 size blocks: 2304414 aes-192-cbc's in 3.00s
  51. Doing aes-192-cbc for 3s on 8192 size blocks: 313030 aes-192-cbc's in 3.00s
  52. OpenSSL 1.0.2g 1 Mar 2016
  53. built on: reproducible build, date unspecified
  54. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  55. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  56. The 'numbers' are in 1000s of bytes per second processed.
  57. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  58. aes-192-cbc 133711.13k 382607.98k 685033.56k 786573.31k 854780.59k
  59. You have chosen to measure elapsed time instead of user CPU time.
  60. Doing aes-256-cbc for 3s on 16 size blocks: 58993452 aes-256-cbc's in 3.00s
  61. Doing aes-256-cbc for 3s on 64 size blocks: 25960949 aes-256-cbc's in 3.00s
  62. Doing aes-256-cbc for 3s on 256 size blocks: 8013984 aes-256-cbc's in 3.00s
  63. Doing aes-256-cbc for 3s on 1024 size blocks: 2106457 aes-256-cbc's in 3.00s
  64. Doing aes-256-cbc for 3s on 8192 size blocks: 270599 aes-256-cbc's in 3.00s
  65. OpenSSL 1.0.2g 1 Mar 2016
  66. built on: reproducible build, date unspecified
  67. options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) blowfish(ptr)
  68. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
  69. The 'numbers' are in 1000s of bytes per second processed.
  70. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  71. aes-256-cbc 314631.74k 553833.58k 683859.97k 719003.99k 738915.67k
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement