Home
last modified time | relevance | path

Searched refs:Exchange (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIkeService.c549 IKE_EXCHANGE_INTERFACE *Exchange; in IkeNegotiate() local
586 Exchange = mIkeExchange[PadEntry->Data->AuthProtocol]; in IkeNegotiate()
590 Status = Exchange->NegotiateSa (UdpService, SpdEntry, PadEntry, RemoteIp); in IkeNegotiate()
600 Exchange = mIkeExchange[IkeVersion - 1]; in IkeNegotiate()
604 Status = Exchange->NegotiateChildSa (IkeSaSession, SpdEntry, NULL); in IkeNegotiate()
635 IKE_EXCHANGE_INTERFACE *Exchange; in IkeDispatch() local
693 Exchange = mIkeExchange[IKE_MAJOR_VERSION (IkeHdr->Version) - 1]; in IkeDispatch()
702 Exchange->HandleSa (UdpService, IkePacket); in IkeDispatch()
707 Exchange->HandleChildSa (UdpService, IkePacket); in IkeDispatch()
712 Exchange->HandleInfo (UdpService, IkePacket); in IkeDispatch()
[all …]
DIpSecDxe.inf65 Ikev2/Exchange.c
/device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/X64/
DInterlockedCompareExchange32.c21 long Exchange,
DInterlockedCompareExchange64.c21 __int64 Exchange,
DInterlockedCompareExchange16.c22 __int16 Exchange,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DInterlockedCompareExchange32.c22 long Exchange,
DInterlockedCompareExchange64.c22 __int64 Exchange,
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/
DFspApiEntryM.nasm138 …xchg edi, esp ; Exchange edi and esp, edi will be assigned to th…