Symbol: OCSP_RESPONSE
lib/libcrypto/ocsp/ocsp.h
173
(OCSP_RESPONSE *)PEM_ASN1_read_bio((char *(*)())d2i_OCSP_RESPONSE, \
lib/libcrypto/ocsp/ocsp.h
192
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
lib/libcrypto/ocsp/ocsp.h
195
int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
lib/libcrypto/ocsp/ocsp.h
220
int OCSP_response_status(OCSP_RESPONSE *resp);
lib/libcrypto/ocsp/ocsp.h
221
OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
lib/libcrypto/ocsp/ocsp.h
262
OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
lib/libcrypto/ocsp/ocsp.h
364
OCSP_RESPONSE *OCSP_RESPONSE_new(void);
lib/libcrypto/ocsp/ocsp.h
365
void OCSP_RESPONSE_free(OCSP_RESPONSE *a);
lib/libcrypto/ocsp/ocsp.h
366
OCSP_RESPONSE *d2i_OCSP_RESPONSE(OCSP_RESPONSE **a, const unsigned char **in, long len);
lib/libcrypto/ocsp/ocsp.h
367
int i2d_OCSP_RESPONSE(OCSP_RESPONSE *a, unsigned char **out);
lib/libcrypto/ocsp/ocsp.h
368
OCSP_RESPONSE *d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a);
lib/libcrypto/ocsp/ocsp.h
369
int i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a);
lib/libcrypto/ocsp/ocsp.h
419
int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
lib/libcrypto/ocsp/ocsp_asn.c
466
.offset = offsetof(OCSP_RESPONSE, responseStatus),
lib/libcrypto/ocsp/ocsp_asn.c
473
.offset = offsetof(OCSP_RESPONSE, responseBytes),
lib/libcrypto/ocsp/ocsp_asn.c
485
.size = sizeof(OCSP_RESPONSE),
lib/libcrypto/ocsp/ocsp_asn.c
491
OCSP_RESPONSE *
lib/libcrypto/ocsp/ocsp_asn.c
492
d2i_OCSP_RESPONSE(OCSP_RESPONSE **a, const unsigned char **in, long len)
lib/libcrypto/ocsp/ocsp_asn.c
494
return (OCSP_RESPONSE *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
lib/libcrypto/ocsp/ocsp_asn.c
500
i2d_OCSP_RESPONSE(OCSP_RESPONSE *a, unsigned char **out)
lib/libcrypto/ocsp/ocsp_asn.c
506
OCSP_RESPONSE *
lib/libcrypto/ocsp/ocsp_asn.c
507
d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a)
lib/libcrypto/ocsp/ocsp_asn.c
514
i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a)
lib/libcrypto/ocsp/ocsp_asn.c
520
OCSP_RESPONSE *
lib/libcrypto/ocsp/ocsp_asn.c
523
return (OCSP_RESPONSE *)ASN1_item_new(&OCSP_RESPONSE_it);
lib/libcrypto/ocsp/ocsp_asn.c
528
OCSP_RESPONSE_free(OCSP_RESPONSE *a)
lib/libcrypto/ocsp/ocsp_cl.c
198
OCSP_response_status(OCSP_RESPONSE *resp)
lib/libcrypto/ocsp/ocsp_cl.c
208
OCSP_response_get1_basic(OCSP_RESPONSE *resp)
lib/libcrypto/ocsp/ocsp_ht.c
269
OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx)
lib/libcrypto/ocsp/ocsp_ht.c
449
OCSP_RESPONSE *
lib/libcrypto/ocsp/ocsp_ht.c
452
OCSP_RESPONSE *resp = NULL;
lib/libcrypto/ocsp/ocsp_prn.c
204
OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
lib/libcrypto/ocsp/ocsp_srv.c
123
OCSP_RESPONSE *
lib/libcrypto/ocsp/ocsp_srv.c
126
OCSP_RESPONSE *rsp = NULL;
lib/libtls/tls_ocsp.c
212
tls_ocsp_verify_response(struct tls *ctx, OCSP_RESPONSE *resp)
lib/libtls/tls_ocsp.c
302
OCSP_RESPONSE *resp;
regress/lib/libcrypto/ocsp/ocsp_test.c
71
OCSP_RESPONSE *rsp = NULL;
sbin/iked/ocsp.c
480
OCSP_RESPONSE *resp = NULL;
sbin/iked/ocsp.c
511
ocsp_parse_response(struct iked_ocsp *ocsp, OCSP_RESPONSE *resp)
sbin/iked/ocsp.c
69
void ocsp_parse_response(struct iked_ocsp *, OCSP_RESPONSE *);
usr.bin/openssl/apps.h
184
OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
usr.bin/openssl/ocsp.c
100
static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
usr.bin/openssl/ocsp.c
1248
make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
usr.bin/openssl/ocsp.c
1446
send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)
usr.bin/openssl/ocsp.c
1460
static OCSP_RESPONSE *
usr.bin/openssl/ocsp.c
1469
OCSP_RESPONSE *rsp = NULL;
usr.bin/openssl/ocsp.c
1549
OCSP_RESPONSE *
usr.bin/openssl/ocsp.c
1555
OCSP_RESPONSE *resp = NULL;
usr.bin/openssl/ocsp.c
790
OCSP_RESPONSE *resp = NULL;
usr.bin/openssl/ocsp.c
91
static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req,
usr.bin/openssl/ocsp.c
99
static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
usr.bin/openssl/s_client.c
1848
OCSP_RESPONSE *rsp;
usr.bin/openssl/s_server.c
2277
OCSP_RESPONSE *resp = NULL;
usr.sbin/nsd/server.c
2039
OCSP_RESPONSE *response;
usr.sbin/ocspcheck/ocspcheck.c
411
OCSP_RESPONSE *resp = NULL;