Searched refs:proposalPair (Results 1 – 1 of 1) sorted by relevance
451 Pair<Proposal, Proposal> proposalPair = in getVerifiedNegotiatedIkeProposalPair() local453 IkeProposal reqProposal = (IkeProposal) proposalPair.first; in getVerifiedNegotiatedIkeProposalPair()454 IkeProposal respProposal = (IkeProposal) proposalPair.second; in getVerifiedNegotiatedIkeProposalPair()515 Pair<Proposal, Proposal> proposalPair = in getVerifiedNegotiatedChildProposalPair() local517 ChildProposal reqProposal = (ChildProposal) proposalPair.first; in getVerifiedNegotiatedChildProposalPair()518 ChildProposal respProposal = (ChildProposal) proposalPair.second; in getVerifiedNegotiatedChildProposalPair()