Searched refs:isSupportedSocket (Results 1 – 5 of 5) sorted by relevance
35 public static boolean isSupportedSocket(@NonNull SSLSocket socket) { in isSupportedSocket() method in SSLSockets40 if (!isSupportedSocket(s)) { in checkSupported()
84 assertTrue(SSLSockets.isSupportedSocket(s)); in testIsSupported()87 assertFalse(SSLSockets.isSupportedSocket(s)); in testIsSupported()
31 return isSupportedSocket(c)185 return isSupportedSocket(c)222 func isSupportedSocket(c *prog.Syscall) (bool, string) { func
120 if (SSLSockets.isSupportedSocket(sslSocket)) { in configureTlsExtensions()
124 if (SSLSockets.isSupportedSocket(sslSocket)) { in configureTlsExtensions()