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.

AES-GCM encryption fails

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,