Home
last modified time | relevance | path

Searched refs:getDhGroupTransforms (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java90 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()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java1723 .getDhGroupTransforms(); in testValidateExpectKeExistCase()
1736 doReturn(new DhGroupTransform[0]).when(mMockNegotiatedProposal).getDhGroupTransforms(); in testValidateExpectNoKeExistCase()
1749 .getDhGroupTransforms(); in testThrowWhenKeMissing()
1771 .getDhGroupTransforms(); in testThrowWhenKeHasMismatchedDhGroup()
1796 .getDhGroupTransforms(); in testThrowForUnexpectedKe()
DIkeSessionStateMachineTest.java4473 when(mockSaProposal.getDhGroupTransforms()) in testHandleUnexpectedExceptionInEnterState()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java1524 dhGroupSet.addAll(Arrays.asList(saProposal.getDhGroupTransforms())); in addDhGroupsFromChildSessionParamsIfAbsent()
2067 .saProposal.getDhGroupTransforms(); in getChildCreatePayloads()
2435 DhGroupTransform[] dhTransforms = negotiatedProposal.getDhGroupTransforms(); in validateKePayloads()
DIkeSessionStateMachine.java523 mIkeSessionParams.getSaProposals().get(0).getDhGroupTransforms()[0].id; in IkeSessionStateMachine()
4750 int selectedDhGroup = saProposals[0].getDhGroupTransforms()[0].id; in getRekeyIkeSaRequestPayloads()
4770 int selectedDhGroup = saProposal.getDhGroupTransforms()[0].id; in getRekeyIkeSaResponsePayloads()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java365 public DhGroupTransform[] getDhGroupTransforms() { in getDhGroupTransforms() method in SaProposal
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java957 DhGroupTransform unsupportedDh = proposal.saProposal.getDhGroupTransforms()[0];