Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A 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()
H A DIkeSessionParamsTest.java552 ConfigAttribute[] configAttributes = ikeParams.getConfigurationAttributesInternal(); in verifyAttrTypes() local
556 for (int i = 0; i < configAttributes.length; i++) { in verifyAttrTypes()
557 int attType = configAttributes[i].attributeType; in verifyAttrTypes()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachine.java1025 final ConfigAttribute[] configAttributes = in enterState() local
1027 if (configAttributes.length > 0) { in enterState()
1030 false /*isReply*/, Arrays.asList(configAttributes))); in enterState()
H A DIkeSessionStateMachine.java3890 final List<ConfigAttribute> configAttributes = new ArrayList<>(); in buildIkeAuthReq() local
3891 configAttributes.addAll( in buildIkeAuthReq()
3894 configAttributes.addAll( in buildIkeAuthReq()
3897 configAttributes.add(new IkeConfigPayload.ConfigAttributeAppVersion()); in buildIkeAuthReq()
3898 payloadList.add(new IkeConfigPayload(false /*isReply*/, configAttributes)); in buildIkeAuthReq()