Searched refs:SaParams (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
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...]
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 DPayload.c400 DigestSize = IpSecGetHmacDigestLength ((UINT8)IkeSaSession->SessionCommon.SaParams->Prf);
416 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf,
446 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf,
456 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf,
497 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf,
652 DigestSize = IpSecGetHmacDigestLength ((UINT8)IkeSaSession->SessionCommon.SaParams->Prf);
680 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf,
691 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf,
737 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf,
2585 CryptBlockSize = (UINT8) IpSecGetEncryptBlockSize ((UINT8) SessionCommon->SaParams
[all...]
H A DIkev2.h149 IKEV2_SA_PARAMS *SaParams; member in struct:__anon12529

Completed in 91 milliseconds