Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DChildSessionConfigurationTest.java126 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithNetmaskAttr() local
151 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithoutNetmaskAttr() local
175 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithConfigReq() local
191 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithDnsAttr() local
215 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithSubnetAttr() local
238 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithDhcpAttr() local
DIkeSessionConfigurationTest.java96 List<ConfigAttribute> attributeList = new LinkedList<>(); in testBuildWithConfigPayload() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java996 protected Transform(int type, int id, List<Attribute> attributeList) { in Transform()
1023 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom() local
1072 private static void validateAttributeUniqueness(List<Attribute> attributeList) in validateAttributeUniqueness()
1084 protected abstract boolean hasUnrecognizedAttribute(List<Attribute> attributeList); in hasUnrecognizedAttribute()
1166 protected EncryptionTransform(int id, List<Attribute> attributeList) in EncryptionTransform()
1212 protected boolean hasUnrecognizedAttribute(List<Attribute> attributeList) { in hasUnrecognizedAttribute()
1221 private KeyLengthAttribute getKeyLengthAttribute(List<Attribute> attributeList) { in getKeyLengthAttribute()
1334 protected PrfTransform(int id, List<Attribute> attributeList) in PrfTransform()
1358 protected boolean hasUnrecognizedAttribute(List<Attribute> attributeList) { in hasUnrecognizedAttribute()
1415 protected IntegrityTransform(int id, List<Attribute> attributeList) in IntegrityTransform()
[all …]
DIkeConfigPayload.java125 public IkeConfigPayload(boolean isReply, List<ConfigAttribute> attributeList) { in IkeConfigPayload()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java308 List<Attribute> attributeList = new LinkedList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength() local
549 List<Attribute> attributeList = new LinkedList<>(); in testDecodeTransformWithRepeatedAttribute() local
582 List<Attribute> attributeList = new LinkedList<>(); in testDecodeTransformWithUnrecogniedAttributeType() local