Home
last modified time | relevance | path

Searched refs:SSL_MODE_AUTO_RETRY (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_d1.c683 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 Drec_layer_s3.c1632 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 Drec_layer_d1.c683 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 Drec_layer_s3.c1643 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 Dclient.c377 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 Dmhd2spdy_spdy.c544 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 Dtest_new_connection.c491 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
H A Dtest_request_response.c479 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 Dssl.rs235 pub const SSL_MODE_AUTO_RETRY: c_long = 0x4; consts
/third_party/nghttp2/src/
H A DHttpServer.cc2144 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in run()
H A Dh2load.cc2926 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in main()
H A Dnghttp.cc2311 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in communicate()
/third_party/node/src/crypto/
H A Dcrypto_tls.cc440 SSL_set_mode(ssl_.get(), SSL_MODE_AUTO_RETRY); in InitSSL()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c1846 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_server_main()
H A Ds_client.c1695 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_client_main()
/third_party/openssl/apps/
H A Ds_server.c1841 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_server_main()
H A Ds_client.c1695 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_client_main()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h468 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro

Completed in 86 milliseconds

1234