Lines Matching refs:OSSL_STORE_INFO

43 DEFINE_STACK_OF(OSSL_STORE_INFO)  in DEFINE_STACK_OF()  argument
175 static struct embedded_st *get0_EMBEDDED(OSSL_STORE_INFO *info) in get0_EMBEDDED()
180 static void store_info_free(OSSL_STORE_INFO *info) in store_info_free()
192 static OSSL_STORE_INFO *new_EMBEDDED(const char *new_pem_name, in new_EMBEDDED()
195 OSSL_STORE_INFO *info = NULL; in new_EMBEDDED()
261 typedef OSSL_STORE_INFO *(*file_try_decode_fn)(const char *pem_name,
298 static OSSL_STORE_INFO *try_decode_PKCS12(const char *pem_name, in try_decode_PKCS12()
308 OSSL_STORE_INFO *store_info = NULL; in try_decode_PKCS12()
309 STACK_OF(OSSL_STORE_INFO) *ctx = *pctx; in try_decode_PKCS12()
346 OSSL_STORE_INFO *osi_pkey = NULL; in try_decode_PKCS12()
347 OSSL_STORE_INFO *osi_cert = NULL; in try_decode_PKCS12()
348 OSSL_STORE_INFO *osi_ca = NULL; in try_decode_PKCS12()
407 STACK_OF(OSSL_STORE_INFO) *ctx = ctx_; in eof_PKCS12()
414 STACK_OF(OSSL_STORE_INFO) *ctx = *pctx; in destroy_ctx_PKCS12()
433 static OSSL_STORE_INFO *try_decode_PKCS8Encrypted(const char *pem_name, in try_decode_PKCS8Encrypted()
449 OSSL_STORE_INFO *store_info = NULL; in try_decode_PKCS8Encrypted()
510 static OSSL_STORE_INFO *try_decode_PrivateKey(const char *pem_name, in try_decode_PrivateKey()
520 OSSL_STORE_INFO *store_info = NULL; in try_decode_PrivateKey()
639 static OSSL_STORE_INFO *try_decode_PUBKEY(const char *pem_name, in try_decode_PUBKEY()
649 OSSL_STORE_INFO *store_info = NULL; in try_decode_PUBKEY()
675 static OSSL_STORE_INFO *try_decode_params(const char *pem_name, in try_decode_params()
685 OSSL_STORE_INFO *store_info = NULL; in try_decode_params()
752 static OSSL_STORE_INFO *try_decode_X509Certificate(const char *pem_name, in try_decode_X509Certificate()
763 OSSL_STORE_INFO *store_info = NULL; in try_decode_X509Certificate()
809 static OSSL_STORE_INFO *try_decode_X509CRL(const char *pem_name, in try_decode_X509CRL()
819 OSSL_STORE_INFO *store_info = NULL; in try_decode_X509CRL()
1174 static OSSL_STORE_INFO *file_load_try_decode(OSSL_STORE_LOADER_CTX *ctx, in file_load_try_decode()
1181 OSSL_STORE_INFO *result = NULL; in file_load_try_decode()
1204 OSSL_STORE_INFO *tmp_result; in file_load_try_decode()
1279 static OSSL_STORE_INFO *file_load_try_repeat(OSSL_STORE_LOADER_CTX *ctx, in file_load_try_repeat()
1283 OSSL_STORE_INFO *result = NULL; in file_load_try_repeat()
1344 static OSSL_STORE_INFO *file_try_read_msblob(BIO *bp, int *matchcount) in file_try_read_msblob()
1346 OSSL_STORE_INFO *result = NULL; in file_try_read_msblob()
1379 static OSSL_STORE_INFO *file_try_read_PVK(BIO *bp, const UI_METHOD *ui_method, in file_try_read_PVK()
1383 OSSL_STORE_INFO *result = NULL; in file_try_read_PVK()
1514 static OSSL_STORE_INFO *file_load(OSSL_STORE_LOADER_CTX *ctx, in file_load()
1518 OSSL_STORE_INFO *result = NULL; in file_load()