Part Number: SK-AM64
Following the tutorial :
I am trying to use the cryptodev device with openssl on TI's pre-built images.
The hwrng device is working fine.
The cryptodev kernel module is installed.
root@am64xx-evm:~# lsmod | grep cryptodev
cryptodev 57344 2
But, Openssl can not use the cryptographic hardware accelerator.
root@am64xx-evm:~# openssl speed -evp aes-128-cbc -engine cryptodev
invalid engine "cryptodev"
The SDK I use is ti-processor-sdk-linux-rt-am64xx-evm-08.02.00.23-Linux-x86-Install.bin
Also, It states that it supports OpenSSL with an SS2UL engine.
Are there any steps I am missing?
Does the version SDK support the feature?
Regards,
Sean