Symbol: OSSL_STORE_CTX
crypto/openssl/apps/lib/apps.c
904
OSSL_STORE_CTX *ctx = NULL;
crypto/openssl/apps/storeutl.c
367
OSSL_STORE_CTX *store_ctx = NULL;
crypto/openssl/crypto/store/store_lib.c
1028
OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bp, const char *scheme,
crypto/openssl/crypto/store/store_lib.c
1038
OSSL_STORE_CTX *ctx = NULL;
crypto/openssl/crypto/store/store_lib.c
217
OSSL_STORE_CTX tmpctx = {
crypto/openssl/crypto/store/store_lib.c
240
OSSL_STORE_CTX *OSSL_STORE_open(const char *uri,
crypto/openssl/crypto/store/store_lib.c
250
int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ...)
crypto/openssl/crypto/store/store_lib.c
262
int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args)
crypto/openssl/crypto/store/store_lib.c
293
int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type)
crypto/openssl/crypto/store/store_lib.c
324
int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search)
crypto/openssl/crypto/store/store_lib.c
33
static int ossl_store_close_it(OSSL_STORE_CTX *ctx);
crypto/openssl/crypto/store/store_lib.c
420
OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx)
crypto/openssl/crypto/store/store_lib.c
542
int OSSL_STORE_error(OSSL_STORE_CTX *ctx)
crypto/openssl/crypto/store/store_lib.c
555
int OSSL_STORE_eof(OSSL_STORE_CTX *ctx)
crypto/openssl/crypto/store/store_lib.c
577
static int ossl_store_close_it(OSSL_STORE_CTX *ctx)
crypto/openssl/crypto/store/store_lib.c
599
int OSSL_STORE_close(OSSL_STORE_CTX *ctx)
crypto/openssl/crypto/store/store_lib.c
63
OSSL_STORE_CTX *
crypto/openssl/crypto/store/store_lib.c
74
OSSL_STORE_CTX *ctx = NULL;
crypto/openssl/crypto/store/store_lib.c
863
int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type)
crypto/openssl/crypto/store/store_local.h
176
OSSL_STORE_CTX *ctx;
crypto/openssl/crypto/store/store_result.c
202
OSSL_STORE_CTX *ctx,
crypto/openssl/crypto/store/store_result.c
274
OSSL_STORE_CTX *ctx,
crypto/openssl/crypto/store/store_result.c
321
OSSL_STORE_CTX *ctx,
crypto/openssl/crypto/store/store_result.c
402
OSSL_STORE_CTX *ctx, const OSSL_PROVIDER *provider,
crypto/openssl/crypto/store/store_result.c
549
OSSL_STORE_CTX *ctx,
crypto/openssl/crypto/store/store_result.c
78
OSSL_STORE_CTX *, const OSSL_PROVIDER *,
crypto/openssl/crypto/store/store_result.c
85
OSSL_STORE_CTX *, OSSL_LIB_CTX *, const char *);
crypto/openssl/crypto/store/store_result.c
91
OSSL_STORE_CTX *ctx = cbdata->ctx;
crypto/openssl/crypto/x509/by_store.c
133
OSSL_STORE_CTX *sctx;
crypto/openssl/crypto/x509/by_store.c
29
OSSL_STORE_CTX *ctx;
crypto/openssl/include/openssl/store.h
113
int OSSL_STORE_eof(OSSL_STORE_CTX *ctx);
crypto/openssl/include/openssl/store.h
119
int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
crypto/openssl/include/openssl/store.h
125
int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
crypto/openssl/include/openssl/store.h
140
OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bio, const char *scheme,
crypto/openssl/include/openssl/store.h
219
int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);
crypto/openssl/include/openssl/store.h
254
int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
crypto/openssl/include/openssl/store.h
255
int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search);
crypto/openssl/include/openssl/store.h
55
OSSL_STORE_CTX *
crypto/openssl/include/openssl/store.h
59
OSSL_STORE_CTX *
crypto/openssl/include/openssl/store.h
73
OSSL_DEPRECATEDIN_3_0 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd,
crypto/openssl/include/openssl/store.h
75
OSSL_DEPRECATEDIN_3_0 int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd,
crypto/openssl/include/openssl/store.h
99
OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx);
crypto/openssl/ssl/ssl_cert.c
1001
OSSL_STORE_CTX *ctx = NULL;
crypto/openssl/test/ossl_store_test.c
101
OSSL_STORE_CTX *sctx = NULL;
crypto/openssl/test/ossl_store_test.c
144
OSSL_STORE_CTX *ctx = NULL;
crypto/openssl/test/ossl_store_test.c
228
OSSL_STORE_CTX *store_ctx = NULL;
crypto/openssl/test/ossl_store_test.c
42
OSSL_STORE_CTX *sctx = NULL;
crypto/openssl/test/provider_pkey_test.c
319
OSSL_STORE_CTX *ctx = NULL;
crypto/openssl/test/provider_pkey_test.c
370
OSSL_STORE_CTX *ctx = NULL;
crypto/openssl/test/provider_pkey_test.c
453
OSSL_STORE_CTX *ctx = NULL;