Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DChildSessionConfigurationTest.java126 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithNetmaskAttr() local
127 attributeList.add(mIpv4Attr); in testBuildWithNetmaskAttr()
128 attributeList.add(mNetmaskAttr); in testBuildWithNetmaskAttr()
129 attributeList.add(mIpv6Attr); in testBuildWithNetmaskAttr()
131 IkeConfigPayload configPayload = new IkeConfigPayload(true /*isReply*/, attributeList); in testBuildWithNetmaskAttr()
154 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithoutNetmaskAttr() local
155 attributeList.add(mIpv4Attr); in testBuildWithoutNetmaskAttr()
156 attributeList.add(mIpv6Attr); in testBuildWithoutNetmaskAttr()
158 IkeConfigPayload configPayload = new IkeConfigPayload(true /*isReply*/, attributeList); in testBuildWithoutNetmaskAttr()
178 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithConfigReq() local
[all …]
DIkeSessionConfigurationTest.java106 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithConfigPayload() local
107 attributeList.add(new ConfigAttributeIpv4Pcscf(PCSCF_IPV4_ADDRESS)); in testBuildWithConfigPayload()
108 attributeList.add(new ConfigAttributeIpv6Pcscf(PCSCF_IPV6_ADDRESS)); in testBuildWithConfigPayload()
109 attributeList.add(new ConfigAttributeAppVersion(REMOTE_APP_VERSION)); in testBuildWithConfigPayload()
111 IkeConfigPayload configPayload = new IkeConfigPayload(true /*isReply*/, attributeList); in testBuildWithConfigPayload()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java1064 protected Transform(int type, int id, List<Attribute> attributeList) { in Transform() argument
1068 isSupportedTransformId(id) && !hasUnrecognizedAttribute(attributeList); in Transform()
1091 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom() local
1093 validateAttributeUniqueness(attributeList); in readFrom()
1097 return new EncryptionTransform(id, attributeList); in readFrom()
1099 return new PrfTransform(id, attributeList); in readFrom()
1101 return new IntegrityTransform(id, attributeList); in readFrom()
1103 return new DhGroupTransform(id, attributeList); in readFrom()
1105 return new EsnTransform(id, attributeList); in readFrom()
1107 return new UnrecognizedTransform(type, id, attributeList); in readFrom()
[all …]
DIkeConfigPayload.java129 public IkeConfigPayload(boolean isReply, List<ConfigAttribute> attributeList) { in IkeConfigPayload() argument
132 this.recognizedAttributeList = attributeList; in IkeConfigPayload()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java317 List<Attribute> attributeList = new ArrayList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength() local
319 attributeList.add(keyLengAttr); in testDecodeEncryptionTransformWithInvalidKeyLength()
321 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeEncryptionTransformWithInvalidKeyLength()
558 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithRepeatedAttribute() local
559 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()
560 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()
562 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeTransformWithRepeatedAttribute()
591 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithUnrecogniedAttributeType() local
592 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithUnrecogniedAttributeType()
594 attributeList.add(attributeUnrecognized); in testDecodeTransformWithUnrecogniedAttributeType()
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaMethodStateMachine.java822 List<EapSimAkaAttribute> attributeList = in handleReauthentication() local
829 attributeList, in handleReauthentication()
861 List<EapSimAkaAttribute> attributeList = in handleReauthentication() local
868 attributeList, in handleReauthentication()
DEapSimAkaMethodStateMachine.java590 List<EapSimAkaAttribute> attributeList = in handleEapSimAkaNotification() local
596 attributeList, in handleEapSimAkaNotification()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...