Project

General

Profile

Bug #14085 » tests.txt

tests - Alexandru Racovita, 03/09/2023 07:01 AM

 
1
WITH HARDWARE ACCELERATION (rdrand + devcrypto):
2

    
3
[23.01-RELEASE][admin@pfsense1.orioneurope.local]/root: openssl engine
4
(devcrypto) /dev/crypto engine
5
(rdrand) Intel RDRAND engine
6
(dynamic) Dynamic engine loading support
7

    
8

    
9
/root: openssl speed -engine rdrand -evp aes-128-gcm
10
engine "rdrand" set.
11
Doing aes-128-gcm for 3s on 16 size blocks: 109473266 aes-128-gcm's in 3.15s
12
Doing aes-128-gcm for 3s on 64 size blocks: 59620644 aes-128-gcm's in 3.06s
13
Doing aes-128-gcm for 3s on 256 size blocks: 37145965 aes-128-gcm's in 3.05s
14
Doing aes-128-gcm for 3s on 1024 size blocks: 12758891 aes-128-gcm's in 3.07s
15
Doing aes-128-gcm for 3s on 8192 size blocks: 1961291 aes-128-gcm's in 3.06s
16
Doing aes-128-gcm for 3s on 16384 size blocks: 1004601 aes-128-gcm's in 3.09s
17
OpenSSL 1.1.1t-freebsd  7 Feb 2023
18
built on: reproducible build, date unspecified
19
options:bn(64,64) rc4(8x,int) des(int) aes(partial) idea(int) blowfish(ptr)
20
compiler: clang
21
The 'numbers' are in 1000s of bytes per second processed.
22
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes  16384 bytes
23
aes-128-gcm     556330.64k  1245949.78k  3121023.03k  4255301.17k  5246333.35k  5320204.54k
24

    
25

    
26
/root: openssl speed -engine devcrypto -evp aes-128-gcm
27
engine "devcrypto" set.
28
Doing aes-128-gcm for 3s on 16 size blocks: 109588628 aes-128-gcm's in 3.09s
29
Doing aes-128-gcm for 3s on 64 size blocks: 58764133 aes-128-gcm's in 3.08s
30
Doing aes-128-gcm for 3s on 256 size blocks: 36989212 aes-128-gcm's in 3.08s
31
Doing aes-128-gcm for 3s on 1024 size blocks: 12517930 aes-128-gcm's in 3.03s
32
Doing aes-128-gcm for 3s on 8192 size blocks: 1892616 aes-128-gcm's in 3.01s
33
Doing aes-128-gcm for 3s on 16384 size blocks: 962895 aes-128-gcm's in 3.02s
34
OpenSSL 1.1.1t-freebsd  7 Feb 2023
35
built on: reproducible build, date unspecified
36
options:bn(64,64) rc4(8x,int) des(int) aes(partial) idea(int) blowfish(ptr)
37
compiler: clang
38
The 'numbers' are in 1000s of bytes per second processed.
39
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes  16384 bytes
40
aes-128-gcm     566761.39k  1221816.69k  3076300.76k  4228737.43k  5154679.78k  5217925.52k
41

    
42

    
43
NO HARDWARE ACCELERATION:
44

    
45

    
46
[23.01-RELEASE][admin@pfsense1.orioneurope.local]/root: openssl engine
47
(rdrand) Intel RDRAND engine
48
(dynamic) Dynamic engine loading support
49

    
50

    
51
[23.01-RELEASE][admin@pfsense1.orioneurope.local]/root: openssl speed -engine rdrand -evp aes-128-gcm
52
engine "rdrand" set.
53
Doing aes-128-gcm for 3s on 16 size blocks: 102136466 aes-128-gcm's in 3.01s
54
Doing aes-128-gcm for 3s on 64 size blocks: 60435126 aes-128-gcm's in 3.16s
55
Doing aes-128-gcm for 3s on 256 size blocks: 36288986 aes-128-gcm's in 3.04s
56
Doing aes-128-gcm for 3s on 1024 size blocks: 12394560 aes-128-gcm's in 3.03s
57
Doing aes-128-gcm for 3s on 8192 size blocks: 1920849 aes-128-gcm's in 3.00s
58
Doing aes-128-gcm for 3s on 16384 size blocks: 1021912 aes-128-gcm's in 3.18s
59
OpenSSL 1.1.1t-freebsd  7 Feb 2023
60
built on: reproducible build, date unspecified
61
options:bn(64,64) rc4(8x,int) des(int) aes(partial) idea(int) blowfish(ptr)
62
compiler: clang
63
The 'numbers' are in 1000s of bytes per second processed.
64
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes  16384 bytes
65
aes-128-gcm     543312.94k  1225456.81k  3056857.31k  4187061.26k  5245198.34k  5265613.75k
66

    
67

    
68
[23.01-RELEASE][admin@pfsense1.orioneurope.local]/root: openssl speed -engine devcrypto -evp aes-128-gcm
69
invalid engine "devcrypto"
70
17259678138368:error:25066067:DSO support routines:dlfcn_load:could not load the shared library:/var/jenkins/workspace/pfSense-Plus-snapshots-23_01-main/sources/FreeBSD-src-plus-RELENG_23_01/crypto/openssl/crypto/dso/dso_dlfcn.c:118:filename(/usr/lib/engines/devcrypto.so): Cannot open "/usr/lib/engines/devcrypto.so"
71

    
72

    
73

    
74

    
75

    
76

    
77

    
78

    
(1-1/2)