HomeSort by: relevance | last modified time | path
    Searched defs:SSL_shutdown (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 2250 int SSL_shutdown(SSL *s)
2271 args.f.func_other = s->method->ssl_shutdown;
2275 return s->method->ssl_shutdown(s);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 2083 int SSL_shutdown(SSL *s)
2104 args.f.func_other = s->method->ssl_shutdown;
2108 return s->method->ssl_shutdown(s);
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 2760 int SSL_shutdown(SSL *s)
2790 args.f.func_other = s->method->ssl_shutdown;
2794 return s->method->ssl_shutdown(s);
7711 return SSL_shutdown(ssl);
7715 return SSL_shutdown(ssl);

Completed in 31 milliseconds