Home
last modified time | relevance | path

Searched defs:ikeId (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeIdentificationTest.java42 IkeDerAsn1DnIdentification ikeId = new IkeDerAsn1DnIdentification(asn1Dn); in testIkeDerAsn1DnIdentification() local
48 IkeFqdnIdentification ikeId = new IkeFqdnIdentification(LOCAL_HOSTNAME); in testIkeFqdnIdentification() local
54 IkeIpv4AddrIdentification ikeId = new IkeIpv4AddrIdentification(IPV4_ADDRESS_LOCAL); in testIkeIpv4AddrIdentification() local
60 IkeIpv6AddrIdentification ikeId = new IkeIpv6AddrIdentification(IPV6_ADDRESS_LOCAL); in testIkeIpv6AddrIdentification() local
66 IkeKeyIdIdentification ikeId = new IkeKeyIdIdentification(LOCAL_KEY_ID); in testIkeKeyIdIdentification() local
72 IkeRfc822AddrIdentification ikeId = new IkeRfc822AddrIdentification(LOCAL_RFC822_NAME); in testIkeRfc822AddrIdentification() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeIdPayloadTest.java114 IkeIpv4AddrIdentification ikeId = (IkeIpv4AddrIdentification) payload.ikeId; in testDecodeIpv4AddrIdPayload() local
127 IkeIpv6AddrIdentification ikeId = (IkeIpv6AddrIdentification) payload.ikeId; in testDecodeIpv6AddrIdPayload() local
141 IkeFqdnIdentification ikeId = (IkeFqdnIdentification) payload.ikeId; in testDecodeFqdnIdPayload() local
153 IkeRfc822AddrIdentification ikeId = (IkeRfc822AddrIdentification) payload.ikeId; in testDecodeRfc822AddrIdPayload() local
165 IkeKeyIdIdentification ikeId = (IkeKeyIdIdentification) payload.ikeId; in testDecodeKeyIdPayload() local
178 IkeDerAsn1DnIdentification ikeId = (IkeDerAsn1DnIdentification) payload.ikeId; in testDecodeDerAsn1DnIdPayload() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeIdPayload.java49 public final IkeIdentification ikeId; field in IkeIdPayload
108 public IkeIdPayload(boolean isInitiator, IkeIdentification ikeId) { in IkeIdPayload()
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1325 IkeFqdnIdentification ikeId = in testTunnelSetupRequestParams() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java2933 private IkeIdPayload makeRespIdPayload(IkeIdentification ikeId) { in makeRespIdPayload()