Home
last modified time | relevance | path

Searched refs:OCSP_RESPONSE (Results 1 – 16 of 16) sorted by relevance

/openbsd/lib/libcrypto/ocsp/
H A Docsp.h173 (OCSP_RESPONSE *)PEM_ASN1_read_bio((char *(*)())d2i_OCSP_RESPONSE, \
195 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
220 int OCSP_response_status(OCSP_RESPONSE *resp);
221 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
262 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
364 OCSP_RESPONSE *OCSP_RESPONSE_new(void);
365 void OCSP_RESPONSE_free(OCSP_RESPONSE *a);
366 OCSP_RESPONSE *d2i_OCSP_RESPONSE(OCSP_RESPONSE **a, const unsigned char **in, long len);
367 int i2d_OCSP_RESPONSE(OCSP_RESPONSE *a, unsigned char **out);
368 OCSP_RESPONSE *d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a);
[all …]
H A Docsp_asn.c466 .offset = offsetof(OCSP_RESPONSE, responseStatus),
473 .offset = offsetof(OCSP_RESPONSE, responseBytes),
485 .size = sizeof(OCSP_RESPONSE),
491 OCSP_RESPONSE *
500 i2d_OCSP_RESPONSE(OCSP_RESPONSE *a, unsigned char **out) in i2d_OCSP_RESPONSE()
506 OCSP_RESPONSE *
507 d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a) in d2i_OCSP_RESPONSE_bio()
514 i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a) in i2d_OCSP_RESPONSE_bio()
520 OCSP_RESPONSE *
523 return (OCSP_RESPONSE *)ASN1_item_new(&OCSP_RESPONSE_it); in OCSP_RESPONSE_new()
[all …]
H A Docsp_ht.c267 OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx) in OCSP_sendreq_nbio()
447 OCSP_RESPONSE *
450 OCSP_RESPONSE *resp = NULL; in OCSP_sendreq_bio()
H A Docsp_srv.c123 OCSP_RESPONSE *
126 OCSP_RESPONSE *rsp = NULL; in OCSP_response_create()
H A Docsp_cl.c198 OCSP_response_status(OCSP_RESPONSE *resp) in OCSP_response_status()
208 OCSP_response_get1_basic(OCSP_RESPONSE *resp) in OCSP_response_get1_basic()
H A Docsp_prn.c205 OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags) in OCSP_RESPONSE_print()
/openbsd/usr.bin/openssl/
H A Docsp.c91 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req,
99 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
100 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
790 OCSP_RESPONSE *resp = NULL; in ocsp_main()
1248 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, in make_ocsp_response()
1446 send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp) in send_ocsp_response()
1460 static OCSP_RESPONSE *
1469 OCSP_RESPONSE *rsp = NULL; in query_responder()
1549 OCSP_RESPONSE *
1555 OCSP_RESPONSE *resp = NULL; in process_responder()
H A Dapps.h178 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
H A Ds_client.c1798 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
H A Ds_server.c2280 OCSP_RESPONSE *resp = NULL; in cert_status_cb()
/openbsd/regress/lib/libcrypto/ocsp/
H A Docsp_test.c71 OCSP_RESPONSE *rsp = NULL; in main()
/openbsd/lib/libcrypto/
H A Dossl_typ.h172 typedef struct ocsp_response_st OCSP_RESPONSE; typedef
/openbsd/sbin/iked/
H A Docsp.c69 void ocsp_parse_response(struct iked_ocsp *, OCSP_RESPONSE *);
480 OCSP_RESPONSE *resp = NULL; in ocsp_callback()
511 ocsp_parse_response(struct iked_ocsp *ocsp, OCSP_RESPONSE *resp) in ocsp_parse_response()
/openbsd/lib/libtls/
H A Dtls_ocsp.c211 tls_ocsp_verify_response(struct tls *ctx, OCSP_RESPONSE *resp) in tls_ocsp_verify_response()
301 OCSP_RESPONSE *resp; in tls_ocsp_process_response_internal()
/openbsd/usr.sbin/ocspcheck/
H A Docspcheck.c411 OCSP_RESPONSE *resp = NULL; in validate_response()
/openbsd/usr.sbin/nsd/
H A Dserver.c1969 OCSP_RESPONSE *response; in get_ocsp()