sfx2000
Part of the Furniture
Raspberry Pi 3 OpenELEC (official) Version: 6.0.3
ARMv7 Processor rev 4 (v7l) 4core, Hardware: BCM2709, Revision: a02082
Pi3 - Ubuntu 16.04, haven't had much time to tune it, as it's running the SD card from my Pi2... and this is an armhf 32-bit build, so it really doesn't leverage into the ARM8 instruction set improvements.
Bodes well for ARM8's, IMHO... pi3 is a Quad A53 @ 1.2GHz
Code:
[B]sfx@raspy[/B]:[B]~[/B]$ openssl speed -evp aes-128-cbc
Doing aes-128-cbc for 3s on 16 size blocks: 7285042 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 64 size blocks: 2219424 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 256 size blocks: 590834 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 1024 size blocks: 149994 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 8192 size blocks: 18873 aes-128-cbc's in 3.00s
OpenSSL 1.0.2g-fips 1 Mar 2016
built on: reproducible build, date unspecified
options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) blowfish(ptr)
compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -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 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DBSAES_ASM -DGHASH_ASM
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-128-cbc 38853.56k 47347.71k 50417.83k 51197.95k 51535.87k