Searched refs:OCSP_REQ_CTX (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/ocsp/ |
D | ocsp_ht.c | 64 OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline) in OCSP_REQ_CTX_new() 66 OCSP_REQ_CTX *rctx = OPENSSL_zalloc(sizeof(*rctx)); in OCSP_REQ_CTX_new() 86 void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx) in OCSP_REQ_CTX_free() 95 BIO *OCSP_REQ_CTX_get0_mem_bio(OCSP_REQ_CTX *rctx) in OCSP_REQ_CTX_get0_mem_bio() 100 void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len) in OCSP_set_max_response_length() 108 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it, ASN1_VALUE *val) in OCSP_REQ_CTX_i2d() 122 int OCSP_REQ_CTX_nbio_d2i(OCSP_REQ_CTX *rctx, in OCSP_REQ_CTX_nbio_d2i() 141 int OCSP_REQ_CTX_http(OCSP_REQ_CTX *rctx, const char *op, const char *path) in OCSP_REQ_CTX_http() 154 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req) in OCSP_REQ_CTX_set1_req() 160 int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx, in OCSP_REQ_CTX_add1_header() [all …]
|
/third_party/openssl/include/openssl/ |
D | ocsp.h | 152 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, 154 int OCSP_REQ_CTX_nbio(OCSP_REQ_CTX *rctx); 155 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx); 156 OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline); 157 void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx); 158 void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len); 159 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it, 161 int OCSP_REQ_CTX_nbio_d2i(OCSP_REQ_CTX *rctx, ASN1_VALUE **pval, 163 BIO *OCSP_REQ_CTX_get0_mem_bio(OCSP_REQ_CTX *rctx); 164 int OCSP_REQ_CTX_http(OCSP_REQ_CTX *rctx, const char *op, const char *path); [all …]
|
D | ossl_typ.h | 166 typedef struct ocsp_req_ctx_st OCSP_REQ_CTX; typedef
|
D | x509.h | 370 int X509_http_nbio(OCSP_REQ_CTX *rctx, X509 **pcert); 377 int X509_CRL_http_nbio(OCSP_REQ_CTX *rctx, X509_CRL **pcrl);
|
/third_party/openssl/doc/man3/ |
D | OCSP_sendreq_new.pod | 19 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, 22 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx); 24 void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx); 26 void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len); 28 int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx, 31 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req); 35 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const char *content_type, 79 OCSP_sendreq_new() returns a valid B<OCSP_REQ_CTX> structure or B<NULL> if
|
/third_party/openssl/crypto/x509/ |
D | x_all.c | 59 int X509_http_nbio(OCSP_REQ_CTX *rctx, X509 **pcert) in X509_http_nbio() 95 int X509_CRL_http_nbio(OCSP_REQ_CTX *rctx, X509_CRL **pcrl) in X509_CRL_http_nbio()
|
/third_party/openssl/util/ |
D | indent.pro | 303 -T OCSP_REQ_CTX
|
/third_party/openssl/apps/ |
D | ocsp.c | 1502 OCSP_REQ_CTX *ctx = NULL; in query_responder()
|
D | apps.c | 600 OCSP_REQ_CTX *rctx = NULL; in load_cert_crl_http()
|