Home
last modified time | relevance | path

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

/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java100 public static final HashMap<String, HashSet<String>> CIPHER_MODES = field in StandardNames
127 HashSet<String> modes = CIPHER_MODES.get(algorithm); in provideCipherModes()
130 CIPHER_MODES.put(algorithm, modes); in provideCipherModes()
1073 return CIPHER_MODES.get(cipher); in getModesForCipher()