Symbol: OCSP_RESPID
crypto/openssl/crypto/asn1/asn1_item_list.h
102
ASN1_ITEM_ref(OCSP_RESPID),
crypto/openssl/crypto/ocsp/ocsp_asn.c
105
ASN1_EMBED(OCSP_RESPDATA, responderId, OCSP_RESPID),
crypto/openssl/crypto/ocsp/ocsp_asn.c
71
ASN1_CHOICE(OCSP_RESPID) = {
crypto/openssl/crypto/ocsp/ocsp_asn.c
72
ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
crypto/openssl/crypto/ocsp/ocsp_asn.c
73
ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
crypto/openssl/crypto/ocsp/ocsp_asn.c
74
} ASN1_CHOICE_END(OCSP_RESPID)
crypto/openssl/crypto/ocsp/ocsp_asn.c
76
IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPID)
crypto/openssl/crypto/ocsp/ocsp_cl.c
187
const OCSP_RESPID *rid = &bs->tbsResponseData.responderId;
crypto/openssl/crypto/ocsp/ocsp_cl.c
205
const OCSP_RESPID *rid = &bs->tbsResponseData.responderId;
crypto/openssl/crypto/ocsp/ocsp_local.h
159
OCSP_RESPID responderId;
crypto/openssl/crypto/ocsp/ocsp_prn.c
140
OCSP_RESPID *rid = NULL;
crypto/openssl/crypto/ocsp/ocsp_srv.c
169
OCSP_RESPID *rid;
crypto/openssl/crypto/ocsp/ocsp_srv.c
233
int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert)
crypto/openssl/crypto/ocsp/ocsp_srv.c
243
int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
crypto/openssl/crypto/ocsp/ocsp_srv.c
276
int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert)
crypto/openssl/crypto/ocsp/ocsp_srv.c
283
int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/ocsp/ocsp_srv.c
321
int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert)
crypto/openssl/crypto/ocsp/ocsp_vfy.c
172
OCSP_RESPID *rid = &bs->tbsResponseData.responderId;
crypto/openssl/crypto/ocsp/ocsp_vfy.c
18
static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
188
static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id)
crypto/openssl/fuzz/asn1.c
132
ASN1_ITEM_ref(OCSP_RESPID),
crypto/openssl/include/openssl/ocsp.h
165
SKM_DEFINE_STACK_OF_INTERNAL(OCSP_RESPID, OCSP_RESPID, OCSP_RESPID)
crypto/openssl/include/openssl/ocsp.h
167
#define sk_OCSP_RESPID_value(sk, idx) ((OCSP_RESPID *)OPENSSL_sk_value(ossl_check_const_OCSP_RESPID_sk_type(sk), (idx)))
crypto/openssl/include/openssl/ocsp.h
168
#define sk_OCSP_RESPID_new(cmp) ((STACK_OF(OCSP_RESPID) *)OPENSSL_sk_new(ossl_check_OCSP_RESPID_compfunc_type(cmp)))
crypto/openssl/include/openssl/ocsp.h
169
#define sk_OCSP_RESPID_new_null() ((STACK_OF(OCSP_RESPID) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/ocsp.h
170
#define sk_OCSP_RESPID_new_reserve(cmp, n) ((STACK_OF(OCSP_RESPID) *)OPENSSL_sk_new_reserve(ossl_check_OCSP_RESPID_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/ocsp.h
174
#define sk_OCSP_RESPID_delete(sk, i) ((OCSP_RESPID *)OPENSSL_sk_delete(ossl_check_OCSP_RESPID_sk_type(sk), (i)))
crypto/openssl/include/openssl/ocsp.h
175
#define sk_OCSP_RESPID_delete_ptr(sk, ptr) ((OCSP_RESPID *)OPENSSL_sk_delete_ptr(ossl_check_OCSP_RESPID_sk_type(sk), ossl_check_OCSP_RESPID_type(ptr)))
crypto/openssl/include/openssl/ocsp.h
178
#define sk_OCSP_RESPID_pop(sk) ((OCSP_RESPID *)OPENSSL_sk_pop(ossl_check_OCSP_RESPID_sk_type(sk)))
crypto/openssl/include/openssl/ocsp.h
179
#define sk_OCSP_RESPID_shift(sk) ((OCSP_RESPID *)OPENSSL_sk_shift(ossl_check_OCSP_RESPID_sk_type(sk)))
crypto/openssl/include/openssl/ocsp.h
182
#define sk_OCSP_RESPID_set(sk, idx, ptr) ((OCSP_RESPID *)OPENSSL_sk_set(ossl_check_OCSP_RESPID_sk_type(sk), (idx), ossl_check_OCSP_RESPID_type(ptr)))
crypto/openssl/include/openssl/ocsp.h
188
#define sk_OCSP_RESPID_dup(sk) ((STACK_OF(OCSP_RESPID) *)OPENSSL_sk_dup(ossl_check_const_OCSP_RESPID_sk_type(sk)))
crypto/openssl/include/openssl/ocsp.h
189
#define sk_OCSP_RESPID_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OCSP_RESPID) *)OPENSSL_sk_deep_copy(ossl_check_const_OCSP_RESPID_sk_type(sk), ossl_check_OCSP_RESPID_copyfunc_type(copyfunc), ossl_check_OCSP_RESPID_freefunc_type(freefunc)))
crypto/openssl/include/openssl/ocsp.h
388
int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
crypto/openssl/include/openssl/ocsp.h
389
int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
crypto/openssl/include/openssl/ocsp.h
391
int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
crypto/openssl/include/openssl/ocsp.h
392
int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
crypto/openssl/include/openssl/ocsp.h
394
int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
crypto/openssl/include/openssl/ocsp.h
462
DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
crypto/openssl/ssl/s3_lib.c
4076
*(STACK_OF(OCSP_RESPID) **)parg = sc->ext.ocsp.ids;
crypto/openssl/ssl/ssl_local.h
1636
STACK_OF(OCSP_RESPID) *ids;
crypto/openssl/ssl/statem/extensions_clnt.c
388
OCSP_RESPID *id = sk_OCSP_RESPID_value(s->ext.ocsp.ids, i);
crypto/openssl/ssl/statem/extensions_srvr.c
377
OCSP_RESPID *id;
crypto/openssl/test/sslapitest.c
1860
STACK_OF(OCSP_RESPID) *ids = NULL;
crypto/openssl/test/sslapitest.c
1861
OCSP_RESPID *id = NULL;
crypto/openssl/test/sslapitest.c
1910
STACK_OF(OCSP_RESPID) *ids = NULL;
crypto/openssl/test/sslapitest.c
1911
OCSP_RESPID *id = NULL;