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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Sa.c 244 IKE_PAYLOAD *KeyPayload;
254 KeyPayload = NULL;
261 // Iterate payloads to find the SaPayload and KeyPayload.
269 KeyPayload = IkePayload;
292 if ((KeyPayload == NULL) || (SaPayload == NULL) || (NoncePayload == NULL)) {
389 if (IkeSaSession->SessionCommon.PreferDhGroup != ((IKEV2_KEY_EXCHANGE *)KeyPayload->PayloadBuf)->DhGroup) {
396 Status = Ikev2GenerateSaKeys (IkeSaSession, KeyPayload);
    [all...]
Payload.c     [all...]

Completed in 54 milliseconds