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

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Indexer.h 36 SPD_ENTRY_INDEXER Spd;
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.c 173 if (IkeSaSession->Spd->Data->ProcessingPolicy->SaLifetime.HardLifetime == 0) {
176 Lifetime = IkeSaSession->Spd->Data->ProcessingPolicy->SaLifetime.HardLifetime;
627 if (ChildSaSession->Spd->Data->ProcessingPolicy->SaLifetime.HardLifetime != 0){
628 Lifetime = ChildSaSession->Spd->Data->ProcessingPolicy->SaLifetime.HardLifetime;
1093 Associate a SPD selector to the Child SA Session.
1096 IKE SA. It associate a SPD to this Child SA.
1099 a SPD selector.
1101 @retval EFI_SUCCESS Associate one SPD selector to this Child SA Session successfully.
1102 @retval EFI_NOT_FOUND Can't find the related SPD selector.
1111 if (ChildSaSession->Spd != NULL) {
    [all...]
Payload.c 927 if (ChildSa->Spd->Selector->LocalPort != 0 &&
928 ChildSa->Spd->Selector->LocalPortRange == 0) {
932 TsSelector->StartPort = ChildSa->Spd->Selector->LocalPort;
933 TsSelector->EndPort = ChildSa->Spd->Selector->LocalPort;
934 } else if (ChildSa->Spd->Selector->LocalPort == 0){
947 if (ChildSa->Spd->Selector->RemotePort != 0 &&
948 ChildSa->Spd->Selector->RemotePortRange == 0) {
952 TsSelector->StartPort = ChildSa->Spd->Selector->RemotePort;
953 TsSelector->EndPort = ChildSa->Spd->Selector->RemotePort;
954 } else if (ChildSa->Spd->Selector->RemotePort == 0) {
    [all...]
Sa.c 487 if (IkeSaSession->Spd->Data->ProcessingPolicy->Mode == EfiIPsecTransport) {
526 if (IkeSaSession->Spd->Data->ProcessingPolicy->Mode == EfiIPsecTransport) {
573 if (IkeSaSession->Spd->Data->ProcessingPolicy->Mode == EfiIPsecTunnel) {
579 if (IkeSaSession->Spd->Data->ProcessingPolicy->Mode == EfiIPsecTransport) {
737 // Association a SPD with this SA.
744 // Associate the IkeSaSession's SPD to the first ChildSaSession's SPD.
746 if (ChildSaSession->IkeSaSession->Spd == NULL) {
747 ChildSaSession->IkeSaSession->Spd = ChildSaSession->Spd;
    [all...]
Ikev2.h 177 IPSEC_SPD_ENTRY *Spd; // SPD that requested the negotiation, TODO: better use SPD selector
205 IPSEC_SPD_ENTRY *Spd;
Exchange.c 25 @param[in] SpdEntry Point to SPD entry related to this IKE negotiation.
81 IkeSaSession->Spd = SpdEntry;
201 ChildSaSession->Spd = SpdEntry;

Completed in 207 milliseconds