Searched defs:SaParams (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DSa.c141 // 2. Generate SA Payload according to the SaData & SaParams
163 // 4. Generate KE Payload according to SaParams->DhGroup
321 // suite and fill in the Sa paramse into CommonSession->SaParams
352 // and fill in the SA parameters into CommonSession->SaParams and SaData into
685 // and fill in the Sa paramse into CommonSession->SaParams and SaData into
710 // and fill in the Sa paramse into CommonSession->SaParams. If no acceptable
1251 // and fill in the SA paramse into CommonSession->SaParams. If no acceptable
1480 IKEV2_SA_PARAMS *SaParams; local
1511 SaParams = IkeSaSession->SessionCommon.SaParams;
1791 IKEV2_SA_PARAMS *SaParams; local
[all...]
H A DIkev2.h149 IKEV2_SA_PARAMS *SaParams; member in struct:__anon12529
H A DUtility.c325 if (SessionCommon->SaParams != NULL) {
326 FreePool (SessionCommon->SaParams);
574 IKEV2_SA_PARAMS *SaParams; local
627 SaParams = SessionCommon->SaParams;
2127 CommonSession->SaParams.
2200 IkeSaSession->SessionCommon.SaParams = AllocateZeroPool (sizeof (IKEV2_SA_PARAMS));
2201 ASSERT (IkeSaSession->SessionCommon.SaParams != NULL);
2202 IkeSaSession->SessionCommon.SaParams->EncAlgId = PreferEncryptAlgorithm;
2203 IkeSaSession->SessionCommon.SaParams
[all...]

Completed in 74 milliseconds