Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DChildSaProposal.java174 Set<Integer> algoIds = new ArraySet<>(); in getSupportedEncryptionAlgorithms() local
179 algoIds.add(ikeAlgoId); in getSupportedEncryptionAlgorithms()
182 return algoIds; in getSupportedEncryptionAlgorithms()
195 Set<Integer> algoIds = new ArraySet<>(); in getSupportedIntegrityAlgorithms() local
199 algoIds.add(INTEGRITY_ALGORITHM_NONE); in getSupportedIntegrityAlgorithms()
206 algoIds.add(ikeAlgoId); in getSupportedIntegrityAlgorithms()
210 algoIds.addAll(SUPPORTED_IPSEC_INTEGRITY_BEFORE_SDK_S); in getSupportedIntegrityAlgorithms()
212 return algoIds; in getSupportedIntegrityAlgorithms()