Searched refs:dhGroups (Results 1 – 4 of 4) sorted by relevance
64 DhGroupTransform[] dhGroups, in ChildSaProposal() argument66 super(IkePayload.PROTOCOL_ID_ESP, encryptionAlgos, integrityAlgos, dhGroups); in ChildSaProposal()
68 DhGroupTransform[] dhGroups) { in IkeSaProposal() argument69 super(IkePayload.PROTOCOL_ID_IKE, encryptionAlgos, integrityAlgos, dhGroups); in IkeSaProposal()
220 DhGroupTransform[] dhGroups) { in SaProposal() argument224 mDhGroups = dhGroups; in SaProposal()
1527 DhGroupTransform[] dhGroups = new DhGroupTransform[dhGroupSet.size()]; in addDhGroupsFromChildSessionParamsIfAbsent() local1528 dhGroupSet.toArray(dhGroups); in addDhGroupsFromChildSessionParamsIfAbsent()1533 dhGroups, in addDhGroupsFromChildSessionParamsIfAbsent()2065 DhGroupTransform[] dhGroups = in getChildCreatePayloads() local2068 if (dhGroups.length != 0 && dhGroups[0].id != DH_GROUP_NONE) { in getChildCreatePayloads()2069 payloadList.add(new IkeKePayload(dhGroups[0].id, randomFactory)); in getChildCreatePayloads()