Searched refs:OCSP_sendreq_new (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
D | OCSP_sendreq_new.pod | 5 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.
|
D | OCSP_cert_to_id.pod | 78 L<OCSP_sendreq_new(3)>
|
D | OCSP_request_add1_nonce.pod | 73 L<OCSP_sendreq_new(3)>
|
D | OCSP_REQUEST_new.pod | 107 L<OCSP_sendreq_new(3)>
|
D | OCSP_response_status.pod | 97 L<OCSP_sendreq_new(3)>
|
D | OCSP_resp_find_status.pod | 188 L<OCSP_sendreq_new(3)>
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_ht.c | 179 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()
|
/third_party/openssl/include/openssl/ |
D | ocsp.h | 152 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
|
/third_party/openssl/apps/ |
D | ocsp.c | 1534 ctx = OCSP_sendreq_new(cbio, path, NULL, -1); in query_responder()
|
/third_party/openssl/util/ |
D | libcrypto.num | 2457 OCSP_sendreq_new 2427 1_1_0 EXIST::FUNCTION:OCSP
|