Searched refs:ssl_shutdown (Results 1 – 5 of 5) sorted by relevance
271 int (*ssl_shutdown)(SSL *ssl); member
498 int (*ssl_shutdown) (SSL *s); member
2252 args.f.func_other = s->method->ssl_shutdown; in SSL_shutdown()2256 return s->method->ssl_shutdown(s); in SSL_shutdown()
2356 args.f.func_other = s->method->ssl_shutdown; in SSL_shutdown()2360 return s->method->ssl_shutdown(s); in SSL_shutdown()
505 int (*ssl_shutdown) (SSL *s); member