Home
last modified time | relevance | path

Searched refs:OCSP_sendreq_new (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DOCSP_sendreq_new.pod5 OCSP_sendreq_new,
19 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
40 The function OCSP_sendreq_new() returns an B<OCSP_CTX> structure using the
58 parameter in the initial to OCSP_sendreq_new() call MUST be set to B<NULL> if
79 OCSP_sendreq_new() returns a valid B<OCSP_REQ_CTX> structure or B<NULL> if
101 The arguments to OCSP_sendreq_new() correspond to the components of the URL.
DOCSP_cert_to_id.pod78 L<OCSP_sendreq_new(3)>
DOCSP_REQUEST_new.pod107 L<OCSP_sendreq_new(3)>
DOCSP_request_add1_nonce.pod73 L<OCSP_sendreq_new(3)>
DOCSP_response_status.pod97 L<OCSP_sendreq_new(3)>
DOCSP_resp_find_status.pod188 L<OCSP_sendreq_new(3)>
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
Docsp_ht.c179 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, in OCSP_sendreq_new() function
487 ctx = OCSP_sendreq_new(b, path, req, -1); in OCSP_sendreq_bio()
/freebsd-12-stable/crypto/openssl/include/openssl/
Docsp.h152 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile207 MAN+= OCSP_sendreq_new.3
1956 MLINKS+= OCSP_sendreq_new.3 OCSP_REQ_CTX_add1_header.3
1957 MLINKS+= OCSP_sendreq_new.3 OCSP_REQ_CTX_free.3
1958 MLINKS+= OCSP_sendreq_new.3 OCSP_REQ_CTX_i2d.3
1959 MLINKS+= OCSP_sendreq_new.3 OCSP_REQ_CTX_set1_req.3
1960 MLINKS+= OCSP_sendreq_new.3 OCSP_sendreq_bio.3
1961 MLINKS+= OCSP_sendreq_new.3 OCSP_sendreq_nbio.3
1962 MLINKS+= OCSP_sendreq_new.3 OCSP_set_max_response_length.3
/freebsd-12-stable/crypto/openssl/apps/
Docsp.c1534 ctx = OCSP_sendreq_new(cbio, path, NULL, -1); in query_responder()
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map2086 OCSP_sendreq_new;