Searched refs:Prf (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
D | Payload.c | 399 DigestSize = IpSecGetHmacDigestLength ((UINT8)IkeSaSession->SessionCommon.SaParams->Prf); in Ikev2PskGenerateAuthPayload() 415 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf, in Ikev2PskGenerateAuthPayload() 445 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf, in Ikev2PskGenerateAuthPayload() 455 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf, in Ikev2PskGenerateAuthPayload() 496 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf, in Ikev2PskGenerateAuthPayload() 650 DigestSize = IpSecGetHmacDigestLength ((UINT8)IkeSaSession->SessionCommon.SaParams->Prf); in Ikev2CertGenerateAuthPayload() 677 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf, in Ikev2CertGenerateAuthPayload() 688 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf, in Ikev2CertGenerateAuthPayload() 734 (UINT8)IkeSaSession->SessionCommon.SaParams->Prf, in Ikev2CertGenerateAuthPayload()
|
D | Sa.c | 1505 AuthAlgKeyLen = IpSecGetHmacDigestLength ((UINT8)SaParams->Prf); in Ikev2GenerateSaKeys() 1508 PrfAlgKeyLen = IpSecGetHmacDigestLength ((UINT8)SaParams->Prf); in Ikev2GenerateSaKeys() 1535 DigestSize = IpSecGetHmacDigestLength ((UINT8)SaParams->Prf); in Ikev2GenerateSaKeys() 1544 (UINT8)SaParams->Prf, in Ikev2GenerateSaKeys() 1587 (UINT8)SaParams->Prf, in Ikev2GenerateSaKeys() 1836 (UINT8)ChildSaSession->IkeSaSession->SessionCommon.SaParams->Prf, in Ikev2GenerateChildSaKeys()
|
D | Ikev2.h | 104 UINT16 Prf; member
|
D | Utility.c | 2203 IkeSaSession->SessionCommon.SaParams->Prf = PreferPrfAlgorithm; in Ikev2SaParseSaPayload() 2309 IkeSaSession->SessionCommon.SaParams->Prf = PreferPrfAlgorithm; in Ikev2SaParseSaPayload()
|