HomeSort by relevance Sort by last modified time
    Searched full:ssl_do_handshake (Results 1 - 12 of 12) sorted by null

  /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 221 {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/
NativeCrypto.java 521 public static native int SSL_do_handshake(int sslNativePointer,
589 * related to the SSL handshake initiated by SSL_do_handshake.
620 * be after SSL_do_handshake returns when handshake cutthrough
OpenSSLSocketImpl.java 87 * full handshake is complete, since SSL_do_handshake can return
410 sslSessionNativePointer = NativeCrypto.SSL_do_handshake(sslNativePointer,
537 // the call to NativeCrypto.SSL_do_handshake and not during a
    [all...]
OpenSSLSessionImpl.java 108 * with handshake_cutthrough, the SSL_do_handshake may return
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 604 int session = NativeCrypto.SSL_do_handshake(s,
624 NativeCrypto.SSL_do_handshake(NULL, null, null, 0, false);
635 NativeCrypto.SSL_do_handshake(s, null, null, 0, true);
641 NativeCrypto.SSL_do_handshake(s, INVALID_FD, null, 0, true);
    [all...]
  /external/openssl/apps/
s_server.c     [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 746 int rv = SSL_do_handshake(ssl_);
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 745 milliseconds