Symbol: OCSP_SINGLERESP
crypto/openssl/apps/ocsp.c
1168
OCSP_SINGLERESP *single;
crypto/openssl/crypto/asn1/asn1_item_list.h
107
ASN1_ITEM_ref(OCSP_SINGLERESP),
crypto/openssl/crypto/ocsp/ocsp_asn.c
101
IMPLEMENT_ASN1_FUNCTIONS(OCSP_SINGLERESP)
crypto/openssl/crypto/ocsp/ocsp_asn.c
107
ASN1_SEQUENCE_OF(OCSP_RESPDATA, responses, OCSP_SINGLERESP),
crypto/openssl/crypto/ocsp/ocsp_asn.c
93
ASN1_SEQUENCE(OCSP_SINGLERESP) = {
crypto/openssl/crypto/ocsp/ocsp_asn.c
94
ASN1_SIMPLE(OCSP_SINGLERESP, certId, OCSP_CERTID),
crypto/openssl/crypto/ocsp/ocsp_asn.c
95
ASN1_SIMPLE(OCSP_SINGLERESP, certStatus, OCSP_CERTSTATUS),
crypto/openssl/crypto/ocsp/ocsp_asn.c
96
ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/ocsp/ocsp_asn.c
97
ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
crypto/openssl/crypto/ocsp/ocsp_asn.c
98
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SINGLERESP, singleExtensions, X509_EXTENSION, 1)
crypto/openssl/crypto/ocsp/ocsp_asn.c
99
} ASN1_SEQUENCE_END(OCSP_SINGLERESP)
crypto/openssl/crypto/ocsp/ocsp_cl.c
166
OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx)
crypto/openssl/crypto/ocsp/ocsp_cl.c
225
STACK_OF(OCSP_SINGLERESP) *sresp;
crypto/openssl/crypto/ocsp/ocsp_cl.c
226
OCSP_SINGLERESP *single;
crypto/openssl/crypto/ocsp/ocsp_cl.c
248
int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
crypto/openssl/crypto/ocsp/ocsp_cl.c
290
OCSP_SINGLERESP *single;
crypto/openssl/crypto/ocsp/ocsp_cl.c
365
const OCSP_CERTID *OCSP_SINGLERESP_get0_id(const OCSP_SINGLERESP *single)
crypto/openssl/crypto/ocsp/ocsp_ext.c
177
int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x)
crypto/openssl/crypto/ocsp/ocsp_ext.c
182
int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos)
crypto/openssl/crypto/ocsp/ocsp_ext.c
187
int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, const ASN1_OBJECT *obj,
crypto/openssl/crypto/ocsp/ocsp_ext.c
193
int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit,
crypto/openssl/crypto/ocsp/ocsp_ext.c
199
X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
204
X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc)
crypto/openssl/crypto/ocsp/ocsp_ext.c
209
void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit,
crypto/openssl/crypto/ocsp/ocsp_ext.c
215
int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
crypto/openssl/crypto/ocsp/ocsp_ext.c
221
int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/ocsp/ocsp_local.h
161
STACK_OF(OCSP_SINGLERESP) *responses;
crypto/openssl/crypto/ocsp/ocsp_prn.c
144
OCSP_SINGLERESP *single = NULL;
crypto/openssl/crypto/ocsp/ocsp_srv.c
84
OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp,
crypto/openssl/crypto/ocsp/ocsp_srv.c
91
OCSP_SINGLERESP *single = NULL;
crypto/openssl/crypto/ocsp/ocsp_vfy.c
20
static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
223
STACK_OF(OCSP_SINGLERESP) *sresp = bs->tbsResponseData.responses;
crypto/openssl/crypto/ocsp/ocsp_vfy.c
23
STACK_OF(OCSP_SINGLERESP) *sresp);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
266
static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret)
crypto/openssl/crypto/ocsp/ocsp_vfy.c
303
STACK_OF(OCSP_SINGLERESP) *sresp)
crypto/openssl/fuzz/asn1.c
137
ASN1_ITEM_ref(OCSP_SINGLERESP),
crypto/openssl/include/openssl/ocsp.h
204
SKM_DEFINE_STACK_OF_INTERNAL(OCSP_SINGLERESP, OCSP_SINGLERESP, OCSP_SINGLERESP)
crypto/openssl/include/openssl/ocsp.h
206
#define sk_OCSP_SINGLERESP_value(sk, idx) ((OCSP_SINGLERESP *)OPENSSL_sk_value(ossl_check_const_OCSP_SINGLERESP_sk_type(sk), (idx)))
crypto/openssl/include/openssl/ocsp.h
207
#define sk_OCSP_SINGLERESP_new(cmp) ((STACK_OF(OCSP_SINGLERESP) *)OPENSSL_sk_new(ossl_check_OCSP_SINGLERESP_compfunc_type(cmp)))
crypto/openssl/include/openssl/ocsp.h
208
#define sk_OCSP_SINGLERESP_new_null() ((STACK_OF(OCSP_SINGLERESP) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/ocsp.h
209
#define sk_OCSP_SINGLERESP_new_reserve(cmp, n) ((STACK_OF(OCSP_SINGLERESP) *)OPENSSL_sk_new_reserve(ossl_check_OCSP_SINGLERESP_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/ocsp.h
213
#define sk_OCSP_SINGLERESP_delete(sk, i) ((OCSP_SINGLERESP *)OPENSSL_sk_delete(ossl_check_OCSP_SINGLERESP_sk_type(sk), (i)))
crypto/openssl/include/openssl/ocsp.h
214
#define sk_OCSP_SINGLERESP_delete_ptr(sk, ptr) ((OCSP_SINGLERESP *)OPENSSL_sk_delete_ptr(ossl_check_OCSP_SINGLERESP_sk_type(sk), ossl_check_OCSP_SINGLERESP_type(ptr)))
crypto/openssl/include/openssl/ocsp.h
217
#define sk_OCSP_SINGLERESP_pop(sk) ((OCSP_SINGLERESP *)OPENSSL_sk_pop(ossl_check_OCSP_SINGLERESP_sk_type(sk)))
crypto/openssl/include/openssl/ocsp.h
218
#define sk_OCSP_SINGLERESP_shift(sk) ((OCSP_SINGLERESP *)OPENSSL_sk_shift(ossl_check_OCSP_SINGLERESP_sk_type(sk)))
crypto/openssl/include/openssl/ocsp.h
221
#define sk_OCSP_SINGLERESP_set(sk, idx, ptr) ((OCSP_SINGLERESP *)OPENSSL_sk_set(ossl_check_OCSP_SINGLERESP_sk_type(sk), (idx), ossl_check_OCSP_SINGLERESP_type(ptr)))
crypto/openssl/include/openssl/ocsp.h
227
#define sk_OCSP_SINGLERESP_dup(sk) ((STACK_OF(OCSP_SINGLERESP) *)OPENSSL_sk_dup(ossl_check_const_OCSP_SINGLERESP_sk_type(sk)))
crypto/openssl/include/openssl/ocsp.h
228
#define sk_OCSP_SINGLERESP_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OCSP_SINGLERESP) *)OPENSSL_sk_deep_copy(ossl_check_const_OCSP_SINGLERESP_sk_type(sk), ossl_check_OCSP_SINGLERESP_copyfunc_type(copyfunc), ossl_check_OCSP_SINGLERESP_freefunc_type(freefunc)))
crypto/openssl/include/openssl/ocsp.h
335
OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx);
crypto/openssl/include/openssl/ocsp.h
346
int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
crypto/openssl/include/openssl/ocsp.h
375
OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp,
crypto/openssl/include/openssl/ocsp.h
442
int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x);
crypto/openssl/include/openssl/ocsp.h
443
int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
crypto/openssl/include/openssl/ocsp.h
444
int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, const ASN1_OBJECT *obj,
crypto/openssl/include/openssl/ocsp.h
446
int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit,
crypto/openssl/include/openssl/ocsp.h
448
X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc);
crypto/openssl/include/openssl/ocsp.h
449
X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc);
crypto/openssl/include/openssl/ocsp.h
450
void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit,
crypto/openssl/include/openssl/ocsp.h
452
int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
crypto/openssl/include/openssl/ocsp.h
454
int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ocsp.h
455
const OCSP_CERTID *OCSP_SINGLERESP_get0_id(const OCSP_SINGLERESP *x);
crypto/openssl/include/openssl/ocsp.h
457
DECLARE_ASN1_FUNCTIONS(OCSP_SINGLERESP)
crypto/openssl/ssl/ssl_lib.c
6415
OCSP_SINGLERESP *single = OCSP_resp_get0(br, i);