Home
last modified time | relevance | path

Searched refs:ssl_shutdown (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/ssl/
Dssl_local.h450 int (*ssl_shutdown) (SSL *s); member
Dssl_lib.c2104 args.f.func_other = s->method->ssl_shutdown; in SSL_shutdown()
2108 return s->method->ssl_shutdown(s); in SSL_shutdown()