Using caam with AF_ALG

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

Using caam with AF_ALG

Jump to solution
1,385 Views
rashmikj
Contributor III

In LS1046ardb  Kit using LSDK20.04 , how do i know caam engine is being used when i invoke AF_ALG? are there any article on how to use CAAM Interface ?

Kindly help?

0 Kudos
Reply
1 Solution
1,373 Views
bpe
NXP Employee
NXP Employee

You can examine 'driver' entries of /proc/crypto to see which algorithms are
accelerated by SEC. See LSDK online documentation for details.

Kernel CAAM driver adheres to the kernel native crypto API which is well-documented.
You can study  the generic kernel documentation at the link above to see how to use it.

Hope this helps,
Platon

 

View solution in original post

0 Kudos
Reply
1 Reply
1,374 Views
bpe
NXP Employee
NXP Employee

You can examine 'driver' entries of /proc/crypto to see which algorithms are
accelerated by SEC. See LSDK online documentation for details.

Kernel CAAM driver adheres to the kernel native crypto API which is well-documented.
You can study  the generic kernel documentation at the link above to see how to use it.

Hope this helps,
Platon

 

0 Kudos
Reply