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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
ChildSa.c 24 @param[in] SaSession Pointer to related SA session.
32 IN UINT8 *SaSession,
43 ChildSaSession = (IKEV2_CHILD_SA_SESSION *) SaSession;
82 IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
130 @param[in] SaSession Pointer to IKEv2_CHILD_SA_SESSION related to this Exchange.
140 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;
134 ChildSaSession = (IKEV2_CHILD_SA_SESSION *) SaSession;
201 @param[in] SaSession Pointer to IKEV2_SA_SESSION.
209 IN UINT8 *SaSession,
230 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;
228 @param[in] SaSession Pointer to IKEV2_SA_SESSION related to the exchange.
238 IN UINT8 *SaSession,
253 IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
413 @param[in] SaSession Pointer to IKEV2_SA_SESSION.
421 IN UINT8 *SaSession,
437 IkeSaSession = (IKEV2_SA_SESSION *) SaSession;
589 @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 429 milliseconds