Home
last modified time | relevance | path

Searched refs:BIO_should_retry (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/openssl/demos/bio/
H A Dsconnect.c85 if (BIO_should_retry(out)) { in main()
104 if (BIO_should_retry(out)) { in main()
H A Dserver-cmod.c80 if (BIO_should_retry(in)) in main()
H A Dserver-conf.c125 if (BIO_should_retry(in)) in main()
/third_party/openssl/test/
H A Dssl_old_test.c1954 if (!BIO_should_retry(client)) in doit_localhost()
1962 if (!BIO_should_retry(acpt)) in doit_localhost()
2033 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()
2039 * BIO_should_retry(...) can just be ignored here. The in doit_localhost()
2059 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()
2065 * Again, "BIO_should_retry" can be ignored. in doit_localhost()
2112 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2117 /* Ignore "BIO_should_retry". */ in doit_localhost()
2133 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2312 if (!BIO_should_retry(c_ssl_bi in doit_biopair()
[all...]
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c522 * Returns 1 on success, 0 on error or redirection, -1 on BIO_should_retry.
558 if (BIO_should_retry(rctx->rbio)) in OSSL_HTTP_REQ_CTX_nbio()
592 if (BIO_should_retry(rctx->wbio)) in OSSL_HTTP_REQ_CTX_nbio()
608 if (BIO_should_retry(rctx->req)) in OSSL_HTTP_REQ_CTX_nbio()
629 if (BIO_should_retry(rctx->wbio)) in OSSL_HTTP_REQ_CTX_nbio()
660 if (BIO_should_retry(rctx->mem)) in OSSL_HTTP_REQ_CTX_nbio()
901 /* BIO_should_retry was true */ in OSSL_HTTP_REQ_CTX_exchange()
1363 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()
/third_party/openssl/crypto/http/
H A Dhttp_client.c511 * Returns 1 on success, 0 on error or redirection, -1 on BIO_should_retry.
547 if (BIO_should_retry(rctx->rbio)) in OSSL_HTTP_REQ_CTX_nbio()
581 if (BIO_should_retry(rctx->wbio)) in OSSL_HTTP_REQ_CTX_nbio()
597 if (BIO_should_retry(rctx->req)) in OSSL_HTTP_REQ_CTX_nbio()
618 if (BIO_should_retry(rctx->wbio)) in OSSL_HTTP_REQ_CTX_nbio()
649 if (BIO_should_retry(rctx->mem)) in OSSL_HTTP_REQ_CTX_nbio()
890 /* BIO_should_retry was true */ in OSSL_HTTP_REQ_CTX_exchange()
1352 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c528 if (BIO_should_retry(rbio)) { in DTLSv1_listen()
812 if (BIO_should_retry(wbio)) { in DTLSv1_listen()
823 if (BIO_should_retry(wbio)) { in DTLSv1_listen()
/third_party/openssl/ssl/
H A Dd1_lib.c511 if (BIO_should_retry(rbio)) { in DTLSv1_listen()
795 if (BIO_should_retry(wbio)) { in DTLSv1_listen()
806 if (BIO_should_retry(wbio)) { in DTLSv1_listen()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c3146 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()
3457 if (!BIO_should_retry(io) in www_body()
3478 if (!BIO_should_retry(io)) in www_body()
3572 if (!BIO_should_retry(io)) { in rev_body()
3594 if (!BIO_should_retry(io)) { in rev_body()
3635 if (!BIO_should_retry(io)) in rev_body()
/third_party/openssl/apps/
H A Ds_server.c3141 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()
3452 if (!BIO_should_retry(io) in www_body()
3473 if (!BIO_should_retry(io)) in www_body()
3567 if (!BIO_should_retry(io)) { in rev_body()
3589 if (!BIO_should_retry(io)) { in rev_body()
3630 if (!BIO_should_retry(io)) in rev_body()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_pci.c168 || (n == 0 && BIO_should_retry(b))) { in process_pci_value()
/third_party/openssl/crypto/x509/
H A Dv3_pci.c168 || (n == 0 && BIO_should_retry(b))) { in process_pci_value()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_lib.c693 if (!BIO_should_retry(b)) in BIO_get_retry_BIO()
941 int do_retry = BIO_should_retry(bio); /* may be 1 only if !blocking */ in BIO_do_connect_retry()
/third_party/openssl/crypto/bio/
H A Dbio_lib.c693 if (!BIO_should_retry(b)) in BIO_get_retry_BIO()
941 int do_retry = BIO_should_retry(bio); /* may be 1 only if !blocking */ in BIO_do_connect_retry()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_ok.c282 if (!BIO_should_retry(b)) in ok_write()
H A Dbio_b64.c168 if (!BIO_should_retry(next)) { in b64_read()
H A Dbio_enc.c160 if (!BIO_should_retry(next)) { in enc_read()
/third_party/openssl/crypto/evp/
H A Dbio_ok.c282 if (!BIO_should_retry(b)) in ok_write()
H A Dbio_b64.c168 if (!BIO_should_retry(next)) { in b64_read()
H A Dbio_enc.c160 if (!BIO_should_retry(next)) { in enc_read()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_s3.c297 && !BIO_should_retry(s->rbio) in ssl3_read_n()
542 if (i < 0 && (!s->wbio || !BIO_should_retry(s->wbio))) { in ssl3_write_bytes()
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c312 && !BIO_should_retry(s->rbio) in ssl3_read_n()
553 if (i < 0 && (!s->wbio || !BIO_should_retry(s->wbio))) { in ssl3_write_bytes()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h201 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h240 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h240 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro

Completed in 35 milliseconds

1234