Symbol: OCSP_RESPONSE
crypto/openssl/apps/include/apps.h
191
OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
crypto/openssl/apps/ocsp.c
1074
static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
crypto/openssl/apps/ocsp.c
1270
static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp)
crypto/openssl/apps/ocsp.c
1276
ASN1_ITEM_rptr(OCSP_RESPONSE),
crypto/openssl/apps/ocsp.c
1286
OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
crypto/openssl/apps/ocsp.c
1293
OCSP_RESPONSE *resp = NULL;
crypto/openssl/apps/ocsp.c
1303
resp = (OCSP_RESPONSE *)
crypto/openssl/apps/ocsp.c
1308
req_timeout, ASN1_ITEM_rptr(OCSP_RESPONSE));
crypto/openssl/apps/ocsp.c
264
OCSP_RESPONSE *resp = NULL;
crypto/openssl/apps/ocsp.c
63
static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req,
crypto/openssl/apps/ocsp.c
74
static int send_ocsp_response(BIO *cbio, const OCSP_RESPONSE *resp);
crypto/openssl/apps/s_client.c
3714
OCSP_RESPONSE *rsp;
crypto/openssl/apps/s_server.c
479
OCSP_RESPONSE **resp)
crypto/openssl/apps/s_server.c
603
OCSP_RESPONSE *resp = NULL;
crypto/openssl/crypto/asn1/asn1_item_list.h
103
ASN1_ITEM_ref(OCSP_RESPONSE),
crypto/openssl/crypto/ocsp/ocsp_asn.c
64
ASN1_SEQUENCE(OCSP_RESPONSE) = {
crypto/openssl/crypto/ocsp/ocsp_asn.c
65
ASN1_SIMPLE(OCSP_RESPONSE, responseStatus, ASN1_ENUMERATED),
crypto/openssl/crypto/ocsp/ocsp_asn.c
66
ASN1_EXP_OPT(OCSP_RESPONSE, responseBytes, OCSP_RESPBYTES, 0)
crypto/openssl/crypto/ocsp/ocsp_asn.c
67
} ASN1_SEQUENCE_END(OCSP_RESPONSE)
crypto/openssl/crypto/ocsp/ocsp_asn.c
69
IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
crypto/openssl/crypto/ocsp/ocsp_cl.c
116
int OCSP_response_status(OCSP_RESPONSE *resp)
crypto/openssl/crypto/ocsp/ocsp_cl.c
125
OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp)
crypto/openssl/crypto/ocsp/ocsp_http.c
51
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req)
crypto/openssl/crypto/ocsp/ocsp_http.c
53
OCSP_RESPONSE *resp = NULL;
crypto/openssl/crypto/ocsp/ocsp_http.c
62
resp = (OCSP_RESPONSE *)ASN1_item_d2i_bio(ASN1_ITEM_rptr(OCSP_RESPONSE),
crypto/openssl/crypto/ocsp/ocsp_prn.c
134
int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags)
crypto/openssl/crypto/ocsp/ocsp_srv.c
63
OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs)
crypto/openssl/crypto/ocsp/ocsp_srv.c
65
OCSP_RESPONSE *rsp = NULL;
crypto/openssl/fuzz/asn1.c
133
ASN1_ITEM_ref(OCSP_RESPONSE),
crypto/openssl/fuzz/x509.c
47
OCSP_RESPONSE *resp = NULL;
crypto/openssl/include/openssl/ocsp.h
245
#define d2i_OCSP_RESPONSE_bio(bp, p) ASN1_d2i_bio_of(OCSP_RESPONSE, OCSP_RESPONSE_new, d2i_OCSP_RESPONSE, bp, p)
crypto/openssl/include/openssl/ocsp.h
251
#define PEM_read_bio_OCSP_RESPONSE(bp, x, cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio( \
crypto/openssl/include/openssl/ocsp.h
263
#define i2d_OCSP_RESPONSE_bio(bp, o) ASN1_i2d_bio_of(OCSP_RESPONSE, i2d_OCSP_RESPONSE, bp, o)
crypto/openssl/include/openssl/ocsp.h
278
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
crypto/openssl/include/openssl/ocsp.h
296
ASN1_ITEM_rptr(OCSP_RESPONSE))
crypto/openssl/include/openssl/ocsp.h
325
int OCSP_response_status(OCSP_RESPONSE *resp);
crypto/openssl/include/openssl/ocsp.h
326
OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
crypto/openssl/include/openssl/ocsp.h
374
OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
crypto/openssl/include/openssl/ocsp.h
463
DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
crypto/openssl/include/openssl/ocsp.h
478
int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags);
crypto/openssl/ssl/ssl_lib.c
6400
OCSP_RESPONSE *rsp = NULL;