Home
last modified time | relevance | path

Searched refs:configAttributes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DTunnelModeChildSessionParamsTest.java91 ConfigAttribute[] configAttributes = childParams.getConfigurationAttributesInternal(); in verifyAttrTypes() local
95 for (int i = 0; i < configAttributes.length; i++) { in verifyAttrTypes()
96 int attType = configAttributes[i].attributeType; in verifyAttrTypes()
DIkeSessionParamsTest.java608 ConfigAttribute[] configAttributes = ikeParams.getConfigurationAttributesInternal(); in verifyAttrTypes() local
612 for (int i = 0; i < configAttributes.length; i++) { in verifyAttrTypes()
613 int attType = configAttributes[i].attributeType; in verifyAttrTypes()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java1117 final ConfigAttribute[] configAttributes = in enterState() local
1119 if (configAttributes.length > 0) { in enterState()
1122 false /*isReply*/, Arrays.asList(configAttributes))); in enterState()
DIkeSessionStateMachine.java4290 final List<ConfigAttribute> configAttributes = new ArrayList<>(); in buildIkeAuthReq() local
4291 configAttributes.addAll( in buildIkeAuthReq()
4295 configAttributes.addAll( in buildIkeAuthReq()
4298 configAttributes.add(new IkeConfigPayload.ConfigAttributeAppVersion()); in buildIkeAuthReq()
4299 payloadList.add(new IkeConfigPayload(false /*isReply*/, configAttributes)); in buildIkeAuthReq()