Home
last modified time | relevance | path

Searched refs:AuthKeyLength (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecConfigImpl.c1329 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 …]
DIpSecImpl.c808 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength, in IpSecEspAuthVerifyPayload()
1948 SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthKeyLength, in IpSecEspOutboundPacket()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIpSecConfig.h385 UINTN AuthKeyLength; member
402 UINTN AuthKeyLength; member
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DPolicyEntryOperation.c605 UINTN AuthKeyLength; in CreateSadEntry() local
614 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()
DDump.c461 Data->AlgoInfo.EspAlgoInfo.AuthKeyLength in DumpSadEntry()
474 … DumpBuf ((UINT8 *)(Data->AlgoInfo.EspAlgoInfo.AuthKey), Data->AlgoInfo.EspAlgoInfo.AuthKeyLength); in DumpSadEntry()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DUtility.c2555 UINTN AuthKeyLength; in Ikev2SaGenerateKey() local
2569 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()
DSa.c1876 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()