Searched refs:SSL_MODE_AUTO_RETRY (Results 1 – 25 of 33) sorted by relevance
12
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_mode.pod | 56 =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
|
D | SSL_read.pod | 60 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
|
D | SSL_CTX_set_read_ahead.pod | 47 B<SSL_MODE_AUTO_RETRY> is not turned off using SSL_CTX_clear_mode().
|
D | BIO_f_ssl.pod | 174 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY); 233 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
|
D | BIO_should_retry.pod | 86 call immediately or avoid this situation by setting SSL_MODE_AUTO_RETRY
|
/third_party/nghttp2/src/ |
D | asio_server_tls_context.cc | 74 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in configure_tls_context_easy()
|
D | HttpServer.cc | 2121 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in run()
|
D | h2load.cc | 2477 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in main()
|
/third_party/openssl/demos/bio/ |
D | client-arg.c | 84 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY); in main()
|
D | client-conf.c | 92 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY); in main()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | ssl_client.cc | 137 if (!SSL_CTX_set_mode(ssl_ctx_, SSL_MODE_AUTO_RETRY)) { in InitSSL()
|
D | ssl_wrapper.cc | 139 if (!SSL_CTX_set_mode(ssl_ctx_, SSL_MODE_AUTO_RETRY)) { in InitSSL()
|
/third_party/openssl/apps/ |
D | s_time.c | 195 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in s_time_main()
|
D | ocsp.c | 1610 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in process_responder()
|
D | s_server.c | 1796 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_server_main()
|
/third_party/openssl/ssl/record/ |
D | rec_layer_d1.c | 686 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes() 723 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes()
|
D | rec_layer_s3.c | 1588 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/ |
D | curlx.c | 254 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in sslctxfun()
|
/third_party/nghttp2/examples/ |
D | client.c | 377 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_request_response.c | 479 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
|
D | test_new_connection.c | 491 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | mhd2spdy_spdy.c | 544 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in spdy_ssl_init_ssl_ctx()
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 1008 SSL_set_mode(ssl.get(), SSL_MODE_AUTO_RETRY); in DoExchange()
|
/third_party/node/src/ |
D | tls_wrap.cc | 133 SSL_set_mode(ssl_.get(), SSL_MODE_AUTO_RETRY); in InitSSL()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 468 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
12