Searched refs:OCSP_RESPONSE (Results 1 – 16 of 16) sorted by relevance
/openbsd/lib/libcrypto/ocsp/ |
H A D | ocsp.h | 173 (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 D | ocsp_asn.c | 466 .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 D | ocsp_ht.c | 267 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 D | ocsp_srv.c | 123 OCSP_RESPONSE * 126 OCSP_RESPONSE *rsp = NULL; in OCSP_response_create()
|
H A D | ocsp_cl.c | 198 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 D | ocsp_prn.c | 205 OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags) in OCSP_RESPONSE_print()
|
/openbsd/usr.bin/openssl/ |
H A D | ocsp.c | 91 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 D | apps.h | 178 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
|
H A D | s_client.c | 1798 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
|
H A D | s_server.c | 2280 OCSP_RESPONSE *resp = NULL; in cert_status_cb()
|
/openbsd/regress/lib/libcrypto/ocsp/ |
H A D | ocsp_test.c | 71 OCSP_RESPONSE *rsp = NULL; in main()
|
/openbsd/lib/libcrypto/ |
H A D | ossl_typ.h | 172 typedef struct ocsp_response_st OCSP_RESPONSE; typedef
|
/openbsd/sbin/iked/ |
H A D | ocsp.c | 69 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 D | tls_ocsp.c | 211 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 D | ocspcheck.c | 411 OCSP_RESPONSE *resp = NULL; in validate_response()
|
/openbsd/usr.sbin/nsd/ |
H A D | server.c | 1969 OCSP_RESPONSE *response; in get_ocsp()
|