Advertisement
Guest User

Untitled

a guest
Nov 18th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. [rut@igel ~]$ /usr/local/bin/openssl speed -evp aes-256-cbc
  2. Doing aes-256-cbc for 3s on 16 size blocks: 5561853 aes-256-cbc's in 2.98s
  3. Doing aes-256-cbc for 3s on 64 size blocks: 4333024 aes-256-cbc's in 2.98s
  4. Doing aes-256-cbc for 3s on 256 size blocks: 2292689 aes-256-cbc's in 2.98s
  5. Doing aes-256-cbc for 3s on 1024 size blocks: 797748 aes-256-cbc's in 2.98s
  6. Doing aes-256-cbc for 3s on 8192 size blocks: 112557 aes-256-cbc's in 2.98s
  7. OpenSSL 1.0.1e 11 Feb 2013
  8. built on: Sun Nov 17 10:51:35 CET 2013
  9. options:bn(64,32) md2(int) rc4(8x,mmx) des(ptr,risc1,16,long) aes(partial) idea(int) blowfish(idx)
  10. compiler: cc -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -pthread -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall -O2 -pipe -fno-strict-aliasing -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
  11. The 'numbers' are in 1000s of bytes per second processed.
  12. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  13. aes-256-cbc 29896.78k 92921.81k 197183.29k 273723.63k 309775.77k
  14. [rut@igel ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement