HomeSort by relevance Sort by last modified time
    Searched refs:SSL_do_handshake (Results 1 - 9 of 9) sorted by null

  /external/openssl/ssl/
bio_ssl.c 157 /* ret=SSL_do_handshake(ssl); */
241 /* ret=SSL_do_handshake(ssl);
419 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 520 public static native int SSL_do_handshake(int sslNativePointer,
596 * related to the SSL handshake initiated by SSL_do_handshake.
627 * be after SSL_do_handshake returns when handshake cutthrough
OpenSSLSocketImpl.java 81 * full handshake is complete, since SSL_do_handshake can return
474 sslSessionNativePointer = NativeCrypto.SSL_do_handshake(sslNativePointer, fd, this,
598 // 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 580 int session = NativeCrypto.SSL_do_handshake(s,
600 NativeCrypto.SSL_do_handshake(NULL, null, null, 0, false);
611 NativeCrypto.SSL_do_handshake(s, null, null, 0, true);
617 NativeCrypto.SSL_do_handshake(s, INVALID_FD, null, 0, true);
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp     [all...]
  /external/openssl/apps/
s_server.c     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 140 milliseconds