Home
last modified time | relevance | path

Searched refs:NCookie (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DIkev2.h174 UINT8 *NCookie; // Buffer Contains the Notify Cookie member
DSa.c128 if (IkeSaSession->NCookie != NULL) { in Ikev2InitPskGenerator()
136 IkeSaSession->NCookie, in Ikev2InitPskGenerator()
158 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) { in Ikev2InitPskGenerator()
178 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) { in Ikev2InitPskGenerator()
DUtility.c67 IkeSaSession->NCookie = NULL; in Ikev2SaSessionAlloc()
459 if (IkeSaSession->NCookie != NULL) { in Ikev2SaSessionFree()
460 FreePool (IkeSaSession->NCookie); in Ikev2SaSessionFree()
DPayload.c1442 IkeSaSession->NCookie = AllocateZeroPool (NotifyDataSize); in Ikev2ParserNotifyCookiePayload()
1443 if (IkeSaSession->NCookie == NULL) { in Ikev2ParserNotifyCookiePayload()
1450 IkeSaSession->NCookie, in Ikev2ParserNotifyCookiePayload()