Searched refs:checkProtocols (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/sun/security/ssl/SSLContextImpl/
H A DCustomizedDefaultProtocols.java68 private static boolean checkProtocols(String[] target, String[] expected) { method in class:CustomizedDefaultProtocols
120 failed |= !checkProtocols(protocols, cv.enabledProtocols);
130 failed |= !checkProtocols(protocols, cv.supportedProtocols);
147 failed |= !checkProtocols(protocols, cv.enabledProtocols);
154 failed |= !checkProtocols(protocols, cv.enabledProtocols);
162 failed |= !checkProtocols(protocols, cv.supportedProtocols);
181 failed |= !checkProtocols(protocols, cv.enabledProtocols);
188 failed |= !checkProtocols(protocols, cv.enabledProtocols);
196 failed |= !checkProtocols(protocols, cv.supportedProtocols);
215 failed |= !checkProtocols(protocol
[all...]
H A DDefaultEnabledProtocols.java67 private static boolean checkProtocols(String[] target, String[] expected) { method in class:DefaultEnabledProtocols
119 failed |= !checkProtocols(protocols, cv.enabledProtocols);
129 failed |= !checkProtocols(protocols, cv.supportedProtocols);
146 failed |= !checkProtocols(protocols, cv.enabledProtocols);
153 failed |= !checkProtocols(protocols, cv.enabledProtocols);
161 failed |= !checkProtocols(protocols, cv.supportedProtocols);
180 failed |= !checkProtocols(protocols, cv.enabledProtocols);
187 failed |= !checkProtocols(protocols, cv.enabledProtocols);
195 failed |= !checkProtocols(protocols, cv.supportedProtocols);
214 failed |= !checkProtocols(protocol
[all...]
H A DNoOldVersionContext.java68 private static boolean checkProtocols(String[] target, String[] expected) { method in class:NoOldVersionContext
120 failed |= !checkProtocols(protocols, cv.enabledProtocols);
130 failed |= !checkProtocols(protocols, cv.supportedProtocols);
147 failed |= !checkProtocols(protocols, cv.enabledProtocols);
154 failed |= !checkProtocols(protocols, cv.enabledProtocols);
162 failed |= !checkProtocols(protocols, cv.supportedProtocols);
181 failed |= !checkProtocols(protocols, cv.enabledProtocols);
188 failed |= !checkProtocols(protocols, cv.enabledProtocols);
196 failed |= !checkProtocols(protocols, cv.supportedProtocols);
215 failed |= !checkProtocols(protocol
[all...]

Completed in 92 milliseconds