Searched refs:shut (Results 1 – 16 of 16) sorted by relevance
2242 goto shut; in s_client_main()2248 goto shut; in s_client_main()2261 goto shut; in s_client_main()2287 goto shut; in s_client_main()2344 goto shut; in s_client_main()2367 goto shut; in s_client_main()2419 goto shut; in s_client_main()2450 goto shut; in s_client_main()2879 goto shut; in s_client_main()3236 goto shut; in s_client_main()[all …]
23 If the close flag is set then the socket is shut down and closed
16 void BIO_set_shutdown(BIO *a, int shut);
47 The TLS/SSL handshake was not successful but was shut down controlled and
46 The TLS/SSL handshake was not successful but was shut down controlled and
61 The TLS/SSL handshake was not successful but was shut down controlled and
5 SSL_shutdown, SSL_shutdown_ex - shut down a TLS/SSL or QUIC connection229 being shut down. The information which can be provided is as follows:327 indicating the closure process is complete and the connection is now fully shut338 yet been fully shut down (unless it has already done so, in which case it will
130 the function that is used to shut down the method data whose state was
260 close or shut down what needs to be closed, and finally free the
172 void BIO_set_shutdown(BIO *a, int shut) in BIO_set_shutdown() argument174 a->shutdown = shut; in BIO_set_shutdown()
4013 int shut = 0; in ossl_quic_get_shutdown() local4019 shut |= SSL_SENT_SHUTDOWN; in ossl_quic_get_shutdown()4021 shut |= SSL_RECEIVED_SHUTDOWN; in ossl_quic_get_shutdown()4024 return shut; in ossl_quic_get_shutdown()
163 shut it down with L<SSL_shutdown(3)>. B<SSL_ERROR_SYSCALL> indicates that
398 provider_teardown() is called when a provider is shut down and removed
202 must be shut down. In particular, applications should be advised that the full
709 void BIO_set_shutdown(BIO *a, int shut);
562 `args` specifies arguments which control how the SSL object is shut down. `args`588 A QUIC connection can be shut down using this function in two different ways:
Completed in 52 milliseconds