Searched refs:mPseudorandomFunctions (Results 1 – 1 of 1) sorted by relevance
53 private final PrfTransform[] mPseudorandomFunctions; field in IkeSaProposal74 mPseudorandomFunctions = prfs; in IkeSaProposal()180 for (Transform transform : mPseudorandomFunctions) { in getPseudorandomFunctions()192 return mPseudorandomFunctions; in getPrfTransforms()199 transformList.addAll(Arrays.asList(mPseudorandomFunctions)); in getAllTransforms()209 mPseudorandomFunctions, in isNegotiatedFrom()210 ((IkeSaProposal) reqProposal).mPseudorandomFunctions); in isNegotiatedFrom()215 return Objects.hash(super.hashCode(), Arrays.hashCode(mPseudorandomFunctions)); in hashCode()224 return Arrays.equals(mPseudorandomFunctions, ((IkeSaProposal) o).mPseudorandomFunctions); in equals()