Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachine.java1605 Set<DhGroupTransform> dhGroupSet = new LinkedHashSet<>(); in addDhGroupsFromChildSessionParamsIfAbsent() local
1608 dhGroupSet.addAll(Arrays.asList(saProposal.getDhGroupTransforms())); in addDhGroupsFromChildSessionParamsIfAbsent()
1611 DhGroupTransform[] dhGroups = new DhGroupTransform[dhGroupSet.size()]; in addDhGroupsFromChildSessionParamsIfAbsent()
1612 dhGroupSet.toArray(dhGroups); in addDhGroupsFromChildSessionParamsIfAbsent()