/external/libweave/examples/provider/ |
D | ssl_stream.cc | 185 int res = SSL_do_handshake(stream->ssl_.get()); in DoHandshake()
|
/external/libvncserver/libvncclient/ |
D | tls_openssl.c | 331 while (timeout > 0 && (ret = SSL_do_handshake(client->tlsSession)) < 0) in HandshakeTLS()
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 412 int res = SSL_do_handshake(ssl_.get()); in DoHandshake()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 357 sslSessionNativePointer = NativeCrypto.SSL_do_handshake(sslNativePointer, in startHandshake()
|
D | NativeCrypto.java | 1107 public static native long SSL_do_handshake(long sslNativePointer, in SSL_do_handshake() method in NativeCrypto
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 970 session = NativeCrypto.SSL_do_handshake(s, fd, callback, timeout, client, in handshake() 990 NativeCrypto.SSL_do_handshake(NULL, null, null, 0, false, null, null); in test_SSL_do_handshake_NULL_SSL() 1001 NativeCrypto.SSL_do_handshake(s, null, null, 0, true, null, null); in test_SSL_do_handshake_null_args() 1007 NativeCrypto.SSL_do_handshake(s, INVALID_FD, null, 0, true, null, null); in test_SSL_do_handshake_null_args()
|
/external/libevent/ |
D | bufferevent_openssl.c | 1003 r = SSL_do_handshake(bev_ssl->ssl); in do_handshake()
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 248 SSL_do_handshake(server);
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 9388 ret = SSL_do_handshake(ssl); 9514 ret = SSL_do_handshake(ssl); 9630 int ret = SSL_do_handshake(ssl); 9639 SSL_do_handshake(ssl); 11275 NATIVE_METHOD(NativeCrypto, SSL_do_handshake, "(J" FILE_DESCRIPTOR SSL_CALLBACKS "IZ[B[B)J"),
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 289 OPENSSL_EXPORT int SSL_do_handshake(SSL *ssl);
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 552 int SSL_do_handshake(SSL *ssl) { in SSL_do_handshake() function
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |