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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DUtility.c2009 @param[out] PreferIntegrityAlgorithm Output of preferred integrity algorithm.
2026 OUT UINT16 *PreferIntegrityAlgorithm,
2042 PreferIntegrityAlgorithm == NULL ||
2094 if (*PreferIntegrityAlgorithm == 0 && Ikev2IsSupportAlg (TransformData->TransformId, IKE_AUTH_TYPE)) {
2095 *PreferIntegrityAlgorithm = TransformData->TransformId;
2147 UINT16 PreferIntegrityAlgorithm; local
2160 PreferIntegrityAlgorithm = 0;
2184 &PreferIntegrityAlgorithm,
2193 PreferIntegrityAlgorithm != 0 &&
2206 IkeSaSession->SessionCommon.SaParams->IntegAlgId = PreferIntegrityAlgorithm;
2023 Ikev2ParseProposalData( IN IKEV2_PROPOSAL_DATA *ProposalData, OUT UINT16 *PreferEncryptAlgorithm, OUT UINT16 *PreferIntegrityAlgorithm, OUT UINT16 *PreferPrfAlgorithm, OUT UINT16 *PreferDhGroup, OUT UINTN *PreferEncryptKeylength, OUT BOOLEAN *IsSupportEsn, IN BOOLEAN IsChildSa ) argument
2346 UINT16 PreferIntegrityAlgorithm; local
[all...]

Completed in 37 milliseconds