Home
last modified time | relevance | path

Searched refs:recognizedAttributeList (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeConfigPayloadTest.java218 List<ConfigAttribute> recognizedAttributeList = configPayload.recognizedAttributeList; in testDecodeConfigRequest() local
225 att = recognizedAttributeList.get(1); in testDecodeConfigRequest()
229 att = recognizedAttributeList.get(2); in testDecodeConfigRequest()
233 att = recognizedAttributeList.get(3); in testDecodeConfigRequest()
237 att = recognizedAttributeList.get(4); in testDecodeConfigRequest()
241 att = recognizedAttributeList.get(5); in testDecodeConfigRequest()
258 List<ConfigAttribute> recognizedAttributeList = configPayload.recognizedAttributeList; in testDecodeConfigResponse() local
265 att = recognizedAttributeList.get(1); in testDecodeConfigResponse()
269 att = recognizedAttributeList.get(2); in testDecodeConfigResponse()
274 att = recognizedAttributeList.get(3); in testDecodeConfigResponse()
[all …]
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeConfigPayload.java108 public final List<ConfigAttribute> recognizedAttributeList; field in IkeConfigPayload
118 recognizedAttributeList = ConfigAttribute.decodeAttributesFrom(inputBuffer); in IkeConfigPayload()
132 this.recognizedAttributeList = attributeList; in IkeConfigPayload()
139 for (ConfigAttribute attr : recognizedAttributeList) { in validateNetmaskInReply()
1243 for (ConfigAttribute attr : recognizedAttributeList) { in encodeToByteBuffer()
1257 for (ConfigAttribute attr : recognizedAttributeList) { in getPayloadLength()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DChildSessionConfiguration.java89 for (ConfigAttribute att : configPayload.recognizedAttributeList) { in ChildSessionConfiguration()
95 for (ConfigAttribute att : configPayload.recognizedAttributeList) { in ChildSessionConfiguration()
H A DIkeSessionConfiguration.java95 for (ConfigAttribute attr : configPayload.recognizedAttributeList) { in IkeSessionConfiguration()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java2622 buildAttributeMap(configPayload.recognizedAttributeList); in verifyAuthReqWithChildPayloadsAndGetMsg()
2634 List<IkeConfigPayload.ConfigAttribute> recognizedAttributeList) { in buildAttributeMap() argument
2636 for (IkeConfigPayload.ConfigAttribute attr : recognizedAttributeList) { in buildAttributeMap()