3215U
# openssl speed -evp aes-128-gcm
Doing AES-128-GCM for 3s on 16 size blocks: 1829751 AES-128-GCM's in 3.00s
Doing AES-128-GCM for 3s on 64 size blocks: 1302225 AES-128-GCM's in 3.00s
Doing AES-128-GCM for 3s on 256 size blocks: 1188443 AES-128-GCM's in 3.00s
Doing AES-128-GCM for 3s on 1024 size blocks: 543617 AES-128-GCM's in 3.00s
Doing AES-128-GCM for 3s on 8192 size blocks: 88863 AES-128-GCM's in 3.00s
Doing AES-128-GCM for 3s on 16384 size blocks: 45524 AES-128-GCM's in 3.00s
version: 3.0.16
built on: Tue Apr 15 19:59:18 2025 UTC
options: bn(64,64)
compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -fzero-call-used-regs=used-gpr -DOPENSSL_TLS_SECURITY_LEVEL=2 -Wa,--noexecstack -g -O2 -ffile-prefix-map=/build/reproducible-path/openssl-3.0.16=. -fstack-protector-strong -Wformat -Werror=format-security -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2
CPUINFO: OPENSSL_ia32cap=0x4dfae3bfffebffff:0x2042603
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-GCM 9758.67k 27780.80k 101413.80k 185554.60k 242655.23k 248621.74k
# openssl speed -evp aes-256-gcm
Doing AES-256-GCM for 3s on 16 size blocks: 1567078 AES-256-GCM's in 2.99s
Doing AES-256-GCM for 3s on 64 size blocks: 1054901 AES-256-GCM's in 3.00s
Doing AES-256-GCM for 3s on 256 size blocks: 931985 AES-256-GCM's in 3.00s
Doing AES-256-GCM for 3s on 1024 size blocks: 413368 AES-256-GCM's in 3.00s
Doing AES-256-GCM for 3s on 8192 size blocks: 66566 AES-256-GCM's in 3.00s
Doing AES-256-GCM for 3s on 16384 size blocks: 34017 AES-256-GCM's in 3.00s
version: 3.0.16
built on: Tue Apr 15 19:59:18 2025 UTC
options: bn(64,64)
compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -fzero-call-used-regs=used-gpr -DOPENSSL_TLS_SECURITY_LEVEL=2 -Wa,--noexecstack -g -O2 -ffile-prefix-map=/build/reproducible-path/openssl-3.0.16=. -fstack-protector-strong -Wformat -Werror=format-security -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2
CPUINFO: OPENSSL_ia32cap=0x4dfae3bfffebffff:0x2042603
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
AES-256-GCM 8385.70k 22504.55k 79529.39k 141096.28k 181769.56k 185778.18k
m
# openssl speed -multi $(cat /proc/cpuinfo |grep processor | wc -l) -evp aes-128-gcm
Forked child 0
+DT:AES-128-GCM:3:16
Forked child 1
+DT:AES-128-GCM:3:16
+R:1841714:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:64
+R:1842168:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:64
+R:1305631:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:256
+R:1305949:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:256
+R:1190488:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:1024
+R:1190789:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:1024
+R:543844:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:8192
+R:543980:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:8192
+R:88698:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:16384
+R:88851:AES-128-GCM:3.000000
+DT:AES-128-GCM:3:16384
+R:45475:AES-128-GCM:3.000000
+R:45510:AES-128-GCM:3.000000
Got: +H:16:64:256:1024:8192:16384 from 0
Got: +F:25:AES-128-GCM:9822474.67:27853461.33:101588309.33:185632085.33:242204672.00:248354133.33 from 0
Got: +H:16:64:256:1024:8192:16384 from 1
Got: +F:25:AES-128-GCM:9824896.00:27860245.33:101613994.67:185678506.67:242622464.00:248545280.00 from 1
version: 3.0.16
built on: Tue Apr 15 19:59:18 2025 UTC
options: bn(64,64)
compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -fzero-call-used-regs=used-gpr -DOPENSSL_TLS_SECURITY_LEVEL=2 -Wa,--noexecstack -g -O2 -ffile-prefix-map=/build/reproducible-path/openssl-3.0.16=. -fstack-protector-strong -Wformat -Werror=format-security -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2
CPUINFO: OPENSSL_ia32cap=0x4dfae3bfffebffff:0x2042603
AES-128-GCM 19647.37k 55713.71k 203202.30k 371310.59k 484827.14k 496899.41k
# openssl speed -multi $(cat /proc/cpuinfo |grep processor | wc -l) -evp aes-256-gcm
Forked child 0
+DT:AES-256-GCM:3:16
Forked child 1
+DT:AES-256-GCM:3:16
+R:1574774:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:64
+R:1571749:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:64
+R:1057036:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:256
+R:1056741:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:256
+R:963823:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:1024
+R:953531:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:1024
+R:420028:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:8192
+R:420321:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:8192
+R:66518:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:16384
+R:66579:AES-256-GCM:3.000000
+DT:AES-256-GCM:3:16384
+R:33703:AES-256-GCM:3.000000
+R:34016:AES-256-GCM:3.000000
Got: +H:16:64:256:1024:8192:16384 from 0
Got: +F:25:AES-256-GCM:8398794.67:22550101.33:81367978.67:143469568.00:181805056.00:185772714.67 from 0
Got: +H:16:64:256:1024:8192:16384 from 1
Got: +F:25:AES-256-GCM:8382661.33:22543808.00:82246229.33:143369557.33:181638485.33:184063317.33 from 1
version: 3.0.16
built on: Tue Apr 15 19:59:18 2025 UTC
options: bn(64,64)
compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -fzero-call-used-regs=used-gpr -DOPENSSL_TLS_SECURITY_LEVEL=2 -Wa,--noexecstack -g -O2 -ffile-prefix-map=/build/reproducible-path/openssl-3.0.16=. -fstack-protector-strong -Wformat -Werror=format-security -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2
CPUINFO: OPENSSL_ia32cap=0x4dfae3bfffebffff:0x2042603
AES-256-GCM 16781.46k 45093.91k 163614.21k 286839.13k 363443.54k 369836.03k