I'm trying to use AES-GCM in TI kernel 3.12.10 with am335x with strongswan ipsec tools.
The strongswan shows some errors suggesting that the kernel does not support it.
In the kernel, I have enabled
CONFIG_CRYPTO_GCM=y
but, "grep -i gcm /proc/crypto" return nothing.
Is the TI kernel 3.12.10 support the GCM or not?
Regards,