How to use CAAM RSA driver in imx6ul?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use CAAM RSA driver in imx6ul?

923 Views
wayneshih
Contributor I

Hi,

I'm using imx6ulevk YOCTO sumo linux kernel L4.14.98-2.3.1.

I have some problem of accessing CAAM driver.

As far as I know, there are only two ways to access CAAM driver, one is by Cryptodev and the other is AF_ALG.

I successfully implement the symmetric cipher (e.g DES, 3DES, AES) and hashing scheme (e.g MD5, sha-1, sha256 etc) by AF_ALG framwork.

But I don't know how to implement RSA (asymmetric cipher) by either Cryptodev and AF_ALG.

 

if anyone have good idea to solve it?

 

Labels (1)
Tags (3)
0 Kudos
1 Reply

863 Views
igorpadykov
NXP Employee
NXP Employee

Hi  Wayne

one can try to follow CAAM Chapter of i.MX Linux Reference Manual

or ventana/encryption – Gateworks 

also example was sent via mail.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos