Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java1785 Set<DhGroupTransform> dhGroupSet = new LinkedHashSet<>(); in addDhGroupsFromChildSessionParamsIfAbsent() local
1788 dhGroupSet.addAll(Arrays.asList(saProposal.getDhGroupTransforms())); in addDhGroupsFromChildSessionParamsIfAbsent()
1791 DhGroupTransform[] dhGroups = new DhGroupTransform[dhGroupSet.size()]; in addDhGroupsFromChildSessionParamsIfAbsent()
1792 dhGroupSet.toArray(dhGroups); in addDhGroupsFromChildSessionParamsIfAbsent()