This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3359 Crypto Accelerators and xfrm framework

Other Parts Discussed in Thread: AM3359

Hello,

I'd like to implement IPsec using the crypto accelerators available on the AM3359 processor. I've seen from the recent patch notes that you added support for Strongswan on the latest Processors SDK and would like to know how I could implement it for my device. I do not use StrongSwan because IKE is not necessary to me (both devices communicating already have the encryption keys stored), therefore I implemented my own IPsec SA's and SP's using the linux xfrm framework (which is I believe used by Strongswan aswell).


What steps should I follow to make the kernel encrypt/decrypt using the crypto accelerators ? The IPsec tunnel is already setup.

Thanks for your help