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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 696 public static native void SSL_shutdown(int sslNativePointer,
    [all...]
OpenSSLSocketImpl.java     [all...]
  /external/openssl/ssl/
ssl_lib.c 1004 int SSL_shutdown(SSL *s)
1019 return(s->method->ssl_shutdown(s));
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 478 NativeCrypto.SSL_shutdown(ssl, fd, callback);
746 * SSL_read, SSL_write, and SSL_shutdown.
    [all...]

Completed in 153 milliseconds