Home
last modified time | relevance | path

Searched refs:SSL_MODE_AUTO_RETRY (Results 1 – 25 of 33) sorted by relevance

12

/third_party/openssl/doc/man3/
DSSL_CTX_set_mode.pod56 =item SSL_MODE_AUTO_RETRY
64 B<SSL_MODE_AUTO_RETRY> causes it to try to process the next record instead of
69 Setting B<SSL_MODE_AUTO_RETRY> for a nonblocking B<BIO> will process
75 requests, and setting the B<SSL_MODE_AUTO_RETRY> flag will cause the functions
79 Turning off B<SSL_MODE_AUTO_RETRY> can be useful with blocking B<BIO>s in case
119 All modes are off by default except for SSL_MODE_AUTO_RETRY which is on by
DSSL_read.pod60 If B<SSL_MODE_AUTO_RETRY> has been switched off and a non-application data
70 non-application data record has been processed and B<SSL_MODE_AUTO_RETRY> is
72 Note that if B<SSL_MODE_AUTO_RETRY> is set and only non-application data is
DSSL_CTX_set_read_ahead.pod47 B<SSL_MODE_AUTO_RETRY> is not turned off using SSL_CTX_clear_mode().
DBIO_f_ssl.pod174 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
233 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
DBIO_should_retry.pod86 call immediately or avoid this situation by setting SSL_MODE_AUTO_RETRY
/third_party/nghttp2/src/
Dasio_server_tls_context.cc74 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in configure_tls_context_easy()
DHttpServer.cc2121 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in run()
Dh2load.cc2477 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in main()
/third_party/openssl/demos/bio/
Dclient-arg.c84 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY); in main()
Dclient-conf.c92 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY); in main()
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_client.cc137 if (!SSL_CTX_set_mode(ssl_ctx_, SSL_MODE_AUTO_RETRY)) { in InitSSL()
Dssl_wrapper.cc139 if (!SSL_CTX_set_mode(ssl_ctx_, SSL_MODE_AUTO_RETRY)) { in InitSSL()
/third_party/openssl/apps/
Ds_time.c195 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in s_time_main()
Docsp.c1610 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in process_responder()
Ds_server.c1796 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_server_main()
/third_party/openssl/ssl/record/
Drec_layer_d1.c686 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes()
723 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes()
Drec_layer_s3.c1588 if ((s->mode & SSL_MODE_AUTO_RETRY) != 0) in ssl3_read_bytes()
1674 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in ssl3_read_bytes()
/third_party/curl/docs/examples/
Dcurlx.c254 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in sslctxfun()
/third_party/nghttp2/examples/
Dclient.c377 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_request_response.c479 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
Dtest_new_connection.c491 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy_spdy.c544 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in spdy_ssl_init_ssl_ctx()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc1008 SSL_set_mode(ssl.get(), SSL_MODE_AUTO_RETRY); in DoExchange()
/third_party/node/src/
Dtls_wrap.cc133 SSL_set_mode(ssl_.get(), SSL_MODE_AUTO_RETRY); in InitSSL()
/third_party/openssl/include/openssl/
Dssl.h468 # define SSL_MODE_AUTO_RETRY 0x00000004U macro

12