/external/openssl/ssl/ |
bio_ssl.c | 157 /* ret=SSL_do_handshake(ssl); */ 241 /* ret=SSL_do_handshake(ssl); 423 ret=(int)SSL_do_handshake(ssl);
|
ssl_err.c | 229 {ERR_FUNC(SSL_F_SSL_DO_HANDSHAKE), "SSL_do_handshake"}, [all...] |
ssl_lib.c | [all...] |
ssl.h | [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSocketImpl.java | 91 * full handshake is complete, since SSL_do_handshake can return 398 sslSessionNativePointer = NativeCrypto.SSL_do_handshake(sslNativePointer, 536 // the call to NativeCrypto.SSL_do_handshake and not during a [all...] |
NativeCrypto.java | [all...] |
OpenSSLSessionImpl.java | 107 * with handshake_cutthrough, the SSL_do_handshake may return
|
/external/openssl/apps/ |
s_server.c | [all...] |
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
NativeCryptoTest.java | 799 session = NativeCrypto.SSL_do_handshake(s, fd, callback, timeout, client, 819 NativeCrypto.SSL_do_handshake(NULL, null, null, 0, false, null); 830 NativeCrypto.SSL_do_handshake(s, null, null, 0, true, null); 836 NativeCrypto.SSL_do_handshake(s, INVALID_FD, null, 0, true, null); [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_openssl.cc | 758 int rv = SSL_do_handshake(ssl_); [all...] |
/external/openssl/include/openssl/ |
ssl.h | [all...] |