summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fc407a4)
raw | patch | inline | side by side (parent: fc407a4)
author | Tinku Mannan <tmannan@ti.com> | |
Tue, 17 Mar 2015 14:26:13 +0000 (10:26 -0400) | ||
committer | Tinku Mannan <tmannan@ti.com> | |
Tue, 17 Mar 2015 14:26:13 +0000 (10:26 -0400) |
ti/runtime/netapi/applications/ipsec_offload/ipsecmgr/src/netapilib_interface.c | [changed mode: 0644->0755] | patch | blob | history |
diff --git a/ti/runtime/netapi/applications/ipsec_offload/ipsecmgr/src/netapilib_interface.c b/ti/runtime/netapi/applications/ipsec_offload/ipsecmgr/src/netapilib_interface.c
saInfo.cipherMode = NWAL_SA_EALG_3DES_CBC;
else if (sa_info->enc.algo == SA_EALG_DES_CBC)
saInfo.cipherMode = NWAL_SA_EALG_DES_CBC;
+ else if (sa_info->enc.algo == SA_EALG_AES_GCM)
+ saInfo.cipherMode = NWAL_SA_EALG_AES_GCM;
else
{
ipsecmgr_syslog_msg (SYSLOG_LEVEL_ERROR,