/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 683 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes() 719 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes()
|
H A D | rec_layer_s3.c | 1632 if ((s->mode & SSL_MODE_AUTO_RETRY) != 0) in ssl3_read_bytes() 1717 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in ssl3_read_bytes()
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 683 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes() 719 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes()
|
H A D | rec_layer_s3.c | 1643 if ((s->mode & SSL_MODE_AUTO_RETRY) != 0) in ssl3_read_bytes() 1728 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in ssl3_read_bytes()
|
/third_party/nghttp2/examples/ |
H A 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/examples/ |
H A D | mhd2spdy_spdy.c | 544 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in spdy_ssl_init_ssl_ctx()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 491 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
|
H A D | test_request_response.c | 479 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | ssl.rs | 235 pub const SSL_MODE_AUTO_RETRY: c_long = 0x4; consts
|
/third_party/nghttp2/src/ |
H A D | HttpServer.cc | 2144 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in run()
|
H A D | h2load.cc | 2926 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in main()
|
H A D | nghttp.cc | 2311 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in communicate()
|
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 440 SSL_set_mode(ssl_.get(), SSL_MODE_AUTO_RETRY); in InitSSL()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 1846 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_server_main()
|
H A D | s_client.c | 1695 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_client_main()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 1841 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_server_main()
|
H A D | s_client.c | 1695 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_client_main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 468 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|