Changes for page Piesia GN41Z3A
Last modified by Leon Poon on 2020/09/09 14:59
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -15,3 +15,22 @@ 15 15 4 cores, support Intel VT-x. 16 16 17 17 [[image:IMG_0354.JPEG]] 18 + 19 +{{code language="none"}} 20 +# openssl speed -elapsed -evp aes-128-cbc 21 +You have chosen to measure elapsed time instead of user CPU time. 22 +Doing aes-128-cbc for 3s on 16 size blocks: 52380393 aes-128-cbc's in 3.00s 23 +Doing aes-128-cbc for 3s on 64 size blocks: 28951270 aes-128-cbc's in 3.00s 24 +Doing aes-128-cbc for 3s on 256 size blocks: 9170489 aes-128-cbc's in 3.00s 25 +Doing aes-128-cbc for 3s on 1024 size blocks: 2575037 aes-128-cbc's in 3.00s 26 +Doing aes-128-cbc for 3s on 8192 size blocks: 333093 aes-128-cbc's in 3.00s 27 +Doing aes-128-cbc for 3s on 16384 size blocks: 166592 aes-128-cbc's in 3.00s 28 +OpenSSL 1.1.1d 10 Sep 2019 29 +built on: Mon Apr 20 20:23:01 2020 UTC 30 +options:bn(64,64) rc4(16x,int) des(int) aes(partial) blowfish(ptr) 31 +compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -Wa,--noexecstack -g -O2 -fdebug-prefix-map=/build/openssl-8Ocme2/openssl-1.1.1d=. -fstack-protector-strong -Wformat -Werror=format-security -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 32 +The 'numbers' are in 1000s of bytes per second processed. 33 +type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes 34 +aes-128-cbc 279362.10k 617627.09k 782548.39k 878945.96k 909565.95k 909814.44k 35 + 36 +{{/code}}