Untitled

From Sloppy Macaw, 5 Years ago, written in Plain Text, viewed 582 times.
URL https://p.gaa.st/view/32835765 Embed
Download Paste or View Raw
  1. root@appie:/tmp/tinc-1.0.31# export OPENSSL_ia32cap="0x200000200000000"
  2. root@appie:/tmp/tinc-1.0.31# openssl speed -elapsed -evp aes-256-gcm
  3. You have chosen to measure elapsed time instead of user CPU time.
  4. Doing aes-256-gcm for 3s on 16 size blocks: 4531609 aes-256-gcm's in 3.00s
  5. Doing aes-256-gcm for 3s on 64 size blocks: 2055567 aes-256-gcm's in 3.00s
  6. Doing aes-256-gcm for 3s on 256 size blocks: 656201 aes-256-gcm's in 3.00s
  7. Doing aes-256-gcm for 3s on 1024 size blocks: 176089 aes-256-gcm's in 3.00s
  8. Doing aes-256-gcm for 3s on 8192 size blocks: 22358 aes-256-gcm's in 3.00s
  9. Doing aes-256-gcm for 3s on 16384 size blocks: 11219 aes-256-gcm's in 3.00s
  10. OpenSSL 1.1.0f  25 May 2017
  11. built on: reproducible build, date unspecified
  12. options:bn(64,64) rc4(8x,int) des(int) aes(partial) blowfish(ptr)
  13. compiler: gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/lib/ssl\"" -DENGINESDIR="\"/usr/lib/x86_64-linux-gnu/engines-1.1\""
  14. The 'numbers' are in 1000s of bytes per second processed.
  15. type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes  16384 bytes
  16. aes-256-gcm      24168.58k    43852.10k    55995.82k    60105.05k    61052.25k    61270.70k
  17. root@appie:/tmp/tinc-1.0.31# unset OPENSSL_ia32cap
  18. root@appie:/tmp/tinc-1.0.31# openssl speed -elapsed -evp aes-256-gcm
  19. You have chosen to measure elapsed time instead of user CPU time.
  20. Doing aes-256-gcm for 3s on 16 size blocks: 6935743 aes-256-gcm's in 3.00s
  21. Doing aes-256-gcm for 3s on 64 size blocks: 4642059 aes-256-gcm's in 3.00s
  22. Doing aes-256-gcm for 3s on 256 size blocks: 2685281 aes-256-gcm's in 3.00s
  23. Doing aes-256-gcm for 3s on 1024 size blocks: 882393 aes-256-gcm's in 3.00s
  24. Doing aes-256-gcm for 3s on 8192 size blocks: 131906 aes-256-gcm's in 3.00s
  25. Doing aes-256-gcm for 3s on 16384 size blocks: 67405 aes-256-gcm's in 3.00s
  26. OpenSSL 1.1.0f  25 May 2017
  27. built on: reproducible build, date unspecified
  28. options:bn(64,64) rc4(8x,int) des(int) aes(partial) blowfish(ptr)
  29. compiler: gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/lib/ssl\"" -DENGINESDIR="\"/usr/lib/x86_64-linux-gnu/engines-1.1\""
  30. The 'numbers' are in 1000s of bytes per second processed.
  31. type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes  16384 bytes
  32. aes-256-gcm      36990.63k    99030.59k   229143.98k   301190.14k   360191.32k   368121.17k
  33.  

Reply to "Untitled"

Here you can reply to the paste above