Home
last modified time | relevance | path

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

/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java126 private static void provideCipherModes(String algorithm, String newModes[]) { in provideCipherModes() method in StandardNames
178 provideCipherModes("AES", new String[] {"CBC", "CFB", "CTR", "CTS", "ECB", "OFB"});
193 provideCipherModes("RSA", new String[] {"ECB"});