Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Docsp.h173 (OCSP_RESPONSE *)PEM_ASN1_read_bio((char *(*)())d2i_OCSP_RESPONSE, \
195 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
220 int OCSP_response_status(OCSP_RESPONSE *resp);
221 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
262 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
364 OCSP_RESPONSE *OCSP_RESPONSE_new(void);
365 void OCSP_RESPONSE_free(OCSP_RESPONSE *a);
366 OCSP_RESPONSE *d2i_OCSP_RESPONSE(OCSP_RESPONSE **a, const unsigned char **in, long len);
367 int i2d_OCSP_RESPONSE(OCSP_RESPONSE *a, unsigned char **out);
368 OCSP_RESPONSE *d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a);
[all …]
H A Dossl_typ.h97 #undef OCSP_RESPONSE
203 typedef struct ocsp_response_st OCSP_RESPONSE; typedef
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_asn.c434 .offset = offsetof(OCSP_RESPONSE, responseStatus),
441 .offset = offsetof(OCSP_RESPONSE, responseBytes),
453 .size = sizeof(OCSP_RESPONSE),
458 OCSP_RESPONSE *
466 i2d_OCSP_RESPONSE(OCSP_RESPONSE *a, unsigned char **out) in i2d_OCSP_RESPONSE()
471 OCSP_RESPONSE *
472 d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a) in d2i_OCSP_RESPONSE_bio()
478 i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a) in i2d_OCSP_RESPONSE_bio()
483 OCSP_RESPONSE *
486 return (OCSP_RESPONSE *)ASN1_item_new(&OCSP_RESPONSE_it); in OCSP_RESPONSE_new()
[all …]
H A Docsp_ht.c263 OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx) in OCSP_sendreq_nbio()
442 OCSP_RESPONSE *
445 OCSP_RESPONSE *resp = NULL; in OCSP_sendreq_bio()
H A Docsp_srv.c118 OCSP_RESPONSE *
121 OCSP_RESPONSE *rsp = NULL; in OCSP_response_create()
H A Docsp_cl.c192 OCSP_response_status(OCSP_RESPONSE *resp) in OCSP_response_status()
201 OCSP_response_get1_basic(OCSP_RESPONSE *resp) in OCSP_response_get1_basic()
H A Docsp_prn.c197 OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags) in OCSP_RESPONSE_print()
/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c90 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req,
98 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
99 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
738 OCSP_RESPONSE *resp = NULL; in ocsp_main()
1198 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, in make_ocsp_response()
1396 send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp) in send_ocsp_response()
1410 static OCSP_RESPONSE *
1419 OCSP_RESPONSE *rsp = NULL; in query_responder()
1499 OCSP_RESPONSE *
1505 OCSP_RESPONSE *resp = NULL; in process_responder()
H A Dapps.h193 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
H A Ds_client.c1860 OCSP_RESPONSE *rsp; in ocsp_resp_cb()
H A Ds_server.c2342 OCSP_RESPONSE *resp = NULL; in cert_status_cb()
/dragonfly/crypto/libressl/tls/
H A Dtls_ocsp.c205 tls_ocsp_verify_response(struct tls *ctx, OCSP_RESPONSE *resp) in tls_ocsp_verify_response()
291 OCSP_RESPONSE *resp; in tls_ocsp_process_response_internal()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A 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()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A 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()