What's new

ROG Rapture GT-AC5300 (Owners)

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Thanks for the info Maylyn. At this point, I would love to hear from someone using it while real time gaming, and such. Also while running some other things using up a decent amount of bandwidth. I just want to see/hear about real time usage.

Fairly certain that even this beast would hit the same @940Mbps WAN throughput 'wall' as Tim recently wrote an article about: How To Find The Best Router For Gigabit Internet

If Tim could actually review this I wonder if it could eak out a a few Mbps more....that loud/busy router GUI though would have to go IMHO!;)
 
Make me suspect that this node isn't getting properly populated by the kernel...

Have these results for quite some time since i got my hands on it .... didn't bother to post it anywhere lol
 
Feel free to mention any other cities/regions which have residential 10G Fiber service.

We install gigabits to homes and businesses typically. Larger businesses will get 10 Gig. Some very large connections we support are 100 Gig. In a city like Perry, it's very rural, but they can attract enormous investment from a data center or a large business or an industrial partner or something because we can deliver 100 gigabit anywhere in that city and actually offer that in a redundant way because of this redundant backbone put in collectively by these cities.

Update on Utah's Open Access UTOPIA - Community Broadband Bits Podcast 223

https://muninetworks.org/content/transcript-community-broadband-bits-episode-223

FWIW: Definitely not meant for typical residential use but Utopia did recently mention on the podcast linked above that it does offer 100G service if your pockets are extremely deep. Good luck on finding the pricing info for this service either...I couldn't find it mentioned anywhere so as the saying goes...if you have to ask it is just too much $$$!:D
 
Code:
processor : 2
BogoMIPS : 100.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x42
CPU architecture: 8
CPU variant : 0x0
CPU part : 0x100
CPU revision : 0

Cool, they're running it in ARM8 mode - with the aes, sha1, sha2, and crc32 - will help with certain things ;)

Fairly current gcc as well - 5.3.0 - nice!

