Searched refs:OCSP_RESPONSE (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/crypto/openssl/crypto/ocsp/ |
| D | ocsp_asn.c | 112 ASN1_SEQUENCE(OCSP_RESPONSE) = { 113 ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED), 114 ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0) 115 } ASN1_SEQUENCE_END(OCSP_RESPONSE) 117 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
|
| D | ocsp.h | 352 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPO… 357 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 368 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 397 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req); 400 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx); 429 int OCSP_response_status(OCSP_RESPONSE *resp); 430 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 463 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 541 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 556 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags);
|
| D | ocsp_ht.c | 259 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx) in OCSP_sendreq_nbio() 455 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio() 457 OCSP_RESPONSE *resp = NULL; in OCSP_sendreq_bio()
|
| D | ocsp_srv.c | 114 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs) in OCSP_response_create() 116 OCSP_RESPONSE *rsp = NULL; in OCSP_response_create()
|
| D | ocsp_cl.c | 194 int OCSP_response_status(OCSP_RESPONSE *resp) in OCSP_response_status() 204 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp) in OCSP_response_get1_basic()
|
| D | ocsp_prn.c | 185 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) in OCSP_RESPONSE_print()
|
| /freebsd-10-stable/crypto/openssl/apps/ |
| D | ocsp.c | 111 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, 120 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp); 121 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path, 144 OCSP_RESPONSE *resp = NULL; in MAIN() 985 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, in make_ocsp_response() 1188 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp) in send_ocsp_response() 1201 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path, in query_responder() 1209 OCSP_RESPONSE *rsp = NULL; in query_responder() 1288 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req, in process_responder() 1295 OCSP_RESPONSE *resp = NULL; in process_responder()
|
| D | apps.h | 264 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
|
| D | s_client.c | 2097 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
|
| D | s_server.c | 877 OCSP_RESPONSE *resp = NULL; in cert_status_cb()
|
| /freebsd-10-stable/crypto/openssl/crypto/ |
| D | ossl_typ.h | 112 # undef OCSP_RESPONSE 203 typedef struct ocsp_response_st OCSP_RESPONSE; typedef
|
| /freebsd-10-stable/crypto/openssl/ssl/ |
| D | kssl.h | 82 # undef OCSP_RESPONSE
|
| /freebsd-10-stable/crypto/openssl/doc/ssl/ |
| D | SSL_CTX_set_tlsext_status_cb.pod | 40 Typically a callback would obtain an OCSP_RESPONSE object from this data via a
|
| /freebsd-10-stable/crypto/openssl/util/ |
| D | indent.pro | 373 -T OCSP_RESPONSE
|