Searched refs:PreferPrfAlgorithm (Results 1 – 1 of 1) sorted by relevance
2094 OUT UINT16 *PreferPrfAlgorithm, in Ikev2ParseProposalData() argument2120 if (PreferPrfAlgorithm == NULL || PreferDhGroup == NULL) { in Ikev2ParseProposalData()2154 … if (*PreferPrfAlgorithm == 0 && Ikev2IsSupportAlg (TransformData->TransformId, IKE_PRF_TYPE)) { in Ikev2ParseProposalData()2155 *PreferPrfAlgorithm = TransformData->TransformId; in Ikev2ParseProposalData()2215 UINT16 PreferPrfAlgorithm; in Ikev2SaParseSaPayload() local2226 PreferPrfAlgorithm = 0; in Ikev2SaParseSaPayload()2252 &PreferPrfAlgorithm, in Ikev2SaParseSaPayload()2261 PreferPrfAlgorithm != 0 && in Ikev2SaParseSaPayload()2275 IkeSaSession->SessionCommon.SaParams->Prf = PreferPrfAlgorithm; in Ikev2SaParseSaPayload()2310 PreferPrfAlgorithm = 0; in Ikev2SaParseSaPayload()[all …]