Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h271 int (*ssl_shutdown)(SSL *ssl); member
/third_party/openssl/ssl/
Dssl_local.h498 int (*ssl_shutdown) (SSL *s); member
Dssl_lib.c2252 args.f.func_other = s->method->ssl_shutdown; in SSL_shutdown()
2256 return s->method->ssl_shutdown(s); in SSL_shutdown()