Home
last modified time | relevance | path

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

/external/conscrypt/publicapi/src/main/java/android/net/ssl/
DSSLSockets.java35 public static boolean isSupportedSocket(@NonNull SSLSocket socket) { in isSupportedSocket() method in SSLSockets
40 if (!isSupportedSocket(s)) { in checkSupported()
/external/conscrypt/publicapi/src/test/java/android/net/ssl/
DSSLSocketsTest.java84 assertTrue(SSLSockets.isSupportedSocket(s)); in testIsSupported()
87 assertFalse(SSLSockets.isSupportedSocket(s)); in testIsSupported()
/external/syzkaller/pkg/host/
Dhost_linux.go31 return isSupportedSocket(c)
185 return isSupportedSocket(c)
222 func isSupportedSocket(c *prog.Syscall) (bool, string) { func
/external/okhttp/android/src/main/java/com/squareup/okhttp/internal/
DPlatform.java120 if (SSLSockets.isSupportedSocket(sslSocket)) { in configureTlsExtensions()
/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internal/
DPlatform.java124 if (SSLSockets.isSupportedSocket(sslSocket)) { in configureTlsExtensions()