Symbol: OSSL_STORE_INFO
crypto/openssl/apps/lib/apps.c
1011
OSSL_STORE_INFO *info = OSSL_STORE_load(ctx);
crypto/openssl/apps/lib/engine_loader.c
115
static OSSL_STORE_INFO *engine_load(OSSL_STORE_LOADER_CTX *ctx,
crypto/openssl/apps/lib/engine_loader.c
119
OSSL_STORE_INFO *info = NULL;
crypto/openssl/apps/storeutl.c
403
OSSL_STORE_INFO *info = OSSL_STORE_load(store_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
422
OSSL_STORE_INFO *v = NULL;
crypto/openssl/crypto/store/store_lib.c
614
OSSL_STORE_INFO *OSSL_STORE_INFO_new(int type, void *data)
crypto/openssl/crypto/store/store_lib.c
616
OSSL_STORE_INFO *info = OPENSSL_zalloc(sizeof(*info));
crypto/openssl/crypto/store/store_lib.c
626
OSSL_STORE_INFO *OSSL_STORE_INFO_new_NAME(char *name)
crypto/openssl/crypto/store/store_lib.c
628
OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_NAME, NULL);
crypto/openssl/crypto/store/store_lib.c
641
int OSSL_STORE_INFO_set0_NAME_description(OSSL_STORE_INFO *info, char *desc)
crypto/openssl/crypto/store/store_lib.c
652
OSSL_STORE_INFO *OSSL_STORE_INFO_new_PARAMS(EVP_PKEY *params)
crypto/openssl/crypto/store/store_lib.c
654
OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_PARAMS, params);
crypto/openssl/crypto/store/store_lib.c
661
OSSL_STORE_INFO *OSSL_STORE_INFO_new_PUBKEY(EVP_PKEY *pkey)
crypto/openssl/crypto/store/store_lib.c
663
OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_PUBKEY, pkey);
crypto/openssl/crypto/store/store_lib.c
670
OSSL_STORE_INFO *OSSL_STORE_INFO_new_PKEY(EVP_PKEY *pkey)
crypto/openssl/crypto/store/store_lib.c
672
OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_PKEY, pkey);
crypto/openssl/crypto/store/store_lib.c
679
OSSL_STORE_INFO *OSSL_STORE_INFO_new_CERT(X509 *x509)
crypto/openssl/crypto/store/store_lib.c
681
OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_CERT, x509);
crypto/openssl/crypto/store/store_lib.c
688
OSSL_STORE_INFO *OSSL_STORE_INFO_new_CRL(X509_CRL *crl)
crypto/openssl/crypto/store/store_lib.c
690
OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_CRL, crl);
crypto/openssl/crypto/store/store_lib.c
700
int OSSL_STORE_INFO_get_type(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
705
void *OSSL_STORE_INFO_get0_data(int type, const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
712
const char *OSSL_STORE_INFO_get0_NAME(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
719
char *OSSL_STORE_INFO_get1_NAME(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
727
const char *OSSL_STORE_INFO_get0_NAME_description(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
734
char *OSSL_STORE_INFO_get1_NAME_description(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
742
EVP_PKEY *OSSL_STORE_INFO_get0_PARAMS(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
749
EVP_PKEY *OSSL_STORE_INFO_get1_PARAMS(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
760
EVP_PKEY *OSSL_STORE_INFO_get0_PUBKEY(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
767
EVP_PKEY *OSSL_STORE_INFO_get1_PUBKEY(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
778
EVP_PKEY *OSSL_STORE_INFO_get0_PKEY(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
785
EVP_PKEY *OSSL_STORE_INFO_get1_PKEY(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
796
X509 *OSSL_STORE_INFO_get0_CERT(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
803
X509 *OSSL_STORE_INFO_get1_CERT(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
814
X509_CRL *OSSL_STORE_INFO_get0_CRL(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
821
X509_CRL *OSSL_STORE_INFO_get1_CRL(const OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_lib.c
835
void OSSL_STORE_INFO_free(OSSL_STORE_INFO *info)
crypto/openssl/crypto/store/store_local.h
152
STACK_OF(OSSL_STORE_INFO) *cached_info;
crypto/openssl/crypto/store/store_local.h
175
OSSL_STORE_INFO *v; /* To be filled in */
crypto/openssl/crypto/store/store_local.h
43
DEFINE_STACK_OF(OSSL_STORE_INFO)
crypto/openssl/crypto/store/store_result.c
174
static int try_name(struct extracted_param_data_st *data, OSSL_STORE_INFO **v)
crypto/openssl/crypto/store/store_result.c
317
typedef OSSL_STORE_INFO *store_info_new_fn(EVP_PKEY *);
crypto/openssl/crypto/store/store_result.c
401
static int try_key(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
crypto/openssl/crypto/store/store_result.c
472
static int try_cert(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
crypto/openssl/crypto/store/store_result.c
520
static int try_crl(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
crypto/openssl/crypto/store/store_result.c
548
static int try_pkcs12(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
crypto/openssl/crypto/store/store_result.c
610
STACK_OF(OSSL_STORE_INFO) *infos = NULL;
crypto/openssl/crypto/store/store_result.c
611
OSSL_STORE_INFO *osi_pkey = NULL;
crypto/openssl/crypto/store/store_result.c
612
OSSL_STORE_INFO *osi_cert = NULL;
crypto/openssl/crypto/store/store_result.c
613
OSSL_STORE_INFO *osi_ca = NULL;
crypto/openssl/crypto/store/store_result.c
76
static int try_name(struct extracted_param_data_st *, OSSL_STORE_INFO **);
crypto/openssl/crypto/store/store_result.c
77
static int try_key(struct extracted_param_data_st *, OSSL_STORE_INFO **,
crypto/openssl/crypto/store/store_result.c
80
static int try_cert(struct extracted_param_data_st *, OSSL_STORE_INFO **,
crypto/openssl/crypto/store/store_result.c
82
static int try_crl(struct extracted_param_data_st *, OSSL_STORE_INFO **,
crypto/openssl/crypto/store/store_result.c
84
static int try_pkcs12(struct extracted_param_data_st *, OSSL_STORE_INFO **,
crypto/openssl/crypto/store/store_result.c
90
OSSL_STORE_INFO **v = &cbdata->v;
crypto/openssl/crypto/x509/by_store.c
59
OSSL_STORE_INFO *info = OSSL_STORE_load(ctx);
crypto/openssl/engines/e_loader_attic.c
1158
static OSSL_STORE_INFO *file_load_try_decode(OSSL_STORE_LOADER_CTX *ctx,
crypto/openssl/engines/e_loader_attic.c
1165
OSSL_STORE_INFO *result = NULL;
crypto/openssl/engines/e_loader_attic.c
1184
OSSL_STORE_INFO *tmp_result;
crypto/openssl/engines/e_loader_attic.c
1258
static OSSL_STORE_INFO *file_load_try_repeat(OSSL_STORE_LOADER_CTX *ctx,
crypto/openssl/engines/e_loader_attic.c
1262
OSSL_STORE_INFO *result = NULL;
crypto/openssl/engines/e_loader_attic.c
1322
static OSSL_STORE_INFO *file_try_read_msblob(BIO *bp, int *matchcount)
crypto/openssl/engines/e_loader_attic.c
1324
OSSL_STORE_INFO *result = NULL;
crypto/openssl/engines/e_loader_attic.c
1360
static OSSL_STORE_INFO *file_try_read_PVK(BIO *bp, const UI_METHOD *ui_method,
crypto/openssl/engines/e_loader_attic.c
1364
OSSL_STORE_INFO *result = NULL;
crypto/openssl/engines/e_loader_attic.c
1497
static OSSL_STORE_INFO *file_load(OSSL_STORE_LOADER_CTX *ctx,
crypto/openssl/engines/e_loader_attic.c
1501
OSSL_STORE_INFO *result = NULL;
crypto/openssl/engines/e_loader_attic.c
173
static struct embedded_st *get0_EMBEDDED(OSSL_STORE_INFO *info)
crypto/openssl/engines/e_loader_attic.c
178
static void store_info_free(OSSL_STORE_INFO *info)
crypto/openssl/engines/e_loader_attic.c
190
static OSSL_STORE_INFO *new_EMBEDDED(const char *new_pem_name,
crypto/openssl/engines/e_loader_attic.c
193
OSSL_STORE_INFO *info = NULL;
crypto/openssl/engines/e_loader_attic.c
258
typedef OSSL_STORE_INFO *(*file_try_decode_fn)(const char *pem_name,
crypto/openssl/engines/e_loader_attic.c
295
static OSSL_STORE_INFO *try_decode_PKCS12(const char *pem_name,
crypto/openssl/engines/e_loader_attic.c
305
OSSL_STORE_INFO *store_info = NULL;
crypto/openssl/engines/e_loader_attic.c
306
STACK_OF(OSSL_STORE_INFO) *ctx = *pctx;
crypto/openssl/engines/e_loader_attic.c
344
OSSL_STORE_INFO *osi_pkey = NULL;
crypto/openssl/engines/e_loader_attic.c
345
OSSL_STORE_INFO *osi_cert = NULL;
crypto/openssl/engines/e_loader_attic.c
346
OSSL_STORE_INFO *osi_ca = NULL;
crypto/openssl/engines/e_loader_attic.c
405
STACK_OF(OSSL_STORE_INFO) *ctx = ctx_;
crypto/openssl/engines/e_loader_attic.c
412
STACK_OF(OSSL_STORE_INFO) *ctx = *pctx;
crypto/openssl/engines/e_loader_attic.c
431
static OSSL_STORE_INFO *try_decode_PKCS8Encrypted(const char *pem_name,
crypto/openssl/engines/e_loader_attic.c
447
OSSL_STORE_INFO *store_info = NULL;
crypto/openssl/engines/e_loader_attic.c
45
DEFINE_STACK_OF(OSSL_STORE_INFO)
crypto/openssl/engines/e_loader_attic.c
509
static OSSL_STORE_INFO *try_decode_PrivateKey(const char *pem_name,
crypto/openssl/engines/e_loader_attic.c
519
OSSL_STORE_INFO *store_info = NULL;
crypto/openssl/engines/e_loader_attic.c
637
static OSSL_STORE_INFO *try_decode_PUBKEY(const char *pem_name,
crypto/openssl/engines/e_loader_attic.c
647
OSSL_STORE_INFO *store_info = NULL;
crypto/openssl/engines/e_loader_attic.c
673
static OSSL_STORE_INFO *try_decode_params(const char *pem_name,
crypto/openssl/engines/e_loader_attic.c
683
OSSL_STORE_INFO *store_info = NULL;
crypto/openssl/engines/e_loader_attic.c
750
static OSSL_STORE_INFO *try_decode_X509Certificate(const char *pem_name,
crypto/openssl/engines/e_loader_attic.c
761
OSSL_STORE_INFO *store_info = NULL;
crypto/openssl/engines/e_loader_attic.c
807
static OSSL_STORE_INFO *try_decode_X509CRL(const char *pem_name,
crypto/openssl/engines/e_loader_attic.c
817
OSSL_STORE_INFO *store_info = NULL;
crypto/openssl/include/openssl/store.h
171
OSSL_STORE_INFO *OSSL_STORE_INFO_new(int type, void *data);
crypto/openssl/include/openssl/store.h
172
OSSL_STORE_INFO *OSSL_STORE_INFO_new_NAME(char *name);
crypto/openssl/include/openssl/store.h
173
int OSSL_STORE_INFO_set0_NAME_description(OSSL_STORE_INFO *info, char *desc);
crypto/openssl/include/openssl/store.h
174
OSSL_STORE_INFO *OSSL_STORE_INFO_new_PARAMS(EVP_PKEY *params);
crypto/openssl/include/openssl/store.h
175
OSSL_STORE_INFO *OSSL_STORE_INFO_new_PUBKEY(EVP_PKEY *pubkey);
crypto/openssl/include/openssl/store.h
176
OSSL_STORE_INFO *OSSL_STORE_INFO_new_PKEY(EVP_PKEY *pkey);
crypto/openssl/include/openssl/store.h
177
OSSL_STORE_INFO *OSSL_STORE_INFO_new_CERT(X509 *x509);
crypto/openssl/include/openssl/store.h
178
OSSL_STORE_INFO *OSSL_STORE_INFO_new_CRL(X509_CRL *crl);
crypto/openssl/include/openssl/store.h
183
int OSSL_STORE_INFO_get_type(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
184
void *OSSL_STORE_INFO_get0_data(int type, const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
185
const char *OSSL_STORE_INFO_get0_NAME(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
186
char *OSSL_STORE_INFO_get1_NAME(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
187
const char *OSSL_STORE_INFO_get0_NAME_description(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
188
char *OSSL_STORE_INFO_get1_NAME_description(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
189
EVP_PKEY *OSSL_STORE_INFO_get0_PARAMS(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
190
EVP_PKEY *OSSL_STORE_INFO_get1_PARAMS(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
191
EVP_PKEY *OSSL_STORE_INFO_get0_PUBKEY(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
192
EVP_PKEY *OSSL_STORE_INFO_get1_PUBKEY(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
193
EVP_PKEY *OSSL_STORE_INFO_get0_PKEY(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
194
EVP_PKEY *OSSL_STORE_INFO_get1_PKEY(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
195
X509 *OSSL_STORE_INFO_get0_CERT(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
196
X509 *OSSL_STORE_INFO_get1_CERT(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
197
X509_CRL *OSSL_STORE_INFO_get0_CRL(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
198
X509_CRL *OSSL_STORE_INFO_get1_CRL(const OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
205
void OSSL_STORE_INFO_free(OSSL_STORE_INFO *info);
crypto/openssl/include/openssl/store.h
307
typedef OSSL_STORE_INFO *(*OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX *ctx, const UI_METHOD *ui_method, void *ui_data);
crypto/openssl/include/openssl/store.h
44
typedef OSSL_STORE_INFO *(*OSSL_STORE_post_process_info_fn)(OSSL_STORE_INFO *,
crypto/openssl/include/openssl/store.h
99
OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx);
crypto/openssl/providers/implementations/storemgmt/file_store.c
35
DEFINE_STACK_OF(OSSL_STORE_INFO)
crypto/openssl/ssl/ssl_cert.c
1004
OSSL_STORE_INFO *info = NULL;
crypto/openssl/test/ossl_store_test.c
104
OSSL_STORE_INFO *info = NULL;
crypto/openssl/test/ossl_store_test.c
145
OSSL_STORE_INFO *info;
crypto/openssl/test/provider_pkey_test.c
320
OSSL_STORE_INFO *info;
crypto/openssl/test/provider_pkey_test.c
371
OSSL_STORE_INFO *info;