HomeSort by relevance Sort by last modified time
    Searched refs:SSL_do_handshake (Results 1 - 10 of 10) 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.h     [all...]
ssl_lib.c     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java     [all...]
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...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 758 int rv = SSL_do_handshake(ssl_);
    [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...]
  /external/openssl/apps/
s_server.c     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 119 milliseconds