Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Docsp.h120 # 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);
Dossl_typ.h72 # undef OCSP_RESPONSE
167 typedef struct ocsp_response_st OCSP_RESPONSE; typedef
/third_party/openssl/crypto/ocsp/
Docsp_asn.c64 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)
Docsp_ht.c472 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()
Docsp_srv.c64 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs) in OCSP_response_create()
66 OCSP_RESPONSE *rsp = NULL; in OCSP_response_create()
Docsp_cl.c139 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()
Docsp_prn.c132 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags) in OCSP_RESPONSE_print()
/third_party/openssl/doc/man3/
DOCSP_response_status.pod14 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>
DOCSP_sendreq_new.pod22 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
DSSL_CTX_set_tlsext_status_cb.pod69 Typically a callback would obtain an OCSP_RESPONSE object from this data via a
/third_party/openssl/apps/
Docsp.c94 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()
Dapps.h492 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req,
Ds_server.c520 OCSP_RESPONSE **resp) in get_ocsp_resp_from_responder()
625 OCSP_RESPONSE *resp = NULL; in cert_status_cb()
Ds_client.c3407 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
/third_party/openssl/crypto/asn1/
Dasn1_item_list.h100 ASN1_ITEM_ref(OCSP_RESPONSE),
/third_party/openssl/fuzz/
Dasn1.c129 ASN1_ITEM_ref(OCSP_RESPONSE),
/third_party/openssl/util/
Dindent.pro307 -T OCSP_RESPONSE
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c1067 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/
Dhttp_curl.c1067 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/
Dopenssl.c43 #undef OCSP_RESPONSE
1850 OCSP_RESPONSE *rsp = NULL; in verifystatus()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c4625 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/
Dtls_openssl.c4838 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/
Dssl_lib.c4794 OCSP_RESPONSE *rsp = NULL; in ct_extract_ocsp_response_scts()