I'm not sure what you meant with "enabled cryptodev in kernel configuration". Cryptodev module is a separate package
named 'cryptodev-linux'. Build the package and proceed as described here:
Building OpenSSL with hardware offloading support
Linux cryptodev does not register itself within procfs, you will not see it anywhere under /proc/ therefore.
It, however, creates a /dev/crypto node.
If you meant Linux native crypto API driver for P2020 SEC (Talitos driver), study the document at the link
below on how to enable and test it:
SEC Device Driver User Manual
Note, cryptodev works on top of Talitos, so you will need Talitos anyway.
Have a great day,
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------