Searched refs:getDhGroupTransforms (Results 1 – 7 of 7) sorted by relevance
102 new DhGroupTransform[] {mDhGroup1024Transform}, proposal.getDhGroupTransforms()); in testBuildIkeSaProposalWithNormalModeCipher()123 new DhGroupTransform[] {mDhGroup1024Transform}, proposal.getDhGroupTransforms()); in testBuildIkeSaProposalWithCombinedModeCipher()154 new DhGroupTransform[] {mDhGroup1024Transform}, proposal.getDhGroupTransforms()); in testBuildChildSaProposalWithNormalCipher()206 assertTrue(proposal.getDhGroupTransforms().length == 1); in testGetCopyWithoutDhGroup()207 assertTrue(proposalWithoutDh.getDhGroupTransforms().length == 0); in testGetCopyWithoutDhGroup()
1845 .getDhGroupTransforms(); in testValidateExpectKeExistCase()1859 doReturn(new DhGroupTransform[0]).when(mMockNegotiatedProposal).getDhGroupTransforms(); in testValidateExpectNoKeExistCase()1872 .getDhGroupTransforms(); in testThrowWhenKeMissing()1894 .getDhGroupTransforms(); in testThrowWhenKeHasMismatchedDhGroup()1920 .getDhGroupTransforms(); in testThrowForUnexpectedKe()
2017 eq(mIkeSessionStateMachine.mSaProposal.getDhGroupTransforms()[0].id), in testCreateAdditionalChild()2823 eq(mIkeSessionStateMachine.mSaProposal.getDhGroupTransforms()[0].id), in verifyAuthenticationCommonAndGetIkeMessage()5125 when(mockSaProposal.getDhGroupTransforms()) in testHandleUnexpectedExceptionInEnterState()
1608 dhGroupSet.addAll(Arrays.asList(saProposal.getDhGroupTransforms())); in addDhGroupsFromChildSessionParamsIfAbsent()2165 .saProposal.getDhGroupTransforms(); in getChildCreatePayloads()2537 DhGroupTransform[] dhTransforms = negotiatedProposal.getDhGroupTransforms(); in validateKePayloads()
614 mIkeSessionParams.getSaProposals().get(0).getDhGroupTransforms()[0].id; in IkeSessionStateMachine()2547 mSaProposal.getDhGroupTransforms()[0].id, // negotiated DH in processStateMessage()2631 mSaProposal.getDhGroupTransforms()[0].id, // negotiated DH in executeLocalRequest()5548 int selectedDhGroup = saProposals[0].getDhGroupTransforms()[0].id; in getRekeyIkeSaRequestPayloads()5568 int selectedDhGroup = saProposal.getDhGroupTransforms()[0].id; in getRekeyIkeSaResponsePayloads()
459 public DhGroupTransform[] getDhGroupTransforms() { in getDhGroupTransforms() method in SaProposal
957 DhGroupTransform unsupportedDh = proposal.saProposal.getDhGroupTransforms()[0];