Searched refs:hasLoop (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/util/ |
D | AlgorithmDecomposer.java | 156 private static void hasLoop(Set<String> elements, String find, String replace) { in hasLoop() method in AlgorithmDecomposer 176 hasLoop(elements, "SHA-1", "SHA1"); in decomposeOneHash() 177 hasLoop(elements, "SHA-224", "SHA224"); in decomposeOneHash() 178 hasLoop(elements, "SHA-256", "SHA256"); in decomposeOneHash() 179 hasLoop(elements, "SHA-384", "SHA384"); in decomposeOneHash() 180 hasLoop(elements, "SHA-512", "SHA512"); in decomposeOneHash()
|