When using the latest 1.0.1 snapshot I get the following errors when running "openssl speed -engine aesni -evp aes-256-cbc".
I should also mention that these errors don't occur on the latest 1.1.0
snapshot only 1.0.1.
invalid engine "aesni"
140047121696400:error:25066067:DSO support routines:DLFCN_LOAD:could not load
the shared library:dso_dlfcn.c:187:filename(/usr/lib64/engines/libaesni.so):
/usr/lib64/engines/libaesni.so: cannot open shared object file: No such file or
directory
140047121696400:error:25070067:DSO support routines:DSO_load:could not load the
shared library:dso_lib.c:244:
140047121696400:error:260B6084:engine routines:DYNAMIC_LOAD:dso not
found:eng_dyn.c:450:
140047121696400:error:2606A074:engine routines:ENGINE_by_id:no such
engine:eng_list.c:417:id=aesni
140047121696400:error:25066067:DSO support routines:DLFCN_LOAD:could not load
the shared library:dso_dlfcn.c:187:filename(libaesni.so): libaesni.so: cannot
open shared object file: No such file or directory
140047121696400:error:25070067:DSO support routines:DSO_load:could not load the
shared library:dso_lib.c:244:
140047121696400:error:260B6084:engine routines:DYNAMIC_LOAD:dso not
found:eng_dyn.c:450:
Doing aes-256-cbc for 3s on 16 size blocks: 76991496 aes-256-cbc's in 2.99s
Doing aes-256-cbc for 3s on 64 size blocks: 20596683 aes-256-cbc's in 3.00s
Doing aes-256-cbc for 3s on 256 size blocks: 5241285 aes-256-cbc's in 2.99s
Doing aes-256-cbc for 3s on 1024 size blocks: 1316230 aes-256-cbc's in 3.00s
Doing aes-256-cbc for 3s on 8192 size blocks: 164379 aes-256-cbc's in 2.99s
OpenSSL 1.0.1-dev xx XXX xxxx
built on: Mon Oct 10 10:14:02 EDT 2011
options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int)
blowfish(idx)
compiler: gcc -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall
-DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM
-DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DWHIRLPOOL_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 411994.63k 439395.90k 448752.16k 449273.17k 450365.47k
Thanks
|
When using the latest 1.0.1 snapshot I get the following errors when running "openssl speed -engine aesni -evp aes-256-cbc".
I should also mention that these errors don't occur on the latest 1.1.0 snapshot only 1.0.1. invalid engine "aesni" 140047121696400:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:187:filename(/usr/lib64/engines/libaesni.so): /usr/lib64/engines/libaesni.so: cannot open shared object file: No such file or directory 140047121696400:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244: 140047121696400:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:450: 140047121696400:error:2606A074:engine routines:ENGINE_by_id:no such engine:eng_list.c:417:id=aesni 140047121696400:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:187:filename(libaesni.so): libaesni.so: cannot open shared object file: No such file or directory 140047121696400:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244: 140047121696400:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:450: Doing aes-256-cbc for 3s on 16 size blocks: 76991496 aes-256-cbc's in 2.99s Doing aes-256-cbc for 3s on 64 size blocks: 20596683 aes-256-cbc's in 3.00s Doing aes-256-cbc for 3s on 256 size blocks: 5241285 aes-256-cbc's in 2.99s Doing aes-256-cbc for 3s on 1024 size blocks: 1316230 aes-256-cbc's in 3.00s Doing aes-256-cbc for 3s on 8192 size blocks: 164379 aes-256-cbc's in 2.99s OpenSSL 1.0.1-dev xx XXX xxxx built on: Mon Oct 10 10:14:02 EDT 2011 options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) compiler: gcc -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DWHIRLPOOL_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 411994.63k 439395.90k 448752.16k 449273.17k 450365.47k Thanks |
