Searched refs:req_timeout (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c121 OCSP_REQUEST *req, int req_timeout);
259 int req_timeout = -1; local
290 req_timeout = atoi(opt_arg());
596 if (acbio != NULL && req_timeout > 0)
622 if (!do_responder(&req, &cbio, acbio, req_timeout))
690 port, use_ssl, headers, req_timeout);
1496 OCSP_REQUEST *req, int req_timeout)
1507 if (req_timeout != -1)
1512 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio))) {
1522 if (req_timeout !
1493 query_responder(BIO *cbio, const char *host, const char *path, const STACK_OF(CONF_VALUE) *headers, OCSP_REQUEST *req, int req_timeout) argument
1586 process_responder(OCSP_REQUEST *req, const char *host, const char *path, const char *port, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
[all...]
H A Dapps.h496 int req_timeout);

Completed in 107 milliseconds