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 123 // If the NCookie is not NULL, this IKE_SA_INIT packet is resent by the NCookie
124 // and the NCookie payload should be the first payload in this packet.
126 if (IkeSaSession->NCookie != NULL) {
134 IkeSaSession->NCookie,
156 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) {
176 if ((IkeSaSession->SessionCommon.IsInitiator) && (IkeSaSession->NCookie == NULL)) {
    [all...]
Utility.c 65 IkeSaSession->NCookie = NULL;
457 if (IkeSaSession->NCookie != NULL) {
458 FreePool (IkeSaSession->NCookie);
    [all...]
Payload.c     [all...]

Completed in 64 milliseconds