Searched refs:getDhGroupTransforms (Results 1 – 7 of 7) sorted by relevance
90 new DhGroupTransform[] {mDhGroup1024Transform}, proposal.getDhGroupTransforms()); in testBuildIkeSaProposalWithNormalModeCipher()111 new DhGroupTransform[] {mDhGroup1024Transform}, proposal.getDhGroupTransforms()); in testBuildIkeSaProposalWithCombinedModeCipher()133 new DhGroupTransform[] {mDhGroup1024Transform}, proposal.getDhGroupTransforms()); in testBuildChildSaProposalWithNormalCipher()151 assertTrue(proposal.getDhGroupTransforms().length == 1); in testGetCopyWithoutDhGroup()152 assertTrue(proposalWithoutDh.getDhGroupTransforms().length == 0); in testGetCopyWithoutDhGroup()
1575 .getDhGroupTransforms(); in testValidateExpectKeExistCase()1588 doReturn(new DhGroupTransform[0]).when(mMockNegotiatedProposal).getDhGroupTransforms(); in testValidateExpectNoKeExistCase()1601 .getDhGroupTransforms(); in testThrowWhenKeMissing()1623 .getDhGroupTransforms(); in testThrowWhenKeHasMismatchedDhGroup()1648 .getDhGroupTransforms(); in testThrowForUnexpectedKe()
4440 when(mockSaProposal.getDhGroupTransforms()) in testHandleUnexpectedExceptionInEnterState()
365 public DhGroupTransform[] getDhGroupTransforms() { in getDhGroupTransforms() method in SaProposal
1440 dhGroupSet.addAll(Arrays.asList(saProposal.getDhGroupTransforms())); in addDhGroupsFromChildSessionParamsIfAbsent()1966 .saProposal.getDhGroupTransforms(); in getChildCreatePayloads()2334 DhGroupTransform[] dhTransforms = negotiatedProposal.getDhGroupTransforms(); in validateKePayloads()
519 mIkeSessionParams.getSaProposals().get(0).getDhGroupTransforms()[0].id; in IkeSessionStateMachine()4712 int selectedDhGroup = saProposals[0].getDhGroupTransforms()[0].id; in getRekeyIkeSaRequestPayloads()4732 int selectedDhGroup = saProposal.getDhGroupTransforms()[0].id; in getRekeyIkeSaResponsePayloads()
957 DhGroupTransform unsupportedDh = proposal.saProposal.getDhGroupTransforms()[0];