Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DAlgorithmDecomposer.java136 private static void hasLoop(Set<String> elements, String find, String replace) { in hasLoop() method in AlgorithmDecomposer
156 hasLoop(elements, "SHA-1", "SHA1"); in decomposeOneHash()
157 hasLoop(elements, "SHA-224", "SHA224"); in decomposeOneHash()
158 hasLoop(elements, "SHA-256", "SHA256"); in decomposeOneHash()
159 hasLoop(elements, "SHA-384", "SHA384"); in decomposeOneHash()
160 hasLoop(elements, "SHA-512", "SHA512"); in decomposeOneHash()