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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Sa.c 166 // 4. Generate KE Payload according to SaParams->DhGroup
    [all...]
Payload.c 166 IKEV2_KEY_EXCHANGE *Ke;
194 Ke = AllocateZeroPool (KeSize);
195 if (Ke == NULL) {
199 Ke->Header.NextPayload = NextPayload;
200 Ke->Header.PayloadLength = (UINT16) KeSize;
201 Ke->DhGroup = IkeSaSession->SessionCommon.PreferDhGroup;
203 CopyMem (Ke + 1, IkeKeys->DhBuffer->GxBuffer, IkeKeys->DhBuffer->GxSize);
210 FreePool (Ke);
215 KePayload->PayloadBuf = (UINT8 *) Ke;
    [all...]

Completed in 478 milliseconds