Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/security/Provider/
DProvidersTest.java72 private static final List<Algorithm> BC_ALGORITHMS = new ArrayList<>(); field in ProvidersTest
330 for (Algorithm a : BC_ALGORITHMS) { in testBeforeLimit()
350 for (Algorithm a : BC_ALGORITHMS) { in testAtLimit()
371 for (Algorithm a : BC_ALGORITHMS) { in testPastLimit()
411 for (Algorithm a : BC_ALGORITHMS) { in testCustomProvider()