Home
last modified time | relevance | path

Searched defs:dhGroups (Results 1 – 9 of 9) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java230 List<Integer> dhGroups) { in buildIkeSaProposal()
239 List<Integer> dhGroups, in buildIkeSaProposal()
290 List<Integer> dhGroups) { in buildChildSaProposal()
431 final Map<Integer, Integer> dhGroups = new HashMap<>(); in getAllDhGroups() local
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgChildSaProposal.java64 int[] dhGroups = getDhGroups(); in buildProposal() local
DEpdgIkeSaProposal.java85 int[] dhGroups = isProposed ? getDhGroups() : getSupportedDhGroups(); in buildProposal() local
DEpdgSaProposal.java124 public void addProposedDhGroups(int[] dhGroups) { in addProposedDhGroups()
DEpdgTunnelManager.java1493 int[] dhGroups = in buildIkeSaProposal() local
1570 int[] dhGroups = in buildIkeSaAeadProposal() local
1640 int[] dhGroups = in buildChildSaProposal() local
1719 int[] dhGroups = in buildAeadChildSaProposal() local
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSaProposal.java72 DhGroupTransform[] dhGroups) { in IkeSaProposal()
DChildSaProposal.java93 DhGroupTransform[] dhGroups, in ChildSaProposal()
DSaProposal.java268 DhGroupTransform[] dhGroups) { in SaProposal()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java902 List<Integer> dhGroups = mSaProposal.getDhGroups(); in validateAndBuildChild() local
1639 List<Integer> dhGroups = mSaProposal.getDhGroups(); in processStateMessage() local
1791 DhGroupTransform[] dhGroups = new DhGroupTransform[dhGroupSet.size()]; in addDhGroupsFromChildSessionParamsIfAbsent() local
1940 List<Integer> dhGroups = mSaProposal.getDhGroups(); in handleCreateChildRequest() local
2352 DhGroupTransform[] dhGroups = in getChildCreatePayloads() local