Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. FreeBSD 11.O
  2. hardlined@sd-98693:~ % kldstat
  3. Id Refs Address Size Name
  4. 1 7 0xffffffff80200000 1fa7c38 kernel
  5. 2 1 0xffffffff821a8000 b3e8 aesni.ko
  6. 3 1 0xffffffff82221000 3710 ums.ko
  7. hardlined@sd-98693:~ % openssl speed -evp aes-128-cbc
  8. Doing aes-128-cbc for 3s on 16 size blocks: 99455105 aes-128-cbc's in 3.03s
  9. Doing aes-128-cbc for 3s on 64 size blocks: 24695452 aes-128-cbc's in 3.02s
  10. Doing aes-128-cbc for 3s on 256 size blocks: 6502409 aes-128-cbc's in 3.09s
  11. Doing aes-128-cbc for 3s on 1024 size blocks: 1633494 aes-128-cbc's in 3.06s
  12. Doing aes-128-cbc for 3s on 8192 size blocks: 204709 aes-128-cbc's in 3.07s
  13. OpenSSL 1.0.2i-freebsd 22 Sep 2016
  14. built on: date not available
  15. options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
  16. compiler: clang
  17. The 'numbers' are in 1000s of bytes per second processed.
  18. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  19. aes-128-cbc 524958.90k 524106.59k 539420.10k 546187.06k 546190.70k
  20. hardlined@sd-98693:~ %
  21.  
  22. Ubuntu-16.0
  23. hardlined@sd-98693:~$ openssl speed -evp aes-128-cbc
  24. Doing aes-128-cbc for 3s on 16 size blocks: 203584759 aes-128-cbc's in 3.00s
  25. Doing aes-128-cbc for 3s on 64 size blocks: 57729464 aes-128-cbc's in 3.00s
  26. Doing aes-128-cbc for 3s on 256 size blocks: 14669687 aes-128-cbc's in 3.00s
  27. Doing aes-128-cbc for 3s on 1024 size blocks: 3723461 aes-128-cbc's in 3.00s
  28. Doing aes-128-cbc for 3s on 8192 size blocks: 466382 aes-128-cbc's in 3.00s
  29. OpenSSL 1.0.2g 1 Mar 2016
  30. built on: reproducible build, date unspecified
  31. options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) blowfish(idx)
  32. compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -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 -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM
  33. The 'numbers' are in 1000s of bytes per second processed.
  34. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
  35. aes-128-cbc 1085785.38k 1231561.90k 1251813.29k 1270941.35k 1273533.78k
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement