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.c126 if (IkeSaSession->NCookie != NULL) { in Ikev2InitPskGenerator()
134 IkeSaSession->NCookie, in Ikev2InitPskGenerator()
156 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) { in Ikev2InitPskGenerator()
176 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) { in Ikev2InitPskGenerator()
DUtility.c65 IkeSaSession->NCookie = NULL; in Ikev2SaSessionAlloc()
457 if (IkeSaSession->NCookie != NULL) { in Ikev2SaSessionFree()
458 FreePool (IkeSaSession->NCookie); in Ikev2SaSessionFree()
DPayload.c1384 IkeSaSession->NCookie = AllocateZeroPool (NotifyDataSize); in Ikev2ParserNotifyCookiePayload()
1385 if (IkeSaSession->NCookie == NULL) { in Ikev2ParserNotifyCookiePayload()
1392 IkeSaSession->NCookie, in Ikev2ParserNotifyCookiePayload()