Searched refs:DhGroup (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.h154 UINT16 DhGroup; member in struct:__anon12540
H A DIkev2.h107 UINT16 DhGroup; member in struct:__anon12525
H A DUtility.c2154 UINT16 DhGroup; local
2166 DhGroup = 0;
2204 IkeSaSession->SessionCommon.SaParams->DhGroup = PreferDhGroup;
2281 &DhGroup,
2290 DhGroup == PreferDhGroup
2297 DhGroup = 0;
2310 IkeSaSession->SessionCommon.SaParams->DhGroup = PreferDhGroup;
H A DPayload.c186 Ke->DhGroup = IkeSaSession->SessionCommon.PreferDhGroup;
2016 KeyPayload->DhGroup = HTONS (KeyPayload->DhGroup);
2167 KeyPayload->DhGroup = HTONS (KeyPayload->DhGroup);
H A DSa.c163 // 4. Generate KE Payload according to SaParams->DhGroup
388 if (IkeSaSession->SessionCommon.PreferDhGroup != ((IKEV2_KEY_EXCHANGE *)KeyPayload->PayloadBuf)->DhGroup) {

Completed in 47 milliseconds