HomeSort by relevance Sort by last modified time
    Searched refs:NCookie (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Ikev2.h 174 UINT8 *NCookie; // Buffer Contains the Notify Cookie
175 UINTN NCookieSize; // Size of NCookie
Sa.c 125 // If the NCookie is not NULL, this IKE_SA_INIT packet is resent by the NCookie
126 // and the NCookie payload should be the first payload in this packet.
128 if (IkeSaSession->NCookie != NULL) {
136 IkeSaSession->NCookie,
158 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) {
178 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) {
    [all...]
Utility.c 67 IkeSaSession->NCookie = NULL;
459 if (IkeSaSession->NCookie != NULL) {
460 FreePool (IkeSaSession->NCookie);
    [all...]
Payload.c     [all...]

Completed in 2121 milliseconds