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