Searched refs:VALID_INTEGRITY_ALGOS (Results 1 – 2 of 2) sorted by relevance
34 private static final Set<Integer> VALID_INTEGRITY_ALGOS; field in EpdgSaProposal83 VALID_INTEGRITY_ALGOS =139 if (validateConfig(integrityAlgo, VALID_INTEGRITY_ALGOS, CONFIG_TYPE_INTEGRITY_ALGO)) { in addProposedIntegrityAlgorithm()250 compareTransformPriority(VALID_INTEGRITY_ALGOS, item1, item2)) in getIntegrityAlgos()259 return VALID_INTEGRITY_ALGOS.stream().mapToInt(Integer::intValue).toArray(); in getSupportedIntegrityAlgos()
210 private static final Set<Integer> VALID_INTEGRITY_ALGOS; field in EpdgTunnelManager239 VALID_INTEGRITY_ALGOS =1693 if (validateConfig(integrityAlgo, VALID_INTEGRITY_ALGOS, CONFIG_TYPE_INTEGRITY_ALGO)) { in buildIkeSaProposal()1849 if (validateConfig(integrityAlgo, VALID_INTEGRITY_ALGOS, CONFIG_TYPE_INTEGRITY_ALGO)) { in buildChildSaProposal()