/third_party/openssl/ohos_lite/include/openssl/ |
D | ocsp.h | 81 typedef struct ocsp_request_st OCSP_REQUEST; typedef 118 # define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST… 122 # define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \ 140 # define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o) 151 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 152 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, 165 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req); 177 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid); 179 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len); 181 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs); [all …]
|
D | ossl_typ.h | 71 # undef OCSP_REQUEST
|
/third_party/openssl/include/openssl/ |
D | ocsp.h.in | 94 typedef struct ocsp_request_st OCSP_REQUEST; typedef 140 # define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST… 144 # define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \ 162 # define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o) 174 const OCSP_REQUEST *req, int buf_size); 175 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 190 OCSP_REQ_CTX_i2d(r, ASN1_ITEM_rptr(OCSP_REQUEST), (ASN1_VALUE *)(req)) 208 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid); 210 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len); 212 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs); [all …]
|
D | types.h | 78 # undef OCSP_REQUEST
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ocsp.rs | 8 pub enum OCSP_REQUEST {} enum 23 pub fn OCSP_request_add0_id(r: *mut OCSP_REQUEST, id: *mut OCSP_CERTID) -> *mut OCSP_ONEREQ; in OCSP_request_add0_id() argument 66 pub fn OCSP_REQUEST_new() -> *mut OCSP_REQUEST; in OCSP_REQUEST_new() 67 pub fn OCSP_REQUEST_free(r: *mut OCSP_REQUEST); in OCSP_REQUEST_free() argument 72 … pub fn i2d_OCSP_REQUEST(a: #[const_ptr_if(ossl300)] OCSP_REQUEST, pp: *mut *mut c_uchar) -> c_int; 78 a: *mut *mut OCSP_REQUEST, in d2i_OCSP_REQUEST() argument 81 ) -> *mut OCSP_REQUEST; in d2i_OCSP_REQUEST() argument
|
/third_party/openssl/doc/man3/ |
D | OCSP_REQUEST_new.pod | 13 OCSP_REQUEST *OCSP_REQUEST_new(void); 14 void OCSP_REQUEST_free(OCSP_REQUEST *req); 16 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid); 18 int OCSP_request_sign(OCSP_REQUEST *req, 22 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert); 24 int OCSP_request_onereq_count(OCSP_REQUEST *req); 25 OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i); 29 OCSP_REQUEST_new() allocates and returns an empty B<OCSP_REQUEST> structure. 55 OCSP_REQUEST_new() returns an empty B<OCSP_REQUEST> structure or B<NULL> if 80 Create an B<OCSP_REQUEST> structure for certificate B<cert> with issuer [all …]
|
D | OCSP_sendreq_new.pod | 21 const OCSP_REQUEST *req, int buf_size); 22 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *io, const char *path, OCSP_REQUEST *req); 35 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, const OCSP_REQUEST *req); 76 ASN1_ITEM_rptr(OCSP_REQUEST),
|
D | OCSP_request_add1_nonce.pod | 11 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len); 13 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req); 14 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *resp);
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 23 int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x) in OCSP_REQUEST_get_ext_count() 28 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) in OCSP_REQUEST_get_ext_by_NID() 34 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj, in OCSP_REQUEST_get_ext_by_OBJ() 41 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos) in OCSP_REQUEST_get_ext_by_critical() 47 X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_get_ext() 52 X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_delete_ext() 57 void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx) in OCSP_REQUEST_get1_ext_d2i() 62 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit, in OCSP_REQUEST_add1_ext_i2d() 69 int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) in OCSP_REQUEST_add_ext() 282 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len) in OCSP_request_add1_nonce() [all …]
|
D | ocsp_asn.c | 48 ASN1_SEQUENCE(OCSP_REQUEST) = { 49 ASN1_EMBED(OCSP_REQUEST, tbsRequest, OCSP_REQINFO), 50 ASN1_EXP_OPT(OCSP_REQUEST, optionalSignature, OCSP_SIGNATURE, 0) 51 } ASN1_SEQUENCE_END(OCSP_REQUEST) 53 IMPLEMENT_ASN1_FUNCTIONS(OCSP_REQUEST)
|
D | ocsp_http.c | 16 const OCSP_REQUEST *req, int buf_size) in OCSP_sendreq_new() 41 ASN1_ITEM_rptr(OCSP_REQUEST), in OCSP_sendreq_new() 51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio()
|
D | ocsp_cl.c | 30 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) in OCSP_request_add0_id() 47 int OCSP_request_set1_name(OCSP_REQUEST *req, const X509_NAME *nm) in OCSP_request_set1_name() 64 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert) in OCSP_request_add1_cert() 80 int OCSP_request_sign(OCSP_REQUEST *req, in OCSP_request_sign()
|
D | ocsp_vfy.c | 25 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, 76 static int ocsp_verify(OCSP_REQUEST *req, OCSP_BASICRESP *bs, in ocsp_verify() 385 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, in OCSP_request_verify() 421 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, in ocsp_req_find_signer()
|
D | ocsp_srv.c | 23 int OCSP_request_onereq_count(OCSP_REQUEST *req) in OCSP_request_onereq_count() 28 OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i) in OCSP_request_onereq_get0() 55 int OCSP_request_is_signed(OCSP_REQUEST *req) in OCSP_request_is_signed()
|
D | ocsp_prn.c | 87 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *o, unsigned long flags) in OCSP_REQUEST_print()
|
/third_party/openssl/apps/ |
D | ocsp.c | 59 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, 62 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, 65 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, 69 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, 78 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, 223 OCSP_REQUEST *req = NULL; in ocsp_main() 901 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, in add_ocsp_cert() 927 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, in add_ocsp_serial() 964 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, in print_ocsp_summary() 1026 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, in make_ocsp_response() [all …]
|
D | s_server.c | 478 OCSP_REQUEST *req = NULL; in get_ocsp_resp_from_responder()
|
/third_party/openssl/crypto/asn1/ |
D | asn1_item_list.h | 98 ASN1_ITEM_ref(OCSP_REQUEST),
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | ocsp.rs | 300 type CType = ffi::OCSP_REQUEST;
|
/third_party/openssl/fuzz/ |
D | asn1.c | 128 ASN1_ITEM_ref(OCSP_REQUEST),
|
/third_party/openssl/apps/include/ |
D | apps.h | 184 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host,
|
/third_party/openssl/util/ |
D | indent.pro | 304 -T OCSP_REQUEST
|