Symbol: OCSP_SINGLERESP
crypto/libressl/apps/openssl/ocsp.c
1261
OCSP_SINGLERESP *single;
crypto/libressl/crypto/ocsp/ocsp_asn.c
665
.offset = offsetof(OCSP_SINGLERESP, certId),
crypto/libressl/crypto/ocsp/ocsp_asn.c
672
.offset = offsetof(OCSP_SINGLERESP, certStatus),
crypto/libressl/crypto/ocsp/ocsp_asn.c
679
.offset = offsetof(OCSP_SINGLERESP, thisUpdate),
crypto/libressl/crypto/ocsp/ocsp_asn.c
686
.offset = offsetof(OCSP_SINGLERESP, nextUpdate),
crypto/libressl/crypto/ocsp/ocsp_asn.c
693
.offset = offsetof(OCSP_SINGLERESP, singleExtensions),
crypto/libressl/crypto/ocsp/ocsp_asn.c
705
.size = sizeof(OCSP_SINGLERESP),
crypto/libressl/crypto/ocsp/ocsp_asn.c
710
OCSP_SINGLERESP *
crypto/libressl/crypto/ocsp/ocsp_asn.c
711
d2i_OCSP_SINGLERESP(OCSP_SINGLERESP **a, const unsigned char **in, long len)
crypto/libressl/crypto/ocsp/ocsp_asn.c
713
return (OCSP_SINGLERESP *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/ocsp/ocsp_asn.c
718
i2d_OCSP_SINGLERESP(OCSP_SINGLERESP *a, unsigned char **out)
crypto/libressl/crypto/ocsp/ocsp_asn.c
723
OCSP_SINGLERESP *
crypto/libressl/crypto/ocsp/ocsp_asn.c
726
return (OCSP_SINGLERESP *)ASN1_item_new(&OCSP_SINGLERESP_it);
crypto/libressl/crypto/ocsp/ocsp_asn.c
730
OCSP_SINGLERESP_free(OCSP_SINGLERESP *a)
crypto/libressl/crypto/ocsp/ocsp_cl.c
230
OCSP_SINGLERESP *
crypto/libressl/crypto/ocsp/ocsp_cl.c
292
STACK_OF(OCSP_SINGLERESP) *sresp;
crypto/libressl/crypto/ocsp/ocsp_cl.c
293
OCSP_SINGLERESP *single;
crypto/libressl/crypto/ocsp/ocsp_cl.c
316
OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
crypto/libressl/crypto/ocsp/ocsp_cl.c
356
OCSP_SINGLERESP *single;
crypto/libressl/crypto/ocsp/ocsp_cl.c
447
OCSP_SINGLERESP_get0_id(const OCSP_SINGLERESP *single)
crypto/libressl/crypto/ocsp/ocsp_ext.c
267
OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x)
crypto/libressl/crypto/ocsp/ocsp_ext.c
273
OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos)
crypto/libressl/crypto/ocsp/ocsp_ext.c
279
OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, const ASN1_OBJECT *obj,
crypto/libressl/crypto/ocsp/ocsp_ext.c
286
OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit, int lastpos)
crypto/libressl/crypto/ocsp/ocsp_ext.c
292
OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc)
crypto/libressl/crypto/ocsp/ocsp_ext.c
298
OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc)
crypto/libressl/crypto/ocsp/ocsp_ext.c
304
OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, int *idx)
crypto/libressl/crypto/ocsp/ocsp_ext.c
310
OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value, int crit,
crypto/libressl/crypto/ocsp/ocsp_ext.c
317
OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc)
crypto/libressl/crypto/ocsp/ocsp_local.h
218
STACK_OF(OCSP_SINGLERESP) *responses;
crypto/libressl/crypto/ocsp/ocsp_prn.c
207
OCSP_SINGLERESP *single = NULL;
crypto/libressl/crypto/ocsp/ocsp_srv.c
143
OCSP_SINGLERESP *
crypto/libressl/crypto/ocsp/ocsp_srv.c
147
OCSP_SINGLERESP *single = NULL;
crypto/libressl/crypto/ocsp/ocsp_vfy.c
247
STACK_OF(OCSP_SINGLERESP) *sresp;
crypto/libressl/crypto/ocsp/ocsp_vfy.c
290
ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret)
crypto/libressl/crypto/ocsp/ocsp_vfy.c
320
STACK_OF(OCSP_SINGLERESP) *sresp)
crypto/libressl/crypto/ocsp/ocsp_vfy.c
71
static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret);
crypto/libressl/crypto/ocsp/ocsp_vfy.c
73
STACK_OF(OCSP_SINGLERESP) *sresp);
crypto/libressl/include/openssl/ocsp.h
156
DECLARE_STACK_OF(OCSP_SINGLERESP)
crypto/libressl/include/openssl/ocsp.h
230
OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx);
crypto/libressl/include/openssl/ocsp.h
237
int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
crypto/libressl/include/openssl/ocsp.h
263
OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid,
crypto/libressl/include/openssl/ocsp.h
317
int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x);
crypto/libressl/include/openssl/ocsp.h
318
int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid,
crypto/libressl/include/openssl/ocsp.h
320
int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x,
crypto/libressl/include/openssl/ocsp.h
322
int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit,
crypto/libressl/include/openssl/ocsp.h
324
X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc);
crypto/libressl/include/openssl/ocsp.h
325
X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc);
crypto/libressl/include/openssl/ocsp.h
326
void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit,
crypto/libressl/include/openssl/ocsp.h
328
int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
crypto/libressl/include/openssl/ocsp.h
330
int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex,
crypto/libressl/include/openssl/ocsp.h
332
const OCSP_CERTID *OCSP_SINGLERESP_get0_id(const OCSP_SINGLERESP *x);
crypto/libressl/include/openssl/ocsp.h
334
OCSP_SINGLERESP *OCSP_SINGLERESP_new(void);
crypto/libressl/include/openssl/ocsp.h
335
void OCSP_SINGLERESP_free(OCSP_SINGLERESP *a);
crypto/libressl/include/openssl/ocsp.h
336
OCSP_SINGLERESP *d2i_OCSP_SINGLERESP(OCSP_SINGLERESP **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/ocsp.h
337
int i2d_OCSP_SINGLERESP(OCSP_SINGLERESP *a, unsigned char **out);
crypto/libressl/include/openssl/safestack.h
1152
#define sk_OCSP_SINGLERESP_new(cmp) SKM_sk_new(OCSP_SINGLERESP, (cmp))
crypto/libressl/include/openssl/safestack.h
1153
#define sk_OCSP_SINGLERESP_new_null() SKM_sk_new_null(OCSP_SINGLERESP)
crypto/libressl/include/openssl/safestack.h
1154
#define sk_OCSP_SINGLERESP_free(st) SKM_sk_free(OCSP_SINGLERESP, (st))
crypto/libressl/include/openssl/safestack.h
1155
#define sk_OCSP_SINGLERESP_num(st) SKM_sk_num(OCSP_SINGLERESP, (st))
crypto/libressl/include/openssl/safestack.h
1156
#define sk_OCSP_SINGLERESP_value(st, i) SKM_sk_value(OCSP_SINGLERESP, (st), (i))
crypto/libressl/include/openssl/safestack.h
1157
#define sk_OCSP_SINGLERESP_set(st, i, val) SKM_sk_set(OCSP_SINGLERESP, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
1158
#define sk_OCSP_SINGLERESP_zero(st) SKM_sk_zero(OCSP_SINGLERESP, (st))
crypto/libressl/include/openssl/safestack.h
1159
#define sk_OCSP_SINGLERESP_push(st, val) SKM_sk_push(OCSP_SINGLERESP, (st), (val))
crypto/libressl/include/openssl/safestack.h
1160
#define sk_OCSP_SINGLERESP_unshift(st, val) SKM_sk_unshift(OCSP_SINGLERESP, (st), (val))
crypto/libressl/include/openssl/safestack.h
1161
#define sk_OCSP_SINGLERESP_find(st, val) SKM_sk_find(OCSP_SINGLERESP, (st), (val))
crypto/libressl/include/openssl/safestack.h
1162
#define sk_OCSP_SINGLERESP_find_ex(st, val) SKM_sk_find_ex(OCSP_SINGLERESP, (st), (val))
crypto/libressl/include/openssl/safestack.h
1163
#define sk_OCSP_SINGLERESP_delete(st, i) SKM_sk_delete(OCSP_SINGLERESP, (st), (i))
crypto/libressl/include/openssl/safestack.h
1164
#define sk_OCSP_SINGLERESP_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_SINGLERESP, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
1165
#define sk_OCSP_SINGLERESP_insert(st, val, i) SKM_sk_insert(OCSP_SINGLERESP, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
1166
#define sk_OCSP_SINGLERESP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_SINGLERESP, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
1167
#define sk_OCSP_SINGLERESP_dup(st) SKM_sk_dup(OCSP_SINGLERESP, st)
crypto/libressl/include/openssl/safestack.h
1168
#define sk_OCSP_SINGLERESP_pop_free(st, free_func) SKM_sk_pop_free(OCSP_SINGLERESP, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
1169
#define sk_OCSP_SINGLERESP_shift(st) SKM_sk_shift(OCSP_SINGLERESP, (st))
crypto/libressl/include/openssl/safestack.h
1170
#define sk_OCSP_SINGLERESP_pop(st) SKM_sk_pop(OCSP_SINGLERESP, (st))
crypto/libressl/include/openssl/safestack.h
1171
#define sk_OCSP_SINGLERESP_sort(st) SKM_sk_sort(OCSP_SINGLERESP, (st))
crypto/libressl/include/openssl/safestack.h
1172
#define sk_OCSP_SINGLERESP_is_sorted(st) SKM_sk_is_sorted(OCSP_SINGLERESP, (st))