Searched refs:AuthKeyLength (Results 1 – 7 of 7) sorted by relevance
1329 SadEntrySize += SaData->AlgoInfo.AhAlgoInfo.AuthKeyLength; in SetSadEntry()1331 SadEntrySize = ALIGN_VARIABLE (SadEntrySize + SaData->AlgoInfo.EspAlgoInfo.AuthKeyLength); in SetSadEntry()1367 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength = SaData->AlgoInfo.EspAlgoInfo.AuthKeyLength; in SetSadEntry()1369 if (SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength != 0) { in SetSadEntry()1374 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength in SetSadEntry()1385 … SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength), in SetSadEntry()1767 … RequiredSize = ALIGN_VARIABLE (RequiredSize + SadEntry->Data->AlgoInfo.AhAlgoInfo.AuthKeyLength); in GetSadEntry()1769 …RequiredSize = ALIGN_VARIABLE (RequiredSize + SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength); in GetSadEntry()1806 … SaData->AlgoInfo.AhAlgoInfo.AuthKeyLength = SadEntry->Data->AlgoInfo.AhAlgoInfo.AuthKeyLength; in GetSadEntry()1807 if (SaData->AlgoInfo.AhAlgoInfo.AuthKeyLength != 0) { in GetSadEntry()[all …]
808 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength, in IpSecEspAuthVerifyPayload()1948 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength, in IpSecEspOutboundPacket()
385 UINTN AuthKeyLength; member402 UINTN AuthKeyLength; member
605 UINTN AuthKeyLength; in CreateSadEntry() local614 AuthKeyLength = 0; in CreateSadEntry()657 AuthKeyLength = StrLen (ValueStr); in CreateSadEntry()679 DataSize = ALIGN_VARIABLE (DataSize + AuthKeyLength); in CreateSadEntry()693 … ((UINT8 *) (*Data)->AlgoInfo.EspAlgoInfo.AuthKey + AuthKeyLength), in CreateSadEntry()815 (*Data)->AlgoInfo.EspAlgoInfo.AuthKeyLength = AuthKeyLength; in CreateSadEntry()816 AsciiStr = AllocateZeroPool (AuthKeyLength + 1); in CreateSadEntry()819 CopyMem ((*Data)->AlgoInfo.EspAlgoInfo.AuthKey, AsciiStr, AuthKeyLength); in CreateSadEntry()1605 OldData->AlgoInfo.EspAlgoInfo.AuthKeyLength = NewData->AlgoInfo.EspAlgoInfo.AuthKeyLength; in CombineSadEntry()
461 Data->AlgoInfo.EspAlgoInfo.AuthKeyLength in DumpSadEntry()474 … DumpBuf ((UINT8 *)(Data->AlgoInfo.EspAlgoInfo.AuthKey), Data->AlgoInfo.EspAlgoInfo.AuthKeyLength); in DumpSadEntry()
2555 UINTN AuthKeyLength; in Ikev2SaGenerateKey() local2569 AuthKeyLength = IpSecGetHmacDigestLength (HashAlgId); in Ikev2SaGenerateKey()2570 DigestSize = AuthKeyLength; in Ikev2SaGenerateKey()2571 Digest = AllocateZeroPool (AuthKeyLength); in Ikev2SaGenerateKey()2635 LocalFragments[0].Data = AllocateZeroPool (AuthKeyLength); in Ikev2SaGenerateKey()2637 LocalFragments[0].DataSize = AuthKeyLength; in Ikev2SaGenerateKey()2639 Round = (OutputKeyLength - 1) / AuthKeyLength + 1; in Ikev2SaGenerateKey()
1876 ChildSaSession->ChildKeymats.LocalPeerInfo.EspAlgoInfo.AuthKeyLength = IntegrityAlgKeyLen; in Ikev2GenerateChildSaKeys()1910 ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.AuthKeyLength = IntegrityAlgKeyLen; in Ikev2GenerateChildSaKeys()1944 ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.AuthKeyLength = IntegrityAlgKeyLen; in Ikev2GenerateChildSaKeys()1978 ChildSaSession->ChildKeymats.LocalPeerInfo.EspAlgoInfo.AuthKeyLength = IntegrityAlgKeyLen; in Ikev2GenerateChildSaKeys()