Home
last modified time | relevance | path

Searched defs:SSL_shutdown (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dsetup-vms.h309 #define SSL_shutdown SSL_SHUTDOWN macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c424 int SSL_shutdown(SSL *ssl) in SSL_shutdown() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs722 pub fn SSL_shutdown(ssl: *mut SSL) -> c_int; in SSL_shutdown() function
/third_party/openssl/ssl/
Dssl_lib.c2235 int SSL_shutdown(SSL *s) in SSL_shutdown() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h565 #define SSL_shutdown BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_shutdown) macro