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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DIkev2.h174 UINT8 *NCookie; // Buffer Contains the Notify Cookie member in struct:__anon12530
175 UINTN NCookieSize; // Size of NCookie
H A DSa.c122 // If the NCookie is not NULL, this IKE_SA_INIT packet is resent by the NCookie
123 // and the NCookie payload should be the first payload in this packet.
125 if (IkeSaSession->NCookie != NULL) {
133 IkeSaSession->NCookie,
155 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) {
175 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) {
H A DUtility.c64 IkeSaSession->NCookie = NULL;
456 if (IkeSaSession->NCookie != NULL) {
457 FreePool (IkeSaSession->NCookie);
H A DPayload.c1387 IkeSaSession->NCookie = AllocateZeroPool (NotifyDataSize);
1388 if (IkeSaSession->NCookie == NULL) {
1395 IkeSaSession->NCookie,

Completed in 1305 milliseconds