HomeSort by relevance Sort by last modified time
    Searched refs:SaSession (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeCommon.c 39 IKEV2_CHILD_SA_SESSION *SaSession;
43 SaSession = NULL;
49 SaSession= IKEV2_CHILD_SA_SESSION_BY_IKE_SA (Entry);
50 if (SaSession->LocalPeerSpi == SpiValue) {
59 SaSession= IKEV2_CHILD_SA_SESSION_BY_IKE_SA (Entry);
60 if (SaSession->LocalPeerSpi == SpiValue) {
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
ChildSa.c 24 @param[in] SaSession Pointer to related SA session.
32 IN UINT8 *SaSession,
46 ChildSaSession = (IKEV2_CHILD_SA_SESSION *) SaSession;
83 IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
137 @param[in] SaSession Pointer to IKEv2_CHILD_SA_SESSION related to this Exchange.
147 IN UINT8 *SaSession,
Info.c 27 @param[in] SaSession Pointer to IKE SA Session or Child SA Session which is
37 IN UINT8 *SaSession,
48 IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
140 ChildSaSession = (IKEV2_CHILD_SA_SESSION *) SaSession;
210 @param[in] SaSession Pointer to IKEV2_SA_SESSION.
218 IN UINT8 *SaSession,
239 IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
Exchange.c 173 IKEV2_SA_SESSION *SaSession;
179 SaSession = (IKEV2_SA_SESSION*) IkeSaSession;
180 UdpService = SaSession->SessionCommon.UdpService;
192 ChildSaSession = Ikev2ChildSaSessionAlloc (UdpService, SaSession);
246 Ikev2ChildSaSessionInsert (&SaSession->ChildSaSessionList, ChildSaSession);
Sa.c 73 @param[in] SaSession Pointer to IKEV2_SA_SESSION related to the exchange.
82 IN UINT8 *SaSession,
99 IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
232 @param[in] SaSession Pointer to IKEV2_SA_SESSION related to the exchange.
242 IN UINT8 *SaSession,
257 IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
420 @param[in] SaSession Pointer to IKEV2_SA_SESSION.
428 IN UINT8 *SaSession,
444 IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
661 @param[in] SaSession Pointer to the IKE_SA_SESSION related to this packet.
    [all...]
Ikev2.h 237 IN UINT8 *SaSession,
244 IN UINT8 *SaSession,

Completed in 71 milliseconds