Searched refs:DH_GROUP_2048_BIT_MODP (Results 1 – 9 of 9) sorted by relevance
18 import static android.net.ipsec.ike.SaProposal.DH_GROUP_2048_BIT_MODP;81 IkeKePayload kePayloadOne = new IkeKePayload(DH_GROUP_2048_BIT_MODP, rFactory); in testDeterministicSecureRandomInKePayload()82 IkeKePayload kePayloadTwo = new IkeKePayload(DH_GROUP_2048_BIT_MODP, rFactory); in testDeterministicSecureRandomInKePayload()
20 import static android.net.ipsec.ike.SaProposal.DH_GROUP_2048_BIT_MODP;335 .addDhGroup(DH_GROUP_2048_BIT_MODP) in testIsNegotiatedFromProposalWithIntegrityNone()347 .addDhGroup(DH_GROUP_2048_BIT_MODP) in testIsNegotiatedFromProposalWithIntegrityNone()
185 @IntDef({DH_GROUP_NONE, DH_GROUP_1024_BIT_MODP, DH_GROUP_2048_BIT_MODP})193 public static final int DH_GROUP_2048_BIT_MODP = 14; field in SaProposal205 SUPPORTED_DH_GROUP_TO_STR.put(DH_GROUP_2048_BIT_MODP, "DH_2048_BIT_MODP"); in SUPPORTED_DH_GROUP_TO_STR.put() argument
120 case SaProposal.DH_GROUP_2048_BIT_MODP: in IkeKePayload()169 case SaProposal.DH_GROUP_2048_BIT_MODP: in IkeKePayload()
1774 new IkeKePayload(SaProposal.DH_GROUP_2048_BIT_MODP, createMockRandomFactory())); in testThrowWhenKeHasMismatchedDhGroup()1799 new IkeKePayload(SaProposal.DH_GROUP_2048_BIT_MODP, createMockRandomFactory())); in testThrowForUnexpectedKe()1827 ChildSaProposal saProposal = buildSaProposalWithDhGroup(SaProposal.DH_GROUP_2048_BIT_MODP); in testFirstChildLocalRekey()1897 ChildSaProposal saProposal = buildSaProposalWithDhGroup(SaProposal.DH_GROUP_2048_BIT_MODP); in testRemoteRekeyWithKePayload()1922 new IkeKePayload(IkeSaProposal.DH_GROUP_2048_BIT_MODP, createMockRandomFactory())); in testRemoteRekeyWithKePayload()
804 return buildSaProposalCommon().addDhGroup(SaProposal.DH_GROUP_2048_BIT_MODP).build(); in buildSaProposal()1348 SaProposal.DH_GROUP_2048_BIT_MODP, mIkeSessionStateMachine.mPeerSelectedDhGroup); in testCreateIkeLocalIkeInitNegotiatesDhGroup()4471 DhGroupTransform dhGroupTransform = new DhGroupTransform(SaProposal.DH_GROUP_2048_BIT_MODP); in testHandleUnexpectedExceptionInEnterState()
162 int expectedDhGroup = SaProposal.DH_GROUP_2048_BIT_MODP; in testValidateAndBuildIkeExceptionWithData()
222 .addDhGroup(SaProposal.DH_GROUP_2048_BIT_MODP) in setUp()
248 field public static final int DH_GROUP_2048_BIT_MODP = 14; // 0xe