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

12

/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp_ht.c274 if (BIO_should_retry(rctx->io))
296 if (BIO_should_retry(rctx->io))
321 if (BIO_should_retry(rctx->io))
354 if (BIO_should_retry(rctx->mem))
496 } while ((rv == -1) && BIO_should_retry(b));
/external/openssl/crypto/ocsp/
H A Docsp_ht.c274 if (BIO_should_retry(rctx->io))
296 if (BIO_should_retry(rctx->io))
321 if (BIO_should_retry(rctx->io))
354 if (BIO_should_retry(rctx->mem))
496 } while ((rv == -1) && BIO_should_retry(b));
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssltest.c1261 if (!BIO_should_retry(c_ssl_bio))
1266 /* BIO_should_retry(...) can just be ignored here.
1291 if (!BIO_should_retry(c_ssl_bio))
1296 /* Again, "BIO_should_retry" can be ignored. */
1347 if (!BIO_should_retry(s_ssl_bio))
1352 /* Ignore "BIO_should_retry". */
1374 if (!BIO_should_retry(s_ssl_bio))
1655 if (BIO_should_retry(c_bio))
1691 if (BIO_should_retry(c_bio))
1739 if (BIO_should_retry(s_bi
[all...]
H A Dd1_clnt.c676 if (!BIO_should_retry(s->wbio))
/external/openssl/ssl/
H A Dssltest.c1261 if (!BIO_should_retry(c_ssl_bio))
1266 /* BIO_should_retry(...) can just be ignored here.
1291 if (!BIO_should_retry(c_ssl_bio))
1296 /* Again, "BIO_should_retry" can be ignored. */
1347 if (!BIO_should_retry(s_ssl_bio))
1352 /* Ignore "BIO_should_retry". */
1374 if (!BIO_should_retry(s_ssl_bio))
1655 if (BIO_should_retry(c_bio))
1691 if (BIO_should_retry(c_bio))
1739 if (BIO_should_retry(s_bi
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
H A Dmttest.c521 if (BIO_should_retry(c_bio))
553 if (BIO_should_retry(c_bio))
593 if (BIO_should_retry(s_bio))
630 if (BIO_should_retry(s_bio))
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_pci.c172 || (n == 0 && BIO_should_retry(b)))
/external/openssl/crypto/threads/
H A Dmttest.c521 if (BIO_should_retry(c_bio))
553 if (BIO_should_retry(c_bio))
593 if (BIO_should_retry(s_bio))
630 if (BIO_should_retry(s_bio))
/external/openssl/crypto/x509v3/
H A Dv3_pci.c172 || (n == 0 && BIO_should_retry(b)))
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Dbio_enc.c184 if (!BIO_should_retry(b->next_bio))
H A Dbio_b64.c202 if (!BIO_should_retry(b->next_bio))
H A Dbio_ok.c322 if(!BIO_should_retry(b))
/external/openssl/crypto/evp/
H A Dbio_enc.c184 if (!BIO_should_retry(b->next_bio))
H A Dbio_b64.c202 if (!BIO_should_retry(b->next_bio))
H A Dbio_ok.c322 if(!BIO_should_retry(b))
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbio_lib.c463 if (!BIO_should_retry(b)) break;
H A Dbio.h256 #define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro
/external/openssl/crypto/bio/
H A Dbio_lib.c463 if (!BIO_should_retry(b)) break;
H A Dbio.h256 #define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro
/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_server.c2678 if (!BIO_should_retry(io))
2907 if (!BIO_should_retry(io))
2931 if (!BIO_should_retry(io))
H A Docsp.c1293 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio)))
/external/openssl/apps/
H A Ds_server.c2678 if (!BIO_should_retry(io))
2907 if (!BIO_should_retry(io))
2931 if (!BIO_should_retry(io))
H A Docsp.c1293 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio)))
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbio.h256 #define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro
/external/openssl/include/openssl/
H A Dbio.h256 #define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro

Completed in 650 milliseconds

12