OK, so I thought it relevant to get around to posting an update.
Running a 2G/8G S905X box now (Nexbox A95X) on LE 8.0.2e:
Kodi:~ # less /proc/cpuinfo
Processor : AArch64 Processor rev 4 (aarch64)
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 wp half thumb fastmult vfp edsp neon vfpv3 tlsi vfpv4 idiva idivt
Hardware : Amlogic
Revision : 020a
S905X:~ # fw_printenv
[...]
aml_dt=gxl_p212_2g
[...]
And here are the performance benchmarks for the box:
Kodi:~ # openssl speed -evp aes-128-cbc
Doing aes-128-cbc for 3s on 16 size blocks: 22739647 aes-128-cbc's in 2.98s
Doing aes-128-cbc for 3s on 64 size blocks: 15875682 aes-128-cbc's in 2.99s
Doing aes-128-cbc for 3s on 256 size blocks: 7178216 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 1024 size blocks: 2298816 aes-128-cbc's in 2.99s
Doing aes-128-cbc for 3s on 8192 size blocks: 313328 aes-128-cbc's in 2.99s
OpenSSL 1.0.2l 25 May 2017
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-128-cbc 122092.06k 339813.93k 612541.10k 787286.82k 858455.84k
So, still not a 100K+ score for 8192 bytes, as kszaq and Jaaxx, which is a bit odd and unexpected, I guess, but an absolutely acceptable performance with more than 300% throughput increase over the 8.0.1h on a 1G/8G S905 (non-X).
EDIT:
The S905 (non-X) on 8.0.2e is closing the gap to S905X crypto performance, for those interested in a comparison:
amlogic:~$ openssl speed -evp aes-128-cbc
OpenSSL 1.1.0f 25 May 2017
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
aes-128-cbc 43428.43k 61313.79k 68540.84k 70619.48k 71245.82k 71286.78k