Advertisement
Guest User

Untitled

a guest
Apr 13th, 2016
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. ################################################################
  2. root@bsaedgy:/tmp# egrep '^module|^name' /proc/crypto
  3. name : sha224
  4. module : sha256_generic
  5. name : sha256
  6. module : sha256_generic
  7. name : jitterentropy_rng
  8. module : jitterentropy_rng
  9. name : stdrng
  10. module : drbg
  11. name : stdrng
  12. module : drbg
  13. name : stdrng
  14. module : drbg
  15. name : stdrng
  16. module : drbg
  17. name : stdrng
  18. module : drbg
  19. name : stdrng
  20. module : drbg
  21. name : stdrng
  22. module : drbg
  23. name : stdrng
  24. module : drbg
  25. name : hmac(sha256)
  26. module : marvell_cesa
  27. name : hmac(sha1)
  28. module : marvell_cesa
  29. name : hmac(md5)
  30. module : marvell_cesa
  31. name : sha256
  32. module : marvell_cesa
  33. name : sha1
  34. module : marvell_cesa
  35. name : md5
  36. module : marvell_cesa
  37. name : cbc(aes)
  38. module : marvell_cesa
  39. name : ecb(aes)
  40. module : marvell_cesa
  41. name : cbc(des3_ede)
  42. module : marvell_cesa
  43. name : ecb(des3_ede)
  44. module : marvell_cesa
  45. name : cbc(des)
  46. module : marvell_cesa
  47. name : ecb(des)
  48. module : marvell_cesa
  49. name : digest_null
  50. module : crypto_null
  51. name : compress_null
  52. module : crypto_null
  53. name : ecb(cipher_null)
  54. module : crypto_null
  55. name : cipher_null
  56. module : crypto_null
  57. name : xz
  58. module : kernel
  59. name : lzo
  60. module : kernel
  61. name : deflate
  62. module : kernel
  63. name : ecb(arc4)
  64. module : kernel
  65. name : arc4
  66. module : kernel
  67. name : aes
  68. module : kernel
  69. name : des3_ede
  70. module : kernel
  71. name : des
  72. module : kernel
  73. name : sha1
  74. module : kernel
  75. name : md5
  76. module : kernel
  77.  
  78. ##################################################################
  79. root@bsaedgy:/tmp# openssl speed md5 sha1 sha256 sha512 des des-ede3 aes-128-cbc aes-192-cbc aes-256-cbc rsa2048 dsa2048 | tee /tmp/sslspeed
  80. Doing md5 for 3s on 16 size blocks: 499449 md5's in 2.98s
  81. Doing md5 for 3s on 64 size blocks: 592629 md5's in 2.97s
  82. Doing md5 for 3s on 256 size blocks: 522790 md5's in 3.00s
  83. Doing md5 for 3s on 1024 size blocks: 246971 md5's in 2.96s
  84. Doing md5 for 3s on 8192 size blocks: 52313 md5's in 2.98s
  85. Doing sha1 for 3s on 16 size blocks: 569066 sha1's in 2.99s
  86. Doing sha1 for 3s on 64 size blocks: 425414 sha1's in 2.99s
  87. Doing sha1 for 3s on 256 size blocks: 198714 sha1's in 2.98s
  88. Doing sha1 for 3s on 1024 size blocks: 86879 sha1's in 2.99s
  89. Doing sha1 for 3s on 8192 size blocks: 12610 sha1's in 2.99s
  90. Doing sha256 for 3s on 16 size blocks: 784927 sha256's in 2.99s
  91. Doing sha256 for 3s on 64 size blocks: 482008 sha256's in 2.98s
  92. Doing sha256 for 3s on 256 size blocks: 184362 sha256's in 2.97s
  93. Doing sha256 for 3s on 1024 size blocks: 55176 sha256's in 2.95s
  94. Doing sha256 for 3s on 8192 size blocks: 10815 sha256's in 3.00s
  95. Doing sha512 for 3s on 16 size blocks: 156168 sha512's in 2.99s
  96. Doing sha512 for 3s on 64 size blocks: 119883 sha512's in 2.96s
  97. Doing sha512 for 3s on 256 size blocks: 49438 sha512's in 2.98s
  98. Doing sha512 for 3s on 1024 size blocks: 19555 sha512's in 2.98s
  99. Doing sha512 for 3s on 8192 size blocks: 2769 sha512's in 3.00s
  100. Doing des cbc for 3s on 16 size blocks: 2159021 des cbc's in 2.98s
  101. Doing des cbc for 3s on 64 size blocks: 767414 des cbc's in 2.95s
  102. Doing des cbc for 3s on 256 size blocks: 198557 des cbc's in 2.98s
  103. Doing des cbc for 3s on 1024 size blocks: 41492 des cbc's in 2.95s
  104. Doing des cbc for 3s on 8192 size blocks: 6276 des cbc's in 2.98s
  105. Doing des ede3 for 3s on 16 size blocks: 1063013 des ede3's in 2.99s
  106. Doing des ede3 for 3s on 64 size blocks: 275962 des ede3's in 2.98s
  107. Doing des ede3 for 3s on 256 size blocks: 69785 des ede3's in 2.99s
  108. Doing des ede3 for 3s on 1024 size blocks: 17499 des ede3's in 2.98s
  109. Doing des ede3 for 3s on 8192 size blocks: 2191 des ede3's in 2.98s
  110. Doing aes-128 cbc for 3s on 16 size blocks: 2414634 aes-128 cbc's in 2.97s
  111. Doing aes-128 cbc for 3s on 64 size blocks: 928192 aes-128 cbc's in 2.97s
  112. Doing aes-128 cbc for 3s on 256 size blocks: 246198 aes-128 cbc's in 2.98s
  113. Doing aes-128 cbc for 3s on 1024 size blocks: 51938 aes-128 cbc's in 2.98s
  114. Doing aes-128 cbc for 3s on 8192 size blocks: 6510 aes-128 cbc's in 2.97s
  115. Doing aes-192 cbc for 3s on 16 size blocks: 2901563 aes-192 cbc's in 2.99s
  116. Doing aes-192 cbc for 3s on 64 size blocks: 743655 aes-192 cbc's in 2.97s
  117. Doing aes-192 cbc for 3s on 256 size blocks: 190923 aes-192 cbc's in 2.95s
  118. Doing aes-192 cbc for 3s on 1024 size blocks: 55100 aes-192 cbc's in 2.99s
  119. Doing aes-192 cbc for 3s on 8192 size blocks: 6915 aes-192 cbc's in 2.99s
  120. Doing aes-256 cbc for 3s on 16 size blocks: 2630389 aes-256 cbc's in 2.98s
  121. Doing aes-256 cbc for 3s on 64 size blocks: 759262 aes-256 cbc's in 2.99s
  122. Doing aes-256 cbc for 3s on 256 size blocks: 198816 aes-256 cbc's in 2.98s
  123. Doing aes-256 cbc for 3s on 1024 size blocks: 41926 aes-256 cbc's in 2.98s
  124. Doing aes-256 cbc for 3s on 8192 size blocks: 6323 aes-256 cbc's in 2.98s
  125. Doing 2048 bit private rsa's for 10s: 168 2048 bit private RSA's in 9.96s
  126. Doing 2048 bit public rsa's for 10s: 6300 2048 bit public RSA's in 9.95s
  127. Doing 2048 bit sign dsa's for 10s: 571 2048 bit DSA signs in 9.94s
  128. Doing 2048 bit verify dsa's for 10s: 486 2048 bit DSA verify in 9.96s
  129. OpenSSL 1.0.2g 1 Mar 2016
  130. built on: reproducible build, date unspecified
  131. options:bn(64,32) rc4(ptr,char) des(idx,cisc,2,long) aes(partial) blowfish(ptr)
  132. compiler: arm-openwrt-linux-muslgnueabi-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -I/home/br/wrtv1/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_eabi/usr/include -I/home/br/wrtv1/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_eabi/include -I/home/br/wrtv1/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.3.0_musl-1.1.14_eabi/usr/include -I/home/br/wrtv1/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.3.0_musl-1.1.14_eabi/include/fortify -I/home/br/wrtv1/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.3.0_musl-1.1.14_eabi/include -znow -zrelro -DOPENSSL_SMALL_FOOTPRINT -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS -DOPENSSL_NO_ERR -DTERMIOS -Os -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=soft -iremap /home/br/wrtv1/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.14_eabi/openssl-1.0.2g:openssl-1.0.2g -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -fpic -fomit-frame-pointer -Wall
  133. The 'numbers' are in 1000s of bytes per second processed.
  134. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  135. md5 2681.61k 12770.46k 44611.41k 85438.62k 143808.09k
  136. sha1 3045.17k 9105.85k 17070.73k 29753.88k 34548.87k
  137. des cbc 11592.06k 16648.98k 17057.25k 14402.65k 17252.68k
  138. des ede3 5688.36k 5926.70k 5974.90k 6013.08k 6023.04k
  139. aes-128 cbc 13008.13k 20001.44k 21149.90k 17847.15k 17956.20k
  140. aes-192 cbc 15526.76k 16024.89k 16568.23k 18870.37k 18945.71k
  141. aes-256 cbc 14122.89k 16251.76k 17079.50k 14406.79k 17381.88k
  142. sha256 4200.28k 10351.85k 15891.14k 19152.62k 29532.16k
  143. sha512 835.68k 2592.06k 4247.02k 6719.57k 7561.22k
  144. sign verify sign/s verify/s
  145. rsa 2048 bits 0.059286s 0.001579s 16.9 633.2
  146. sign verify sign/s verify/s
  147. dsa 2048 bits 0.017408s 0.020494s 57.4 48.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement