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

  /external/openssl/ssl/
ssl_lib.c     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java     [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...]

Completed in 44 milliseconds