Searched refs:DH_GROUP_NONE (Results 1 – 8 of 8) sorted by relevance
212 DH_GROUP_NONE,223 public static final int DH_GROUP_NONE = 0; field in SaProposal241 SUPPORTED_DH_GROUP_TO_STR.put(DH_GROUP_NONE, "DH_NONE"); in SUPPORTED_DH_GROUP_TO_STR.put() argument391 selected = new DhGroupTransform[] {new DhGroupTransform(DH_GROUP_NONE)}; in isDhGroupTransformSelectedFrom()394 selectFrom = new DhGroupTransform[] {new DhGroupTransform(DH_GROUP_NONE)}; in isDhGroupTransformSelectedFrom()
329 if (transform.id == DH_GROUP_NONE) { in buildDhGroupsOrThrow()
90 DH_GROUP_NONE,105 public static final int DH_GROUP_NONE = field in IkeMetrics
36 import static android.net.ipsec.ike.SaProposal.DH_GROUP_NONE;181 algoList.remove(DH_GROUP_NONE); in getDhGroups()432 dhGroups.put(DH_GROUP_NONE, R); in getAllDhGroups()
342 .addDhGroup(SaProposal.DH_GROUP_NONE) in testBuildIkeProposalWithNoneValueDhGroup()
550 SaProposal.DH_GROUP_NONE, in verifyInitCreateChildResp()1449 SaProposal.DH_GROUP_NONE, in testRekeyLocalCreateHandlesRekeyRequest()1772 SaProposal.DH_GROUP_NONE, in testRekeyChildRemoteCreate()2141 DhGroupTransform noneGroup = new DhGroupTransform(SaProposal.DH_GROUP_NONE); in testThrowForUnexpectedKe()
19 import static android.net.ipsec.ike.SaProposal.DH_GROUP_NONE;2355 if (dhGroups.length != 0 && dhGroups[0].id != DH_GROUP_NONE) { in getChildCreatePayloads()2733 dhTransforms.length == 1 && dhTransforms[0].id != DH_GROUP_NONE; in validateKePayloads()
312 field public static final int DH_GROUP_NONE = 0; // 0x0