Hi
I am trying to use cryptodev engine using openssl in OMAP4460. When I run the application I get the following error :
/ # openssl speed -evp aes-128-cbc -engine cryptodev
invalid engine "cryptodev"
3069236400:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:187:filename(libcryptodev.so): /lib/engines/libcryptodev.so: cannot open shared object file: No such file or directory
I have used the latest openssl from github to run this experiment. There is no libcryptodev.so after compiling the package.
Does anyone know why this is happening?