Home
last modified time | relevance | path

Searched refs:VALID_INTEGRITY_ALGOS (Results 1 – 2 of 2) sorted by relevance

/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSaProposal.java34 private static final Set<Integer> VALID_INTEGRITY_ALGOS; field in EpdgSaProposal
83 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()
DEpdgTunnelManager.java210 private static final Set<Integer> VALID_INTEGRITY_ALGOS; field in EpdgTunnelManager
239 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()