Searched refs:PreferPrfAlgorithm (Results 1 – 1 of 1) sorted by relevance
2025 OUT UINT16 *PreferPrfAlgorithm, in Ikev2ParseProposalData() argument2051 if (PreferPrfAlgorithm == NULL || PreferDhGroup == NULL) { in Ikev2ParseProposalData()2085 … if (*PreferPrfAlgorithm == 0 && Ikev2IsSupportAlg (TransformData->TransformId, IKE_PRF_TYPE)) { in Ikev2ParseProposalData()2086 *PreferPrfAlgorithm = TransformData->TransformId; in Ikev2ParseProposalData()2146 UINT16 PreferPrfAlgorithm; in Ikev2SaParseSaPayload() local2157 PreferPrfAlgorithm = 0; in Ikev2SaParseSaPayload()2183 &PreferPrfAlgorithm, in Ikev2SaParseSaPayload()2192 PreferPrfAlgorithm != 0 && in Ikev2SaParseSaPayload()2203 IkeSaSession->SessionCommon.SaParams->Prf = PreferPrfAlgorithm; in Ikev2SaParseSaPayload()2234 PreferPrfAlgorithm = 0; in Ikev2SaParseSaPayload()[all …]