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 638 * protocols to {@link #SSL_do_handshake}.
650 public static native int SSL_do_handshake(int sslNativePointer,
721 * related to the SSL handshake initiated by SSL_do_handshake.
    [all...]
OpenSSLSocketImpl.java 84 * full handshake is complete, since SSL_do_handshake can return
395 sslSessionNativePointer = NativeCrypto.SSL_do_handshake(sslNativePointer,
541 // the call to NativeCrypto.SSL_do_handshake and not during a
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 601 int session = NativeCrypto.SSL_do_handshake(s, fd, callback, timeout, client,
618 NativeCrypto.SSL_do_handshake(NULL, null, null, 0, false, null);
629 NativeCrypto.SSL_do_handshake(s, null, null, 0, true, null);
635 NativeCrypto.SSL_do_handshake(s, INVALID_FD, null, 0, true, null);
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 754 int rv = SSL_do_handshake(ssl_);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /external/openssl/apps/
s_server.c     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 279 milliseconds