Symbol: OCSP_RESPONSE
crypto/libressl/apps/openssl/apps.h
193
OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
1198
make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
crypto/libressl/apps/openssl/ocsp.c
1396
send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)
crypto/libressl/apps/openssl/ocsp.c
1410
static OCSP_RESPONSE *
crypto/libressl/apps/openssl/ocsp.c
1419
OCSP_RESPONSE *rsp = NULL;
crypto/libressl/apps/openssl/ocsp.c
1499
OCSP_RESPONSE *
crypto/libressl/apps/openssl/ocsp.c
1505
OCSP_RESPONSE *resp = NULL;
crypto/libressl/apps/openssl/ocsp.c
738
OCSP_RESPONSE *resp = NULL;
crypto/libressl/apps/openssl/ocsp.c
90
static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
98
static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
crypto/libressl/apps/openssl/ocsp.c
99
static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
crypto/libressl/apps/openssl/s_client.c
1860
OCSP_RESPONSE *rsp;
crypto/libressl/apps/openssl/s_server.c
2342
OCSP_RESPONSE *resp = NULL;
crypto/libressl/crypto/ocsp/ocsp_asn.c
434
.offset = offsetof(OCSP_RESPONSE, responseStatus),
crypto/libressl/crypto/ocsp/ocsp_asn.c
441
.offset = offsetof(OCSP_RESPONSE, responseBytes),
crypto/libressl/crypto/ocsp/ocsp_asn.c
453
.size = sizeof(OCSP_RESPONSE),
crypto/libressl/crypto/ocsp/ocsp_asn.c
458
OCSP_RESPONSE *
crypto/libressl/crypto/ocsp/ocsp_asn.c
459
d2i_OCSP_RESPONSE(OCSP_RESPONSE **a, const unsigned char **in, long len)
crypto/libressl/crypto/ocsp/ocsp_asn.c
461
return (OCSP_RESPONSE *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/ocsp/ocsp_asn.c
466
i2d_OCSP_RESPONSE(OCSP_RESPONSE *a, unsigned char **out)
crypto/libressl/crypto/ocsp/ocsp_asn.c
471
OCSP_RESPONSE *
crypto/libressl/crypto/ocsp/ocsp_asn.c
472
d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a)
crypto/libressl/crypto/ocsp/ocsp_asn.c
478
i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a)
crypto/libressl/crypto/ocsp/ocsp_asn.c
483
OCSP_RESPONSE *
crypto/libressl/crypto/ocsp/ocsp_asn.c
486
return (OCSP_RESPONSE *)ASN1_item_new(&OCSP_RESPONSE_it);
crypto/libressl/crypto/ocsp/ocsp_asn.c
490
OCSP_RESPONSE_free(OCSP_RESPONSE *a)
crypto/libressl/crypto/ocsp/ocsp_cl.c
192
OCSP_response_status(OCSP_RESPONSE *resp)
crypto/libressl/crypto/ocsp/ocsp_cl.c
201
OCSP_response_get1_basic(OCSP_RESPONSE *resp)
crypto/libressl/crypto/ocsp/ocsp_ht.c
263
OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx)
crypto/libressl/crypto/ocsp/ocsp_ht.c
442
OCSP_RESPONSE *
crypto/libressl/crypto/ocsp/ocsp_ht.c
445
OCSP_RESPONSE *resp = NULL;
crypto/libressl/crypto/ocsp/ocsp_prn.c
197
OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
crypto/libressl/crypto/ocsp/ocsp_srv.c
118
OCSP_RESPONSE *
crypto/libressl/crypto/ocsp/ocsp_srv.c
121
OCSP_RESPONSE *rsp = NULL;
crypto/libressl/include/openssl/ocsp.h
173
(OCSP_RESPONSE *)PEM_ASN1_read_bio((char *(*)())d2i_OCSP_RESPONSE, \
crypto/libressl/include/openssl/ocsp.h
192
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
crypto/libressl/include/openssl/ocsp.h
195
int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
crypto/libressl/include/openssl/ocsp.h
220
int OCSP_response_status(OCSP_RESPONSE *resp);
crypto/libressl/include/openssl/ocsp.h
221
OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
crypto/libressl/include/openssl/ocsp.h
262
OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
crypto/libressl/include/openssl/ocsp.h
364
OCSP_RESPONSE *OCSP_RESPONSE_new(void);
crypto/libressl/include/openssl/ocsp.h
365
void OCSP_RESPONSE_free(OCSP_RESPONSE *a);
crypto/libressl/include/openssl/ocsp.h
366
OCSP_RESPONSE *d2i_OCSP_RESPONSE(OCSP_RESPONSE **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/ocsp.h
367
int i2d_OCSP_RESPONSE(OCSP_RESPONSE *a, unsigned char **out);
crypto/libressl/include/openssl/ocsp.h
368
OCSP_RESPONSE *d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a);
crypto/libressl/include/openssl/ocsp.h
369
int i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a);
crypto/libressl/include/openssl/ocsp.h
419
int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
crypto/libressl/tls/tls_ocsp.c
205
tls_ocsp_verify_response(struct tls *ctx, OCSP_RESPONSE *resp)
crypto/libressl/tls/tls_ocsp.c
291
OCSP_RESPONSE *resp;