Home
last modified time | relevance | path

Searched refs:SSL_SENT_SHUTDOWN (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_code.h27 # define SSL_SENT_SHUTDOWN 1 macro
/third_party/node/deps/openssl/openssl/apps/
H A Ds_time.c291 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
345 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
373 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
/third_party/openssl/apps/
H A Ds_time.c291 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
345 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
373 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_msg.c55 if (s->shutdown & SSL_SENT_SHUTDOWN && desc != SSL_AD_CLOSE_NOTIFY) in ssl3_send_alert()
H A Dd1_lib.c885 !(s->shutdown & SSL_SENT_SHUTDOWN)) { in dtls1_shutdown()
H A Ds3_lib.c4405 s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in ssl3_shutdown()
4409 if (!(s->shutdown & SSL_SENT_SHUTDOWN)) { in ssl3_shutdown()
4410 s->shutdown |= SSL_SENT_SHUTDOWN; in ssl3_shutdown()
4440 if ((s->shutdown == (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN)) && in ssl3_shutdown()
H A Dssl_sess.c1194 !(s->shutdown & SSL_SENT_SHUTDOWN) && in ssl_clear_bad_session()
H A Dssl_lib.c2136 if (s->shutdown & SSL_SENT_SHUTDOWN) { in ssl_write_internal()
2178 if (s->shutdown & SSL_SENT_SHUTDOWN) { in SSL_sendfile()
/third_party/openssl/ssl/
H A Ds3_msg.c55 if (s->shutdown & SSL_SENT_SHUTDOWN && desc != SSL_AD_CLOSE_NOTIFY) in ssl3_send_alert()
H A Dd1_lib.c868 !(s->shutdown & SSL_SENT_SHUTDOWN)) { in dtls1_shutdown()
H A Ds3_lib.c4405 s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in ssl3_shutdown()
4409 if (!(s->shutdown & SSL_SENT_SHUTDOWN)) { in ssl3_shutdown()
4410 s->shutdown |= SSL_SENT_SHUTDOWN; in ssl3_shutdown()
4440 if ((s->shutdown == (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN)) && in ssl3_shutdown()
H A Dssl_sess.c1228 !(s->shutdown & SSL_SENT_SHUTDOWN) && in ssl_clear_bad_session()
H A Dssl_lib.c2036 if (s->shutdown & SSL_SENT_SHUTDOWN) { in ssl_write_internal()
2078 if (s->shutdown & SSL_SENT_SHUTDOWN) { in SSL_sendfile()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dssl.rs19 pub const SSL_SENT_SHUTDOWN: c_int = 1; consts
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_d1.c628 if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a in dtls1_read_bytes()
H A Drec_layer_s3.c1617 if ((s->shutdown & SSL_SENT_SHUTDOWN) != 0) { in ssl3_read_bytes()
/third_party/openssl/ssl/record/
H A Drec_layer_d1.c628 if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a in dtls1_read_bytes()
H A Drec_layer_s3.c1628 if ((s->shutdown & SSL_SENT_SHUTDOWN) != 0) { in ssl3_read_bytes()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c431 if (!ossl_assert((s->shutdown & SSL_SENT_SHUTDOWN) != 0)) { in ossl_statem_client13_write_transition()
2355 if ((s->shutdown & SSL_SENT_SHUTDOWN) != 0) { in tls_process_certificate_request()
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c431 if (!ossl_assert((s->shutdown & SSL_SENT_SHUTDOWN) != 0)) { in ossl_statem_client13_write_transition()
2347 if ((s->shutdown & SSL_SENT_SHUTDOWN) != 0) { in tls_process_certificate_request()
/third_party/curl/lib/vtls/
H A Dopenssl.c2036 case SSL_SENT_SHUTDOWN: in ossl_shutdown()
2037 infof(data, "SSL_get_shutdown() returned SSL_SENT_SHUTDOWN"); in ossl_shutdown()
2042 case SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN: in ossl_shutdown()
2043 infof(data, "SSL_get_shutdown() returned SSL_SENT_SHUTDOWN|" in ossl_shutdown()
/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.h191 # define SSL_SENT_SHUTDOWN 1 macro
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs4056 const SENT = ffi::SSL_SENT_SHUTDOWN;
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h209 # define SSL_SENT_SHUTDOWN 1 macro

Completed in 72 milliseconds

1234