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

/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c103 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, int timeout);
227 BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL; local
551 acbio = init_responder(port);
552 if (acbio == NULL)
594 if (multi && acbio != NULL)
596 if (acbio != NULL && req_timeout > 0)
600 if (acbio != NULL)
605 if (acbio != NULL) {
622 if (!do_responder(&req, &cbio, acbio, req_timeout))
817 BIO_free_all(acbio);
1359 do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, int timeout) argument
[all...]

Completed in 87 milliseconds