Searched refs:DH_GROUP_NONE (Results 1 – 6 of 6) sorted by relevance
185 @IntDef({DH_GROUP_NONE, DH_GROUP_1024_BIT_MODP, DH_GROUP_2048_BIT_MODP})189 public static final int DH_GROUP_NONE = 0; field in SaProposal203 SUPPORTED_DH_GROUP_TO_STR.put(DH_GROUP_NONE, "DH_NONE"); in SUPPORTED_DH_GROUP_TO_STR.put() argument297 selected = new DhGroupTransform[] {new DhGroupTransform(DH_GROUP_NONE)}; in isDhGroupTransformSelectedFrom()300 selectFrom = new DhGroupTransform[] {new DhGroupTransform(DH_GROUP_NONE)}; in isDhGroupTransformSelectedFrom()
207 if (transform.id == DH_GROUP_NONE) { in buildDhGroupsOrThrow()
281 .addDhGroup(SaProposal.DH_GROUP_NONE) in testBuildIkeProposalWithNoneValueDhGroup()
19 import static android.net.ipsec.ike.SaProposal.DH_GROUP_NONE;2068 if (dhGroups.length != 0 && dhGroups[0].id != DH_GROUP_NONE) { in getChildCreatePayloads()2442 dhTransforms.length == 1 && dhTransforms[0].id != DH_GROUP_NONE; in validateKePayloads()
249 field public static final int DH_GROUP_NONE = 0; // 0x0
1793 DhGroupTransform noneGroup = new DhGroupTransform(SaProposal.DH_GROUP_NONE); in testThrowForUnexpectedKe()