Home
last modified time | relevance | path

Searched refs:SSL_get_shutdown (Results 1 - 25 of 73) sorted by relevance

123

/third_party/curl/lib/
H A Dsetup-vms.h298 #define SSL_get_shutdown SSL_GET_SHUTDOWN macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h1512 int SSL_get_shutdown(const SSL *ssl);
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c601 int SSL_get_shutdown(const SSL *ssl) in SSL_get_shutdown() function
/third_party/nghttp2/src/
H A Dshrpx_connection.cc103 SSL_get_shutdown(tls.ssl) | SSL_RECEIVED_SHUTDOWN); in disconnect()
H A DHttpServer.cc571 SSL_set_shutdown(ssl_, SSL_get_shutdown(ssl_) | SSL_RECEIVED_SHUTDOWN); in ~Http2Handler()
H A Dh2load.cc745 SSL_set_shutdown(ssl, SSL_get_shutdown(ssl) | SSL_RECEIVED_SHUTDOWN); in disconnect()
H A Dnghttp.cc776 SSL_set_shutdown(ssl, SSL_get_shutdown(ssl) | SSL_RECEIVED_SHUTDOWN); in disconnect()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs3717 #[corresponds(SSL_get_shutdown)] in fmt()
3720 let bits = ffi::SSL_get_shutdown(self.ssl.as_ptr()); in fmt()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dssl.rs770 pub fn SSL_get_shutdown(ssl: *const SSL) -> c_int; in SSL_get_shutdown() functions
/third_party/libcoap/src/
H A Dcoap_openssl.c3014 if (!SSL_in_init(ssl) && !(SSL_get_shutdown(ssl) & SSL_SENT_SHUTDOWN)) { in coap_dtls_free_session()
3411 if (!SSL_in_init(ssl) && !(SSL_get_shutdown(ssl) & SSL_SENT_SHUTDOWN)) { in coap_tls_free_session()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h190 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
1980 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/curl/lib/vtls/
H A Dopenssl.c2035 switch(SSL_get_shutdown(backend->handle)) { in ossl_shutdown()
2037 infof(data, "SSL_get_shutdown() returned SSL_SENT_SHUTDOWN"); in ossl_shutdown()
2040 infof(data, "SSL_get_shutdown() returned SSL_RECEIVED_SHUTDOWN"); in ossl_shutdown()
2043 infof(data, "SSL_get_shutdown() returned SSL_SENT_SHUTDOWN|" in ossl_shutdown()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h208 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2128 __owur int SSL_get_shutdown(const SSL *ssl);

Completed in 103 milliseconds

123