Searched refs:negotiatedProposal (Results 1 – 4 of 4) sorted by relevance
956 mSaProposal = createChildResult.negotiatedProposal; in setUpNegotiatedResult()1616 mSaProposal = createChildResult.negotiatedProposal; in processStateMessage()1896 mSaProposal = createChildResult.negotiatedProposal; in handleCreateChildRequest()2724 ChildSaProposal negotiatedProposal) in validateKePayloads() argument2726 DhGroupTransform[] dhTransforms = negotiatedProposal.getDhGroupTransforms(); in validateKePayloads()2779 public final ChildSaProposal negotiatedProposal; field in ChildSessionStateMachine.CreateChildResult2788 ChildSaProposal negotiatedProposal, in CreateChildResult() argument2795 this.negotiatedProposal = negotiatedProposal; in CreateChildResult()2805 ChildSaProposal negotiatedProposal, in CreateChildResult() argument2812 negotiatedProposal, in CreateChildResult()
393 ChildSaProposal negotiatedProposal = in getNegotiatedChildProposalWithDh() local396 getNegotiatedProposalNumber(negotiatedProposal); in getNegotiatedChildProposalWithDh()397 proposalCandidates.add(negotiatedProposal); in getNegotiatedChildProposalWithDh()408 for (ChildSaProposal negotiatedProposal : proposalCandidates) { in getNegotiatedChildProposalWithDh()409 if (reqKePayloadDh == negotiatedProposal.getDhGroups().get(0)) { in getNegotiatedChildProposalWithDh()410 return negotiatedProposal; in getNegotiatedChildProposalWithDh()
496 ChildSaProposal negotiatedProposal = mChildSessionStateMachine.mSaProposal; in verifyInitCreateChildResp() local497 assertNotNull(negotiatedProposal); in verifyInitCreateChildResp()500 negotiatedProposal.getEncryptionTransforms()); in verifyInitCreateChildResp()503 negotiatedProposal.getIntegrityTransforms()); in verifyInitCreateChildResp()
2042 IkeSaProposal negotiatedProposal = mIkeSessionStateMachine.mSaProposal; in verifyIkeSaNegotiationResult() local2043 assertNotNull(negotiatedProposal); in verifyIkeSaNegotiationResult()2047 negotiatedProposal.getEncryptionTransforms()); in verifyIkeSaNegotiationResult()2050 negotiatedProposal.getIntegrityTransforms()); in verifyIkeSaNegotiationResult()2051 assertEquals(new PrfTransform[] {mIkePrfTransform}, negotiatedProposal.getPrfTransforms()); in verifyIkeSaNegotiationResult()