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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 603 * protocols to {@link #SSL_do_handshake}.
615 public static native int SSL_do_handshake(int sslNativePointer,
683 * related to the SSL handshake initiated by SSL_do_handshake.
714 * be after SSL_do_handshake returns when handshake cutthrough
  /external/openssl/ssl/
ssl_lib.c     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 698 session = NativeCrypto.SSL_do_handshake(s, fd, callback, timeout, client,
718 NativeCrypto.SSL_do_handshake(NULL, null, null, 0, false, null);
729 NativeCrypto.SSL_do_handshake(s, null, null, 0, true, null);
735 NativeCrypto.SSL_do_handshake(s, INVALID_FD, null, 0, true, null);
    [all...]

Completed in 480 milliseconds