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 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...]
  /external/openssl/ssl/
ssl_lib.c     [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...]

Completed in 618 milliseconds