Symbol: OCSP_ONEREQ
crypto/openssl/apps/ocsp.c
1107
OCSP_ONEREQ *one;
crypto/openssl/crypto/asn1/asn1_item_list.h
97
ASN1_ITEM_ref(OCSP_ONEREQ),
crypto/openssl/crypto/ocsp/ocsp_asn.c
32
ASN1_SEQUENCE(OCSP_ONEREQ) = {
crypto/openssl/crypto/ocsp/ocsp_asn.c
33
ASN1_SIMPLE(OCSP_ONEREQ, reqCert, OCSP_CERTID),
crypto/openssl/crypto/ocsp/ocsp_asn.c
34
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_ONEREQ, singleRequestExtensions, X509_EXTENSION, 0)
crypto/openssl/crypto/ocsp/ocsp_asn.c
35
} ASN1_SEQUENCE_END(OCSP_ONEREQ)
crypto/openssl/crypto/ocsp/ocsp_asn.c
37
IMPLEMENT_ASN1_FUNCTIONS(OCSP_ONEREQ)
crypto/openssl/crypto/ocsp/ocsp_asn.c
42
ASN1_SEQUENCE_OF(OCSP_REQINFO, requestList, OCSP_ONEREQ),
crypto/openssl/crypto/ocsp/ocsp_cl.c
30
OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid)
crypto/openssl/crypto/ocsp/ocsp_cl.c
32
OCSP_ONEREQ *one = NULL;
crypto/openssl/crypto/ocsp/ocsp_ext.c
104
void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx)
crypto/openssl/crypto/ocsp/ocsp_ext.c
109
int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit,
crypto/openssl/crypto/ocsp/ocsp_ext.c
116
int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
73
int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x)
crypto/openssl/crypto/ocsp/ocsp_ext.c
78
int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos)
crypto/openssl/crypto/ocsp/ocsp_ext.c
83
int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, const ASN1_OBJECT *obj,
crypto/openssl/crypto/ocsp/ocsp_ext.c
89
int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos)
crypto/openssl/crypto/ocsp/ocsp_ext.c
94
X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
99
X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_local.h
43
STACK_OF(OCSP_ONEREQ) *requestList;
crypto/openssl/crypto/ocsp/ocsp_prn.c
94
OCSP_ONEREQ *one = NULL;
crypto/openssl/crypto/ocsp/ocsp_srv.c
28
OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i)
crypto/openssl/crypto/ocsp/ocsp_srv.c
33
OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one)
crypto/openssl/fuzz/asn1.c
127
ASN1_ITEM_ref(OCSP_ONEREQ),
crypto/openssl/include/openssl/ocsp.h
123
SKM_DEFINE_STACK_OF_INTERNAL(OCSP_ONEREQ, OCSP_ONEREQ, OCSP_ONEREQ)
crypto/openssl/include/openssl/ocsp.h
125
#define sk_OCSP_ONEREQ_value(sk, idx) ((OCSP_ONEREQ *)OPENSSL_sk_value(ossl_check_const_OCSP_ONEREQ_sk_type(sk), (idx)))
crypto/openssl/include/openssl/ocsp.h
126
#define sk_OCSP_ONEREQ_new(cmp) ((STACK_OF(OCSP_ONEREQ) *)OPENSSL_sk_new(ossl_check_OCSP_ONEREQ_compfunc_type(cmp)))
crypto/openssl/include/openssl/ocsp.h
127
#define sk_OCSP_ONEREQ_new_null() ((STACK_OF(OCSP_ONEREQ) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/ocsp.h
128
#define sk_OCSP_ONEREQ_new_reserve(cmp, n) ((STACK_OF(OCSP_ONEREQ) *)OPENSSL_sk_new_reserve(ossl_check_OCSP_ONEREQ_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/ocsp.h
132
#define sk_OCSP_ONEREQ_delete(sk, i) ((OCSP_ONEREQ *)OPENSSL_sk_delete(ossl_check_OCSP_ONEREQ_sk_type(sk), (i)))
crypto/openssl/include/openssl/ocsp.h
133
#define sk_OCSP_ONEREQ_delete_ptr(sk, ptr) ((OCSP_ONEREQ *)OPENSSL_sk_delete_ptr(ossl_check_OCSP_ONEREQ_sk_type(sk), ossl_check_OCSP_ONEREQ_type(ptr)))
crypto/openssl/include/openssl/ocsp.h
136
#define sk_OCSP_ONEREQ_pop(sk) ((OCSP_ONEREQ *)OPENSSL_sk_pop(ossl_check_OCSP_ONEREQ_sk_type(sk)))
crypto/openssl/include/openssl/ocsp.h
137
#define sk_OCSP_ONEREQ_shift(sk) ((OCSP_ONEREQ *)OPENSSL_sk_shift(ossl_check_OCSP_ONEREQ_sk_type(sk)))
crypto/openssl/include/openssl/ocsp.h
140
#define sk_OCSP_ONEREQ_set(sk, idx, ptr) ((OCSP_ONEREQ *)OPENSSL_sk_set(ossl_check_OCSP_ONEREQ_sk_type(sk), (idx), ossl_check_OCSP_ONEREQ_type(ptr)))
crypto/openssl/include/openssl/ocsp.h
146
#define sk_OCSP_ONEREQ_dup(sk) ((STACK_OF(OCSP_ONEREQ) *)OPENSSL_sk_dup(ossl_check_const_OCSP_ONEREQ_sk_type(sk)))
crypto/openssl/include/openssl/ocsp.h
147
#define sk_OCSP_ONEREQ_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OCSP_ONEREQ) *)OPENSSL_sk_deep_copy(ossl_check_const_OCSP_ONEREQ_sk_type(sk), ossl_check_OCSP_ONEREQ_copyfunc_type(copyfunc), ossl_check_OCSP_ONEREQ_freefunc_type(freefunc)))
crypto/openssl/include/openssl/ocsp.h
309
OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
crypto/openssl/include/openssl/ocsp.h
368
OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i);
crypto/openssl/include/openssl/ocsp.h
369
OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
crypto/openssl/include/openssl/ocsp.h
417
int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x);
crypto/openssl/include/openssl/ocsp.h
418
int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos);
crypto/openssl/include/openssl/ocsp.h
419
int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, const ASN1_OBJECT *obj, int lastpos);
crypto/openssl/include/openssl/ocsp.h
420
int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos);
crypto/openssl/include/openssl/ocsp.h
421
X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc);
crypto/openssl/include/openssl/ocsp.h
422
X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc);
crypto/openssl/include/openssl/ocsp.h
423
void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx);
crypto/openssl/include/openssl/ocsp.h
424
int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit,
crypto/openssl/include/openssl/ocsp.h
426
int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ocsp.h
465
DECLARE_ASN1_FUNCTIONS(OCSP_ONEREQ)