Searched refs:ssl_shutdown (Results 1 – 2 of 2) sorted by relevance
423 int (*ssl_shutdown) (SSL *s); member
2764 args.f.func_other = s->method->ssl_shutdown; in SSL_shutdown()2768 return s->method->ssl_shutdown(s); in SSL_shutdown()
Completed in 54 milliseconds