Home
last modified time | relevance | path

Searched defs: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
950 Set<String> remainingCipherSuites = assertValidCipherSuites(expected, cipherSuites); in assertSupportedCipherSuites() local