Searched refs:getSupportedIntegrityAlgorithms (Results 1 – 7 of 7) sorted by relevance
167 algoList.addAll(IkeSaProposal.getSupportedIntegrityAlgorithms()); in getIntegrityAlgos()169 algoList.addAll(ChildSaProposal.getSupportedIntegrityAlgorithms()); in getIntegrityAlgos()483 IkeSaProposal.getSupportedIntegrityAlgorithms()); in checkGetSupportedIkeSaAlgos()516 for (int algo : ChildSaProposal.getSupportedIntegrityAlgorithms()) { in checkGetSupportedChildSaAlgos()
144 public static Set<Integer> getSupportedIntegrityAlgorithms() { in getSupportedIntegrityAlgorithms() method in IkeSaProposal
194 public static Set<Integer> getSupportedIntegrityAlgorithms() { in getSupportedIntegrityAlgorithms() method in ChildSaProposal
566 && !ChildSaProposal.getSupportedIntegrityAlgorithms().contains(algorithm)) { in validateAndAddIntegrityAlgo()
1525 return IkeSaProposal.getSupportedIntegrityAlgorithms().contains(id) in isSupportedTransformId()1526 || ChildSaProposal.getSupportedIntegrityAlgorithms().contains(id); in isSupportedTransformId()
90 … method @NonNull public static java.util.Set<java.lang.Integer> getSupportedIntegrityAlgorithms();163 … method @NonNull public static java.util.Set<java.lang.Integer> getSupportedIntegrityAlgorithms();
1850 if (ChildSaProposal.getSupportedIntegrityAlgorithms().contains(integrityAlgo)) { in buildChildSaProposal()