Home
last modified time | relevance | path

Searched refs:OCSP_REQ_CTX (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libcrypto/ocsp/
H A Docsp_ht.c109 OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx) in OCSP_REQ_CTX_free()
121 OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req) in OCSP_REQ_CTX_set1_req()
135 OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx, const char *name, in OCSP_REQ_CTX_add1_header()
154 OCSP_REQ_CTX *
157 OCSP_REQ_CTX *rctx; in OCSP_sendreq_new()
159 rctx = malloc(sizeof(OCSP_REQ_CTX)); in OCSP_sendreq_new()
267 OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx) in OCSP_sendreq_nbio()
451 OCSP_REQ_CTX *ctx; in OCSP_sendreq_bio()
H A Docsp.h193 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
195 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
196 void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx);
197 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
198 int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx, const char *name,
/openbsd/lib/libcrypto/
H A Dossl_typ.h171 typedef struct ocsp_req_ctx_st OCSP_REQ_CTX; typedef
/openbsd/sbin/iked/
H A Docsp.c50 OCSP_REQ_CTX *ocsp_req_ctx; /* async ocsp-request */
/openbsd/usr.bin/openssl/
H A Docsp.c1416 OCSP_REQ_CTX *ctx = NULL; in query_responder()