Home
last modified time | relevance | path

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

/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java932 HashSet<String> remainingCipherSuites = new HashSet<String>(expected); in assertValidCipherSuites() local
935 boolean removed = remainingCipherSuites.remove(cipherSuite); in assertValidCipherSuites()
941 return remainingCipherSuites; in assertValidCipherSuites()
950 Set<String> remainingCipherSuites = assertValidCipherSuites(expected, cipherSuites); in assertSupportedCipherSuites() local
951 assertEquals("Missing cipher suites", Collections.EMPTY_SET, remainingCipherSuites); in assertSupportedCipherSuites()