Would be interesting to see when one gets a chance... (since we're using the evp api, one has to run the speed tests one at a time) - should be some interesting numbers there.

  • openssl speed -evp aes-128-cbc
  • openssl speed -evp aes-256-cbc
  • openssl speed -evp aes-128-gcm
  • openssl speed -evp aes-256-gcm
  • openssl speed -evp sha1
  • openssl speed -evp sha256
 
Cool, they're running it in ARM8 mode - with the aes, sha1, sha2, and crc32 - will help with certain things ;)

Fairly current gcc as well - 5.3.0 - nice!

Would be interesting to see when one gets a chance... (since we're using the evp api, one has to run the speed tests one at a time) - should be some interesting numbers there.

  • openssl speed -evp aes-128-cbc
  • openssl speed -evp aes-256-cbc
  • openssl speed -evp aes-128-gcm
  • openssl speed -evp aes-256-gcm
  • openssl speed -evp sha1
  • openssl speed -evp sha256

Here you goes :p

  • openssl speed -evp aes-128-cbc
admin@GT-AC5300:/tmp/home/root# openssl speed -evp aes-128-cbc
Doing aes-128-cbc for 3s on 16 size blocks: 36543702 aes-128-cbc's in 3.02s
Doing aes-128-cbc for 3s on 64 size blocks: 25566650 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 256 size blocks: 11442092 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 1024 size blocks: 3645583 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 8192 size blocks: 495268 aes-128-cbc's in 3.00s
OpenSSL 1.0.2j 26 Sep 2016
built on: reproducible build, date unspecified
options:bn(64,32) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_HEARTBEATS -DL_ENDIAN -Os -march=armv7-a -fomit-frame-pointer -mabi=aapcs-linux -marm -ffixed-r8 -msoft-float -D__ARM_ARCH_7A__ -ffunction-sections -fdata-sections -O3 -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 193609.02k 545421.87k 976391.85k 1244359.00k 1352411.82k
  • openssl speed -evp aes-256-cbc
admin@GT-AC5300:/tmp/home/root# openssl speed -evp aes-256-cbc
Doing aes-256-cbc for 3s on 16 size blocks: 33262362 aes-256-cbc's in 3.02s
Doing aes-256-cbc for 3s on 64 size blocks: 20322728 aes-256-cbc's in 2.99s
Doing aes-256-cbc for 3s on 256 size blocks: 7918618 aes-256-cbc's in 3.00s
Doing aes-256-cbc for 3s on 1024 size blocks: 2339790 aes-256-cbc's in 3.01s
Doing aes-256-cbc for 3s on 8192 size blocks: 309606 aes-256-cbc's in 3.02s
OpenSSL 1.0.2j 26 Sep 2016
built on: reproducible build, date unspecified
options:bn(64,32) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_HEARTBEATS -DL_ENDIAN -Os -march=armv7-a -fomit-frame-pointer -mabi=aapcs-linux -marm -ffixed-r8 -msoft-float -D__ARM_ARCH_7A__ -ffunction-sections -fdata-sections -O3 -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-256-cbc 176224.43k 435001.54k 675722.07k 795995.00k 839831.90k
  • openssl speed -evp aes-128-gcm
admin@GT-AC5300:/tmp/home/root# openssl speed -evp aes-128-gcm
Doing aes-128-gcm for 3s on 16 size blocks: 19501807 aes-128-gcm's in 3.01s
Doing aes-128-gcm for 3s on 64 size blocks: 13166337 aes-128-gcm's in 3.00s
Doing aes-128-gcm for 3s on 256 size blocks: 6108039 aes-128-gcm's in 3.02s
Doing aes-128-gcm for 3s on 1024 size blocks: 1961212 aes-128-gcm's in 3.02s
Doing aes-128-gcm for 3s on 8192 size blocks: 264229 aes-128-gcm's in 3.02s
OpenSSL 1.0.2j 26 Sep 2016
built on: reproducible build, date unspecified
options:bn(64,32) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_HEARTBEATS -DL_ENDIAN -Os -march=armv7-a -fomit-frame-pointer -mabi=aapcs-linux -marm -ffixed-r8 -msoft-float -D__ARM_ARCH_7A__ -ffunction-sections -fdata-sections -O3 -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-gcm 103664.09k 280881.86k 517767.54k 664993.74k 716743.04k

  • openssl speed -evp aes-256-gcm
admin@GT-AC5300:/tmp/home/root# openssl speed -evp aes-256-gcm
Doing aes-256-gcm for 3s on 16 size blocks: 18517063 aes-256-gcm's in 3.02s
Doing aes-256-gcm for 3s on 64 size blocks: 12150350 aes-256-gcm's in 3.02s
Doing aes-256-gcm for 3s on 256 size blocks: 5351792 aes-256-gcm's in 3.02s
Doing aes-256-gcm for 3s on 1024 size blocks: 1687339 aes-256-gcm's in 3.02s
Doing aes-256-gcm for 3s on 8192 size blocks: 226594 aes-256-gcm's in 3.02s
OpenSSL 1.0.2j 26 Sep 2016
built on: reproducible build, date unspecified
options:bn(64,32) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_HEARTBEATS -DL_ENDIAN -Os -march=armv7-a -fomit-frame-pointer -mabi=aapcs-linux -marm -ffixed-r8 -msoft-float -D__ARM_ARCH_7A__ -ffunction-sections -fdata-sections -O3 -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-256-gcm 98103.65k 257490.86k 453661.84k 572130.84k 614654.98k

  • openssl speed -evp sha1
admin@GT-AC5300:/tmp/home/root# openssl speed -evp sha1
Doing sha1 for 3s on 16 size blocks: 3591410 sha1's in 3.00s
Doing sha1 for 3s on 64 size blocks: 3238676 sha1's in 3.01s
Doing sha1 for 3s on 256 size blocks: 2592415 sha1's in 3.00s
Doing sha1 for 3s on 1024 size blocks: 1442475 sha1's in 3.01s
Doing sha1 for 3s on 8192 size blocks: 279701 sha1's in 2.99s
OpenSSL 1.0.2j 26 Sep 2016
built on: reproducible build, date unspecified
options:bn(64,32) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_HEARTBEATS -DL_ENDIAN -Os -march=armv7-a -fomit-frame-pointer -mabi=aapcs-linux -marm -ffixed-r8 -msoft-float -D__ARM_ARCH_7A__ -ffunction-sections -fdata-sections -O3 -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
sha1 19154.19k 68862.21k 221219.41k 490729.04k 766324.61k


  • openssl speed -evp sha256
admin@GT-AC5300:/tmp/home/root# openssl speed -evp sha256
Doing sha256 for 3s on 16 size blocks: 3724248 sha256's in 3.01s
Doing sha256 for 3s on 64 size blocks: 3398235 sha256's in 2.99s
Doing sha256 for 3s on 256 size blocks: 2631065 sha256's in 2.97s
Doing sha256 for 3s on 1024 size blocks: 1430978 sha256's in 3.02s
Doing sha256 for 3s on 8192 size blocks: 268432 sha256's in 3.01s
OpenSSL 1.0.2j 26 Sep 2016
built on: reproducible build, date unspecified
options:bn(64,32) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_HEARTBEATS -DL_ENDIAN -Os -march=armv7-a -fomit-frame-pointer -mabi=aapcs-linux -marm -ffixed-r8 -msoft-float -D__ARM_ARCH_7A__ -ffunction-sections -fdata-sections -O3 -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
sha256 19796.67k 72738.14k 226785.40k 485205.79k 730563.10k
 
Last edited:
So just to break down the CPUinfo a bit more...

BogoMIPS : 100.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x42
CPU architecture: 8
CPU variant : 0x0
CPU part : 0x100
CPU revision : 0

Bogomips - this is just based on the timer, see evtstrm below

Features

fp - combines all the vfp stuff into one
asimd - neon and new SIMD for ARMv8
evtstrm - kernel event stream using generic architected timer
pmull - 64x64 -> 128bit F2m multiplication

sha1, sha2, and aes - looks like full crypto, as suggested by fp/asimd also included

CPU implementer - 0x42 is broadcom (0x41 is generic ARM) - cputype.h has info here
CPU architecture - 8 which is probably because the implementor doesn't map to ARM, otherwise it would probably be either Aarch32 or Aarch64

I'll have to grab the gpl drop and take a look at the toolchain a bit - wondering if they're running in 32 or 64 bit mode, but I suspect they're in 32-bit (but who knows?)
 
Here you goes :p

Just to summarize his numbers - the chip is a pretty good improvement over the Cortex-A9 in the AC5300 and earlier...

Might perform half-way decent at OpenVPN perhaps... these are very nice numbers...

Code:
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-128-cbc 193609.02k 545421.87k 976391.85k 1244359.00k 1352411.82k
aes-256-cbc 176224.43k 435001.54k 675722.07k 795995.00k 839831.90k
aes-128-gcm 103664.09k 280881.86k 517767.54k 664993.74k 716743.04k
aes-256-gcm 98103.65k 257490.86k 453661.84k 572130.84k 614654.98k
sha1 18916.16k 67636.98k 217913.47k 488020.09k 766117.47k
sha256 45731.76k 151448.02k 382635.41k 620063.30k 763616.87k
 
And if one wants to check and see if Broadcom (or Asus) enabled DVFS - which they might to keep heat down with 4 cores, not all are needed all of the time...

DVFS is Dynamic Voltage and Frequency Scaling

For CPU frequencies...

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies​

should see something like this...

600000 1200000​

For available governors that define the power plan...

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors​

conservative ondemand userspace powersave performance schedutil​

(paths might differ a little bit, I'm using a debian baseline...)
 
While this BHR is an upcoming flagship model for Asus, it's pretty clear that Broadcom has given Asus a good platform to work with, and this bodes well for the 2018 product lineup as this chipset trickles down...

Good stuff indeed...
 
Use the evp command, and see if the numbers change, like I asked above...

Thanks for spotting the mistake .... lol

Here you goes again. I already have amended my previous post.

admin@GT-AC5300:/tmp/home/root# openssl speed -evp sha256
Doing sha256 for 3s on 16 size blocks: 3724248 sha256's in 3.01s
Doing sha256 for 3s on 64 size blocks: 3398235 sha256's in 2.99s
Doing sha256 for 3s on 256 size blocks: 2631065 sha256's in 2.97s
Doing sha256 for 3s on 1024 size blocks: 1430978 sha256's in 3.02s
Doing sha256 for 3s on 8192 size blocks: 268432 sha256's in 3.01s
OpenSSL 1.0.2j 26 Sep 2016
built on: reproducible build, date unspecified
options:bn(64,32) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_HEARTBEATS -DL_ENDIAN -Os -march=armv7-a -fomit-frame-pointer -mabi=aapcs-linux -marm -ffixed-r8 -msoft-float -D__ARM_ARCH_7A__ -ffunction-sections -fdata-sections -O3 -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
sha256 19796.67k 72738.14k 226785.40k 485205.79k 730563.10k
 
sha1 as well... the envelope please...

admin@GT-AC5300:/tmp/home/root# openssl speed sha1​

Not for me, but for folks that might be interested in the different options... the items here are significant for OpenVPN..

thanks again for doing this...
 
putting things into perspective... with OpenVPN 2.4 and the AES-128-GCM support - wasn't so great for ARMv7, but...

@kvic - check this out man...
@maylyn - thanks for running these

openssl speed -evp aes-128-gcm

GS-AC5300 - Broadcom "B53"

type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-128-gcm 103664.09k 280881.86k 517767.54k 664993.74k 716743.04k​

Intel NUC - Braswell N3700 (airmont 2.4GHz)

type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-128-gcm 125214.28k 235705.28k 322178.22k 358748.16k 369145.17k
Interesting...
 
sha1 as well... the envelope please...

admin@GT-AC5300:/tmp/home/root# openssl speed sha1​

Not for me, but for folks that might be interested in the different options... the items here are significant for OpenVPN..

thanks again for doing this...

Here you goes again :p For SFX2000

admin@GT-AC5300:/tmp/home/root# openssl speed sha1
Doing sha1 for 3s on 16 size blocks: 3492219 sha1's in 3.01s
Doing sha1 for 3s on 64 size blocks: 3117499 sha1's in 2.99s
Doing sha1 for 3s on 256 size blocks: 2528706 sha1's in 3.01s
Doing sha1 for 3s on 1024 size blocks: 1421372 sha1's in 3.02s
Doing sha1 for 3s on 8192 size blocks: 281809 sha1's in 3.02s
OpenSSL 1.0.2j 26 Sep 2016
built on: reproducible build, date unspecified
options:bn(64,32) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_HEARTBEATS -DL_ENDIAN -Os -march=armv7-a -fomit-frame-pointer -mabi=aapcs-linux -marm -ffixed-r8 -msoft-float -D__ARM_ARCH_7A__ -ffunction-sections -fdata-sections -O3 -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
sha1 18563.29k 66729.08k 215066.03k 481948.65k 764430.24k
 
And if one wants to check and see if Broadcom (or Asus) enabled DVFS - which they might to keep heat down with 4 cores, not all are needed all of the time...

DVFS is Dynamic Voltage and Frequency Scaling

For CPU frequencies...

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies​

should see something like this...

600000 1200000​

For available governors that define the power plan...

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors​

conservative ondemand userspace powersave performance schedutil​

(paths might differ a little bit, I'm using a debian baseline...)

Is it what you are looking for SFX2000?

admin@GT-AC5300:/# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
1800000 1575000 1350000 1125000 900000 675000 619000 450000 225000

admin@GT-AC5300:/# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
interactive ondemand userspace
 
Is it what you are looking for SFX2000?

admin@GT-AC5300:/# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
1800000 1575000 1350000 1125000 900000 675000 619000 450000 225000

admin@GT-AC5300:/# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
interactive ondemand userspace

Excellent info - one of the issues with the legacy Asus AC-1900 class BHR's has been heat - looks like this might be solved...
 
I'll have to grab the gpl drop and take a look at the toolchain a bit - wondering if they're running in 32 or 64 bit mode, but I suspect they're in 32-bit (but who knows?)

The OS is compiled in 64-bit, including the CFE.

EDIT: hm I wonder if they changed it, because the prebuilt binary blobs report as being 32-bit in recent GPLs - they used to be 64-bit.

EDIT2: Can't remember where I saw a reference to 64-bit beside the CFE boot banner. <shrug>
 
Last edited:
openssl speed -evp sha1​

thx

sfx

I'm must been sleepy i supposed ..... /cry I have amended my first results post accordingly and all the commands are correct.

Thanks for summarizing the results.

Code:
admin@GT-AC5300:/tmp/home/root# openssl speed -evp sha1
Doing sha1 for 3s on 16 size blocks: 3591410 sha1's in 3.00s
Doing sha1 for 3s on 64 size blocks: 3238676 sha1's in 3.01s
Doing sha1 for 3s on 256 size blocks: 2592415 sha1's in 3.00s
Doing sha1 for 3s on 1024 size blocks: 1442475 sha1's in 3.01s
Doing sha1 for 3s on 8192 size blocks: 279701 sha1's in 2.99s
OpenSSL 1.0.2j  26 Sep 2016
built on: reproducible build, date unspecified
options:bn(64,32) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -I. -I.. -I../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_HEARTBEATS -DL_ENDIAN -Os -march=armv7-a -fomit-frame-pointer -mabi=aapcs-linux -marm -ffixed-r8 -msoft-float -D__ARM_ARCH_7A__ -ffunction-sections -fdata-sections -O3 -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
sha1             19154.19k    68862.21k   221219.41k   490729.04k   766324.61k
 
Last edited:

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top