Searched refs:EncKey (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
D | Sa.c | 2062 …ChildSaSession->ChildKeymats.LocalPeerInfo.EspAlgoInfo.EncKey = AllocateZeroPool (EncryptAlg… in Ikev2GenerateChildSaKeys() 2063 if (ChildSaSession->ChildKeymats.LocalPeerInfo.EspAlgoInfo.EncKey == NULL) { in Ikev2GenerateChildSaKeys() 2069 ChildSaSession->ChildKeymats.LocalPeerInfo.EspAlgoInfo.EncKey, in Ikev2GenerateChildSaKeys() 2096 …ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.EncKey = AllocateZeroPool (EncryptAl… in Ikev2GenerateChildSaKeys() 2097 if (ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.EncKey == NULL) { in Ikev2GenerateChildSaKeys() 2103 ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.EncKey, in Ikev2GenerateChildSaKeys() 2130 …ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.EncKey = AllocateZeroPool (EncryptAl… in Ikev2GenerateChildSaKeys() 2131 if (ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.EncKey == NULL) { in Ikev2GenerateChildSaKeys() 2137 ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.EncKey, in Ikev2GenerateChildSaKeys() 2164 …ChildSaSession->ChildKeymats.LocalPeerInfo.EspAlgoInfo.EncKey = AllocateZeroPool (EncryptAlg… in Ikev2GenerateChildSaKeys() [all …]
|
D | Utility.c | 825 if (ChildSaSession->ChildKeymats.LocalPeerInfo.EspAlgoInfo.EncKey != NULL) { in Ikev2ChildSaSessionFree() 826 FreePool (ChildSaSession->ChildKeymats.LocalPeerInfo.EspAlgoInfo.EncKey); in Ikev2ChildSaSessionFree() 833 if (ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.EncKey != NULL) { in Ikev2ChildSaSessionFree() 834 FreePool (ChildSaSession->ChildKeymats.RemotePeerInfo.EspAlgoInfo.EncKey); in Ikev2ChildSaSessionFree()
|
/device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/ |
D | AesCore.c | 111 UINT32 EncKey[60]; // Expanded AES encryption key member 160 Ek = AesKey->EncKey; in AesExpandKey() 247 Ek = AesKey.EncKey; in AesEncrypt()
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecConfigImpl.c | 845 if (SaId->Proto == EfiIPsecESP && Data->AlgoInfo.EspAlgoInfo.EncKey != NULL) { in FixSadEntry() 846 FIX_REF_BUF_ADDR (Data->AlgoInfo.EspAlgoInfo.EncKey, Data); in FixSadEntry() 948 if (SaId->Proto == EfiIPsecESP && Data->AlgoInfo.EspAlgoInfo.EncKey != NULL) { in UnfixSadEntry() 949 UNFIX_REF_BUF_ADDR (Data->AlgoInfo.EspAlgoInfo.EncKey, Data); in UnfixSadEntry() 1407 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncKey = (VOID *) ALIGN_POINTER ( in SetSadEntry() 1413 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncKey, in SetSadEntry() 1414 SaData->AlgoInfo.EspAlgoInfo.EncKey, in SetSadEntry() 1858 SaData->AlgoInfo.EspAlgoInfo.EncKey = (VOID *) ALIGN_POINTER ( in GetSadEntry() 1864 SaData->AlgoInfo.EspAlgoInfo.EncKey, in GetSadEntry() 1865 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncKey, in GetSadEntry()
|
D | IpSecImpl.c | 1532 if (SadData->AlgoInfo.EspAlgoInfo.EncKey != NULL) { in IpSecEspInboundPacket() 1535 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncKey, in IpSecEspInboundPacket() 1737 SadData->AlgoInfo.EspAlgoInfo.EncKey == NULL && in IpSecEspOutboundPacket() 1772 if (SadData->AlgoInfo.EspAlgoInfo.EncKey != NULL) { in IpSecEspOutboundPacket() 1929 if (SadData->AlgoInfo.EspAlgoInfo.EncKey != NULL) { in IpSecEspOutboundPacket() 1932 SadEntry->Data->AlgoInfo.EspAlgoInfo.EncKey, in IpSecEspOutboundPacket()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | IpSecConfig.h | 400 VOID *EncKey; member
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
D | PolicyEntryOperation.c | 692 (*Data)->AlgoInfo.EspAlgoInfo.EncKey = (VOID *) ALIGN_POINTER ( in CreateSadEntry() 697 … ((UINT8 *) (*Data)->AlgoInfo.EspAlgoInfo.EncKey + EncKeyLength), in CreateSadEntry() 789 CopyMem ((*Data)->AlgoInfo.EspAlgoInfo.EncKey, AsciiStr, EncKeyLength); in CreateSadEntry() 793 (*Data)->AlgoInfo.EspAlgoInfo.EncKey = NULL; in CreateSadEntry() 1615 OldData->AlgoInfo.EspAlgoInfo.EncKey = NewData->AlgoInfo.EspAlgoInfo.EncKey; in CombineSadEntry()
|
D | Dump.c | 465 Data->AlgoInfo.EspAlgoInfo.EncKey, in DumpSadEntry() 477 … DumpBuf ((UINT8 *)(Data->AlgoInfo.EspAlgoInfo.EncKey), Data->AlgoInfo.EspAlgoInfo.EncKeyLength); in DumpSadEntry()
|