summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f4f0b8f)
raw | patch | inline | side by side (parent: f4f0b8f)
author | Tinku Mannan <tmannan@ti.com> | |
Mon, 28 Jul 2014 19:35:18 +0000 (15:35 -0400) | ||
committer | Tinku Mannan <tmannan@ti.com> | |
Mon, 28 Jul 2014 19:35:18 +0000 (15:35 -0400) |
ti/runtime/netapi/src/netapi_sec.c | patch | blob | history |
index efcc884fab04c61b6842aa1d0d99d19226684efe..09ffe7e8795cd14b7d40be42ea1aa1a4e42a98c3 100755 (executable)
if ((sa_info->cipherMode == NWAL_SA_EALG_AES_GCM) ||
(sa_info->cipherMode == NWAL_SA_EALG_AES_CCM) ||
(sa_info->authMode == NWAL_SA_AALG_GMAC) ||
+ (sa_info->authMode == NWAL_SA_AALG_HMAC_SHA2_256) ||
(sa_info->authMode == NWAL_SA_AALG_HMAC_SHA2_256_RFC4868))
{
createParam.saIpSecParam.macSize = 16;