Did you build OpenSSL libs by enabling the appropriate flags - HAVE_CRYPTODEV etc ? In files crypto/engine/eng_all.c , "ENGINE_load_cryptodev" will be under few defines. Make sure your platform have those defines.
Regards, Gnananasekar On 11 September 2013 14:34, Anees K A <anees...@mistralsolutions.com> wrote: > Hi, > > When I try the following command > > $ openssl speed aes -engine crytodev > *invalid engine "cryptodev"* > 3078063752:error:25066067:DSO support routines:DLFCN_LOAD:could not load > the shared library:dso_dlfcn.c:187:filename(/lib/engines/libcryptodev.so): > /lib/engines/libcryptodev.so: cannot open shared object file: No such file > or directory > > If I look in the source, I can see eng_cryptodev.c file under > crypto/engine folder. Why is this not working? > > I am using the following git - git://git.openssl.org/openssl.git > > $ openssl engine > (dynamic) Dynamic engine loading support > > Regards > > anees k A >