/third_party/openssl/include/openssl/ |
D | ocsp.h | 120 # define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESP… 126 # define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\ 138 # define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) 151 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 155 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx); 193 int OCSP_response_status(OCSP_RESPONSE *resp); 194 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 242 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 327 DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) 342 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags);
|
D | ossl_typ.h | 72 # undef OCSP_RESPONSE 167 typedef struct ocsp_response_st OCSP_RESPONSE; typedef
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_asn.c | 64 ASN1_SEQUENCE(OCSP_RESPONSE) = { 65 ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED), 66 ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0) 67 } ASN1_SEQUENCE_END(OCSP_RESPONSE) 69 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
|
D | ocsp_ht.c | 472 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx) in OCSP_sendreq_nbio() 476 ASN1_ITEM_rptr(OCSP_RESPONSE)); in OCSP_sendreq_nbio() 481 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio() 483 OCSP_RESPONSE *resp = NULL; in OCSP_sendreq_bio()
|
D | ocsp_srv.c | 64 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs) in OCSP_response_create() 66 OCSP_RESPONSE *rsp = NULL; in OCSP_response_create()
|
D | ocsp_cl.c | 139 int OCSP_response_status(OCSP_RESPONSE *resp) in OCSP_response_status() 149 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp) in OCSP_response_get1_basic()
|
D | ocsp_prn.c | 132 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) in OCSP_RESPONSE_print()
|
/third_party/openssl/doc/man3/ |
D | OCSP_response_status.pod | 14 int OCSP_response_status(OCSP_RESPONSE *resp); 15 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); 16 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 17 void OCSP_RESPONSE_free(OCSP_RESPONSE *resp); 40 OCSP_response_create() creates and returns an B<OCSP_RESPONSE> structure for 73 OCSP_response_create() returns an B<OCSP_RESPONSE> structure pointer or B<NULL>
|
D | OCSP_sendreq_new.pod | 22 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx); 33 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *io, const char *path, OCSP_REQUEST *req); 88 OCSP_sendreq_bio() returns the B<OCSP_RESPONSE> structure sent by the
|
D | SSL_CTX_set_tlsext_status_cb.pod | 69 Typically a callback would obtain an OCSP_RESPONSE object from this data via a
|
/third_party/openssl/apps/ |
D | ocsp.c | 94 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, 104 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp); 118 static OCSP_RESPONSE *query_responder(BIO *cbio, const char *host, 235 OCSP_RESPONSE *resp = NULL; in ocsp_main() 1133 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, in make_ocsp_response() 1479 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp) in send_ocsp_response() 1493 static OCSP_RESPONSE *query_responder(BIO *cbio, const char *host, in query_responder() 1503 OCSP_RESPONSE *rsp = NULL; in query_responder() 1586 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, in process_responder() 1594 OCSP_RESPONSE *resp = NULL; in process_responder()
|
D | apps.h | 492 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
|
D | s_server.c | 520 OCSP_RESPONSE **resp) in get_ocsp_resp_from_responder() 625 OCSP_RESPONSE *resp = NULL; in cert_status_cb()
|
D | s_client.c | 3407 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
|
/third_party/openssl/crypto/asn1/ |
D | asn1_item_list.h | 100 ASN1_ITEM_ref(OCSP_RESPONSE),
|
/third_party/openssl/fuzz/ |
D | asn1.c | 129 ASN1_ITEM_ref(OCSP_RESPONSE),
|
/third_party/openssl/util/ |
D | indent.pro | 307 -T OCSP_RESPONSE
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | http_curl.c | 1067 static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp) in ocsp_debug_print_resp() 1115 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | http_curl.c | 1067 static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp) in ocsp_debug_print_resp() 1115 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 43 #undef OCSP_RESPONSE 1850 OCSP_RESPONSE *rsp = NULL; in verifystatus()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 4625 static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp) in ocsp_debug_print_resp() 4699 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 4838 static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp) in ocsp_debug_print_resp() 4877 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 4794 OCSP_RESPONSE *rsp = NULL; in ct_extract_ocsp_response_scts()
|