crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1758
X509_STORE *certstore = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1963
X509_STORE *store = NULL;
crypto/krb5/src/plugins/tls/k5tls/openssl.c
344
load_anchor_file(X509_STORE *store, const char *path)
crypto/krb5/src/plugins/tls/k5tls/openssl.c
368
load_anchor_dir(X509_STORE *store, const char *path)
crypto/krb5/src/plugins/tls/k5tls/openssl.c
393
X509_STORE *store;
crypto/openssl/apps/cmp.c
1081
static X509_STORE *load_trusted(char *input, int for_new_cert, const char *desc)
crypto/openssl/apps/cmp.c
1083
X509_STORE *ts = load_certstore(input, opt_otherpass, desc, vpm);
crypto/openssl/apps/cmp.c
1264
X509_STORE *ts = load_trusted(opt_srv_trusted, 0, "certs trusted by mock server");
crypto/openssl/apps/cmp.c
1395
X509_STORE *ts;
crypto/openssl/apps/cmp.c
1415
X509_STORE *out_trusted = load_trusted(opt_out_trusted, 1,
crypto/openssl/apps/cmp.c
1449
X509_STORE *trust_store = NULL;
crypto/openssl/apps/cmp.c
1652
X509_STORE *own_trusted = NULL;
crypto/openssl/apps/cmp.c
862
static int truststore_set_host_etc(X509_STORE *ts, const char *host)
crypto/openssl/apps/cms.c
357
X509_STORE *store = NULL;
crypto/openssl/apps/crl.c
104
X509_STORE *store = NULL;
crypto/openssl/apps/include/apps.h
148
X509_STORE *load_certstore(char *input, const char *pass, const char *desc,
crypto/openssl/apps/include/apps.h
160
X509_STORE *setup_verify(const char *CAfile, int noCAfile,
crypto/openssl/apps/include/apps.h
282
void store_setup_crl_download(X509_STORE *st);
crypto/openssl/apps/lib/apps.c
1383
X509_STORE *setup_verify(const char *CAfile, int noCAfile,
crypto/openssl/apps/lib/apps.c
1387
X509_STORE *store = X509_STORE_new();
crypto/openssl/apps/lib/apps.c
2506
void store_setup_crl_download(X509_STORE *st)
crypto/openssl/apps/lib/apps.c
2566
X509_STORE *ts = SSL_CTX_get_cert_store(ssl_ctx);
crypto/openssl/apps/lib/apps.c
761
static X509_STORE *sk_X509_to_store(X509_STORE *store /* may be NULL */,
crypto/openssl/apps/lib/apps.c
783
X509_STORE *load_certstore(char *input, const char *pass, const char *desc,
crypto/openssl/apps/lib/apps.c
786
X509_STORE *store = NULL;
crypto/openssl/apps/lib/s_cb.c
1369
static int add_crls_store(X509_STORE *st, STACK_OF(X509_CRL) *crls)
crypto/openssl/apps/lib/s_cb.c
1384
X509_STORE *st;
crypto/openssl/apps/lib/s_cb.c
1400
X509_STORE *vfy = NULL, *ch = NULL;
crypto/openssl/apps/ocsp.c
274
X509_STORE *store = NULL;
crypto/openssl/apps/pkcs12.c
1149
static int get_cert_chain(X509 *cert, X509_STORE *store,
crypto/openssl/apps/pkcs12.c
39
static int get_cert_chain(X509 *cert, X509_STORE *store,
crypto/openssl/apps/pkcs12.c
650
X509_STORE *store;
crypto/openssl/apps/smime.c
204
X509_STORE *store = NULL;
crypto/openssl/apps/ts.c
73
static X509_STORE *create_cert_store(const char *CApath, const char *CAfile,
crypto/openssl/apps/ts.c
996
static X509_STORE *create_cert_store(const char *CApath, const char *CAfile,
crypto/openssl/apps/ts.c
999
X509_STORE *cert_ctx = NULL;
crypto/openssl/apps/verify.c
22
static int check(X509_STORE *ctx, const char *file,
crypto/openssl/apps/verify.c
259
static int check(X509_STORE *ctx, const char *file,
crypto/openssl/apps/verify.c
96
X509_STORE *store = NULL;
crypto/openssl/apps/x509.c
304
static int self_signed(X509_STORE *ctx, X509 *cert)
crypto/openssl/apps/x509.c
338
X509_STORE *ctx = NULL;
crypto/openssl/crypto/cmp/cmp_client.c
596
X509_STORE *out_trusted = OSSL_CMP_CTX_get_certConf_cb_arg(ctx);
crypto/openssl/crypto/cmp/cmp_ctx.c
38
DEFINE_OSSL_CMP_CTX_get0_NAME(trusted, trusted, X509_STORE)
crypto/openssl/crypto/cmp/cmp_ctx.c
59
DEFINE_OSSL_set0_NAME(OSSL_CMP_CTX, trusted, trusted, X509_STORE)
crypto/openssl/crypto/cmp/cmp_ctx.c
702
int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
crypto/openssl/crypto/cmp/cmp_genm.c
16
const X509_STORE *ts = OSSL_CMP_CTX_get0_trustedStore(ctx);
crypto/openssl/crypto/cmp/cmp_genm.c
213
X509_STORE *ts = X509_STORE_CTX_get0_store(store_ctx);
crypto/openssl/crypto/cmp/cmp_genm.c
224
X509_STORE *ts, STACK_OF(X509) *untrusted,
crypto/openssl/crypto/cmp/cmp_genm.c
251
X509_STORE *ts = OSSL_CMP_CTX_get0_trusted(ctx);
crypto/openssl/crypto/cmp/cmp_local.h
71
X509_STORE *trusted; /* trust store maybe w CRLs and cert verify callback */
crypto/openssl/crypto/cmp/cmp_local.h
826
int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs,
crypto/openssl/crypto/cmp/cmp_local.h
828
STACK_OF(X509) *ossl_cmp_X509_STORE_get1_certs(X509_STORE *store);
crypto/openssl/crypto/cmp/cmp_util.c
200
int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs,
crypto/openssl/crypto/cmp/cmp_vfy.c
109
X509_STORE *trusted_store, X509 *cert)
crypto/openssl/crypto/cmp/cmp_vfy.c
144
static int verify_cb_cert(X509_STORE *ts, X509 *cert, int err)
crypto/openssl/crypto/cmp/cmp_vfy.c
252
X509_STORE *ts = ctx->trusted;
crypto/openssl/crypto/cmp/cmp_vfy.c
309
static int check_cert_path(const OSSL_CMP_CTX *ctx, X509_STORE *store,
crypto/openssl/crypto/cmp/cmp_vfy.c
331
X509_STORE *store;
crypto/openssl/crypto/cms/cms_sd.c
1122
STACK_OF(X509) *scerts, X509_STORE *store,
crypto/openssl/crypto/cms/cms_smime.c
262
X509_STORE *store,
crypto/openssl/crypto/cms/cms_smime.c
306
X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags)
crypto/openssl/crypto/cms/cms_smime.c
500
X509_STORE *store, unsigned int flags)
crypto/openssl/crypto/crmf/crmf_lib.c
667
X509_STORE *ts, STACK_OF(X509) *extra, EVP_PKEY *pkey,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
31
X509_STORE *st, unsigned long flags,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
384
X509_STORE *store, unsigned long flags)
crypto/openssl/crypto/ocsp/ocsp_vfy.c
99
X509_STORE *st, unsigned long flags)
crypto/openssl/crypto/pkcs7/pk7_doit.c
1012
int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio,
crypto/openssl/crypto/pkcs7/pk7_smime.c
211
int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
crypto/openssl/crypto/ts/ts_local.h
135
X509_STORE *store;
crypto/openssl/crypto/ts/ts_rsp_verify.c
171
static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted,
crypto/openssl/crypto/ts/ts_rsp_verify.c
19
static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted,
crypto/openssl/crypto/ts/ts_rsp_verify.c
88
X509_STORE *store, X509 **signer_out)
crypto/openssl/crypto/ts/ts_verify_ctx.c
65
X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s)
crypto/openssl/crypto/ts/ts_verify_ctx.c
72
int TS_VERIFY_CTX_set0_store(TS_VERIFY_CTX *ctx, X509_STORE *s)
crypto/openssl/crypto/x509/by_store.c
220
X509_STORE *store = X509_LOOKUP_get_store(ctx);
crypto/openssl/crypto/x509/by_store.c
30
X509_STORE *xstore = X509_LOOKUP_get_store(lctx);
crypto/openssl/crypto/x509/t_x509.c
426
static int print_store_certs(BIO *bio, X509_STORE *store)
crypto/openssl/crypto/x509/t_x509.c
455
X509_STORE *ts = X509_STORE_CTX_get0_store(ctx);
crypto/openssl/crypto/x509/x509_d2.c
100
int X509_STORE_load_locations_ex(X509_STORE *ctx, const char *file,
crypto/openssl/crypto/x509/x509_d2.c
113
int X509_STORE_load_locations(X509_STORE *ctx, const char *file,
crypto/openssl/crypto/x509/x509_d2.c
15
int X509_STORE_set_default_paths_ex(X509_STORE *ctx, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/x509/x509_d2.c
45
int X509_STORE_set_default_paths(X509_STORE *ctx)
crypto/openssl/crypto/x509/x509_d2.c
50
int X509_STORE_load_file_ex(X509_STORE *ctx, const char *file,
crypto/openssl/crypto/x509/x509_d2.c
65
int X509_STORE_load_file(X509_STORE *ctx, const char *file)
crypto/openssl/crypto/x509/x509_d2.c
70
int X509_STORE_load_path(X509_STORE *ctx, const char *path)
crypto/openssl/crypto/x509/x509_d2.c
82
int X509_STORE_load_store_ex(X509_STORE *ctx, const char *uri,
crypto/openssl/crypto/x509/x509_d2.c
95
int X509_STORE_load_store(X509_STORE *ctx, const char *uri)
crypto/openssl/crypto/x509/x509_local.h
106
X509_STORE *store_ctx; /* who owns us */
crypto/openssl/crypto/x509/x509_local.h
162
int ossl_x509_store_read_lock(X509_STORE *xs);
crypto/openssl/crypto/x509/x509_lu.c
155
X509_STORE *X509_LOOKUP_get_store(const X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/x509_lu.c
182
X509_STORE *X509_STORE_new(void)
crypto/openssl/crypto/x509/x509_lu.c
184
X509_STORE *ret = OPENSSL_zalloc(sizeof(*ret));
crypto/openssl/crypto/x509/x509_lu.c
226
void X509_STORE_free(X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
256
int X509_STORE_up_ref(X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
268
X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m)
crypto/openssl/crypto/x509/x509_lu.c
323
X509_STORE *store = ctx->store;
crypto/openssl/crypto/x509/x509_lu.c
386
static int x509_store_add(X509_STORE *store, void *x, int crl)
crypto/openssl/crypto/x509/x509_lu.c
42
int X509_STORE_lock(X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
429
int X509_STORE_add_cert(X509_STORE *xs, X509 *x)
crypto/openssl/crypto/x509/x509_lu.c
438
int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x)
crypto/openssl/crypto/x509/x509_lu.c
47
int ossl_x509_store_read_lock(X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
52
int X509_STORE_unlock(X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
580
STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
597
STACK_OF(X509_OBJECT) *X509_STORE_get1_objects(X509_STORE *store)
crypto/openssl/crypto/x509/x509_lu.c
615
STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *store)
crypto/openssl/crypto/x509/x509_lu.c
660
X509_STORE *store = ctx->store;
crypto/openssl/crypto/x509/x509_lu.c
710
X509_STORE *store = ctx->store;
crypto/openssl/crypto/x509/x509_lu.c
778
int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags)
crypto/openssl/crypto/x509/x509_lu.c
783
int X509_STORE_set_depth(X509_STORE *xs, int depth)
crypto/openssl/crypto/x509/x509_lu.c
789
int X509_STORE_set_purpose(X509_STORE *xs, int purpose)
crypto/openssl/crypto/x509/x509_lu.c
794
int X509_STORE_set_trust(X509_STORE *xs, int trust)
crypto/openssl/crypto/x509/x509_lu.c
799
int X509_STORE_set1_param(X509_STORE *xs, const X509_VERIFY_PARAM *param)
crypto/openssl/crypto/x509/x509_lu.c
804
X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
809
void X509_STORE_set_verify(X509_STORE *xs, X509_STORE_CTX_verify_fn verify)
crypto/openssl/crypto/x509/x509_lu.c
814
X509_STORE_CTX_verify_fn X509_STORE_get_verify(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
819
void X509_STORE_set_verify_cb(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
825
X509_STORE_CTX_verify_cb X509_STORE_get_verify_cb(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
830
void X509_STORE_set_get_issuer(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
836
X509_STORE_CTX_get_issuer_fn X509_STORE_get_get_issuer(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
841
void X509_STORE_set_check_issued(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
847
X509_STORE_CTX_check_issued_fn X509_STORE_get_check_issued(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
852
void X509_STORE_set_check_revocation(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
858
X509_STORE_CTX_check_revocation_fn X509_STORE_get_check_revocation(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
863
void X509_STORE_set_get_crl(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
869
X509_STORE_CTX_get_crl_fn X509_STORE_get_get_crl(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
874
void X509_STORE_set_check_crl(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
880
X509_STORE_CTX_check_crl_fn X509_STORE_get_check_crl(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
885
void X509_STORE_set_cert_crl(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
891
X509_STORE_CTX_cert_crl_fn X509_STORE_get_cert_crl(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
896
void X509_STORE_set_check_policy(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
902
X509_STORE_CTX_check_policy_fn X509_STORE_get_check_policy(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
907
void X509_STORE_set_lookup_certs(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
913
X509_STORE_CTX_lookup_certs_fn X509_STORE_get_lookup_certs(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
918
void X509_STORE_set_lookup_crls(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
924
X509_STORE_CTX_lookup_crls_fn X509_STORE_get_lookup_crls(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
929
void X509_STORE_set_cleanup(X509_STORE *xs,
crypto/openssl/crypto/x509/x509_lu.c
935
X509_STORE_CTX_cleanup_fn X509_STORE_get_cleanup(const X509_STORE *xs)
crypto/openssl/crypto/x509/x509_lu.c
940
int X509_STORE_set_ex_data(X509_STORE *xs, int idx, void *data)
crypto/openssl/crypto/x509/x509_lu.c
945
void *X509_STORE_get_ex_data(const X509_STORE *xs, int idx)
crypto/openssl/crypto/x509/x509_lu.c
950
X509_STORE *X509_STORE_CTX_get0_store(const X509_STORE_CTX *ctx)
crypto/openssl/crypto/x509/x509_vfy.c
2500
int X509_STORE_CTX_init_rpk(X509_STORE_CTX *ctx, X509_STORE *store, EVP_PKEY *rpk)
crypto/openssl/crypto/x509/x509_vfy.c
2508
int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509,
crypto/openssl/crypto/x509/x509_vfy.c
3626
X509_STORE *store, int with_self_signed,
crypto/openssl/demos/cms/cms_ver.c
61
X509_STORE *st = NULL;
crypto/openssl/demos/smime/smver.c
18
X509_STORE *st = NULL;
crypto/openssl/fuzz/x509.c
41
X509_STORE *store = NULL;
crypto/openssl/include/crypto/x509.h
216
X509_STORE *store;
crypto/openssl/include/openssl/cmp.h
548
int OSSL_CMP_CTX_set0_trustedStore(OSSL_CMP_CTX *ctx, X509_STORE *store);
crypto/openssl/include/openssl/cmp.h
550
X509_STORE *OSSL_CMP_CTX_get0_trustedStore(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
556
int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
crypto/openssl/include/openssl/cmp.h
639
X509_STORE *trusted_store, X509 *cert);
crypto/openssl/include/openssl/cms.h
276
X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
crypto/openssl/include/openssl/cms.h
280
X509_STORE *store, unsigned int flags);
crypto/openssl/include/openssl/cms.h
406
STACK_OF(X509) *scerts, X509_STORE *store,
crypto/openssl/include/openssl/crmf.h
267
X509_STORE *ts, STACK_OF(X509) *extra, EVP_PKEY *pkey,
crypto/openssl/include/openssl/ocsp.h
359
X509_STORE *store, unsigned long flags);
crypto/openssl/include/openssl/ocsp.h
481
X509_STORE *st, unsigned long flags);
crypto/openssl/include/openssl/pkcs7.h
355
int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
crypto/openssl/include/openssl/pkcs7.h
404
int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
crypto/openssl/include/openssl/ssl.h
1630
__owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
crypto/openssl/include/openssl/ssl.h
1631
void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *);
crypto/openssl/include/openssl/ssl.h
1632
void SSL_CTX_set1_cert_store(SSL_CTX *, X509_STORE *);
crypto/openssl/include/openssl/ts.h
362
X509_STORE *store, X509 **signer_out);
crypto/openssl/include/openssl/ts.h
434
X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s);
crypto/openssl/include/openssl/ts.h
436
int TS_VERIFY_CTX_set0_store(TS_VERIFY_CTX *ctx, X509_STORE *s);
crypto/openssl/include/openssl/x509_vfy.h
247
X509_STORE *store, int with_self_signed,
crypto/openssl/include/openssl/x509_vfy.h
250
int X509_STORE_set_depth(X509_STORE *store, int depth);
crypto/openssl/include/openssl/x509_vfy.h
501
X509_STORE *X509_STORE_new(void);
crypto/openssl/include/openssl/x509_vfy.h
502
void X509_STORE_free(X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
503
int X509_STORE_lock(X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
504
int X509_STORE_unlock(X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
505
int X509_STORE_up_ref(X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
506
STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
507
STACK_OF(X509_OBJECT) *X509_STORE_get1_objects(X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
508
STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
513
int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags);
crypto/openssl/include/openssl/x509_vfy.h
514
int X509_STORE_set_purpose(X509_STORE *xs, int purpose);
crypto/openssl/include/openssl/x509_vfy.h
515
int X509_STORE_set_trust(X509_STORE *xs, int trust);
crypto/openssl/include/openssl/x509_vfy.h
516
int X509_STORE_set1_param(X509_STORE *xs, const X509_VERIFY_PARAM *pm);
crypto/openssl/include/openssl/x509_vfy.h
517
X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
519
void X509_STORE_set_verify(X509_STORE *xs, X509_STORE_CTX_verify_fn verify);
crypto/openssl/include/openssl/x509_vfy.h
524
X509_STORE_CTX_verify_fn X509_STORE_get_verify(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
525
void X509_STORE_set_verify_cb(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
529
X509_STORE_CTX_verify_cb X509_STORE_get_verify_cb(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
530
void X509_STORE_set_get_issuer(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
532
X509_STORE_CTX_get_issuer_fn X509_STORE_get_get_issuer(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
533
void X509_STORE_set_check_issued(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
535
X509_STORE_CTX_check_issued_fn X509_STORE_get_check_issued(const X509_STORE *s);
crypto/openssl/include/openssl/x509_vfy.h
536
void X509_STORE_set_check_revocation(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
539
X509_STORE_get_check_revocation(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
540
void X509_STORE_set_get_crl(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
542
X509_STORE_CTX_get_crl_fn X509_STORE_get_get_crl(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
543
void X509_STORE_set_check_crl(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
545
X509_STORE_CTX_check_crl_fn X509_STORE_get_check_crl(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
546
void X509_STORE_set_cert_crl(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
548
X509_STORE_CTX_cert_crl_fn X509_STORE_get_cert_crl(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
549
void X509_STORE_set_check_policy(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
551
X509_STORE_CTX_check_policy_fn X509_STORE_get_check_policy(const X509_STORE *s);
crypto/openssl/include/openssl/x509_vfy.h
552
void X509_STORE_set_lookup_certs(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
554
X509_STORE_CTX_lookup_certs_fn X509_STORE_get_lookup_certs(const X509_STORE *s);
crypto/openssl/include/openssl/x509_vfy.h
555
void X509_STORE_set_lookup_crls(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
559
X509_STORE_CTX_lookup_crls_fn X509_STORE_get_lookup_crls(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
560
void X509_STORE_set_cleanup(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
562
X509_STORE_CTX_cleanup_fn X509_STORE_get_cleanup(const X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
566
int X509_STORE_set_ex_data(X509_STORE *xs, int idx, void *data);
crypto/openssl/include/openssl/x509_vfy.h
567
void *X509_STORE_get_ex_data(const X509_STORE *xs, int idx);
crypto/openssl/include/openssl/x509_vfy.h
575
int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,
crypto/openssl/include/openssl/x509_vfy.h
577
int X509_STORE_CTX_init_rpk(X509_STORE_CTX *ctx, X509_STORE *trust_store,
crypto/openssl/include/openssl/x509_vfy.h
582
X509_STORE *X509_STORE_CTX_get0_store(const X509_STORE_CTX *ctx);
crypto/openssl/include/openssl/x509_vfy.h
617
X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m);
crypto/openssl/include/openssl/x509_vfy.h
697
int X509_STORE_add_cert(X509_STORE *xs, X509 *x);
crypto/openssl/include/openssl/x509_vfy.h
698
int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x);
crypto/openssl/include/openssl/x509_vfy.h
739
X509_STORE *X509_LOOKUP_get_store(const X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
742
int X509_STORE_load_file(X509_STORE *xs, const char *file);
crypto/openssl/include/openssl/x509_vfy.h
743
int X509_STORE_load_path(X509_STORE *xs, const char *path);
crypto/openssl/include/openssl/x509_vfy.h
744
int X509_STORE_load_store(X509_STORE *xs, const char *store);
crypto/openssl/include/openssl/x509_vfy.h
745
int X509_STORE_load_locations(X509_STORE *s, const char *file, const char *dir);
crypto/openssl/include/openssl/x509_vfy.h
746
int X509_STORE_set_default_paths(X509_STORE *xs);
crypto/openssl/include/openssl/x509_vfy.h
748
int X509_STORE_load_file_ex(X509_STORE *xs, const char *file,
crypto/openssl/include/openssl/x509_vfy.h
750
int X509_STORE_load_store_ex(X509_STORE *xs, const char *store,
crypto/openssl/include/openssl/x509_vfy.h
752
int X509_STORE_load_locations_ex(X509_STORE *xs,
crypto/openssl/include/openssl/x509_vfy.h
755
int X509_STORE_set_default_paths_ex(X509_STORE *xs,
crypto/openssl/ssl/ssl_cert.c
1070
X509_STORE *chain_store = NULL;
crypto/openssl/ssl/ssl_cert.c
1172
int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref)
crypto/openssl/ssl/ssl_cert.c
1174
X509_STORE **pstore;
crypto/openssl/ssl/ssl_cert.c
1189
int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain)
crypto/openssl/ssl/ssl_cert.c
431
X509_STORE *verify_store;
crypto/openssl/ssl/ssl_conf.c
498
X509_STORE **st;
crypto/openssl/ssl/ssl_lib.c
5722
X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx)
crypto/openssl/ssl/ssl_lib.c
5727
void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store)
crypto/openssl/ssl/ssl_lib.c
5733
void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store)
crypto/openssl/ssl/ssl_local.h
2129
X509_STORE *chain_store;
crypto/openssl/ssl/ssl_local.h
2130
X509_STORE *verify_store;
crypto/openssl/ssl/ssl_local.h
2595
__owur int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain,
crypto/openssl/ssl/ssl_local.h
2597
__owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain);
crypto/openssl/ssl/statem/statem_lib.c
1026
X509_STORE *chain_store;
crypto/openssl/test/cmp_client_test.c
56
X509_STORE *ts = X509_STORE_new();
crypto/openssl/test/cmp_ctx_test.c
511
static X509_STORE *X509_STORE_new_1(void)
crypto/openssl/test/cmp_ctx_test.c
513
X509_STORE *store = X509_STORE_new();
crypto/openssl/test/cmp_ctx_test.c
771
X509_STORE *, NULL,
crypto/openssl/test/cmp_protect_test.c
338
X509_STORE *store;
crypto/openssl/test/cmp_protect_test.c
466
X509_STORE *store = X509_STORE_new();
crypto/openssl/test/cmp_vfy_test.c
147
X509_STORE *ts = OSSL_CMP_CTX_get0_trusted(fixture->cmp_ctx);
crypto/openssl/test/cmp_vfy_test.c
224
X509_STORE *ts;
crypto/openssl/test/cmp_vfy_test.c
404
X509_STORE *ts = OSSL_CMP_CTX_get0_trusted((*fixture)->cmp_ctx);
crypto/openssl/test/cmp_vfy_test.c
54
X509_STORE *ts;
crypto/openssl/test/crltest.c
342
X509_STORE *store = X509_STORE_new();
crypto/openssl/test/crltest.c
571
X509_STORE *store = X509_STORE_new();
crypto/openssl/test/danetest.c
59
X509_STORE *store = NULL;
crypto/openssl/test/pkcs7_test.c
135
X509_STORE *store = NULL;
crypto/openssl/test/pkcs7_test.c
226
X509_STORE *store = NULL;
crypto/openssl/test/sslapitest.c
11185
X509_STORE *store = NULL, *new_store = NULL,
crypto/openssl/test/sslapitest.c
11265
X509_STORE *store = NULL, *new_store = NULL,
crypto/openssl/test/threadstest.c
1302
static X509_STORE *store = NULL;
crypto/openssl/test/verify_extra_test.c
68
X509_STORE *store = NULL;
crypto/openssl/test/x509_dup_cert_test.c
20
X509_STORE *store = NULL;
crypto/openssl/test/x509_load_cert_file_test.c
20
X509_STORE *store = NULL;
lib/libfetch/common.c
1070
X509_STORE *crl_store;
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
129
X509_STORE *certstore;