Lines Matching refs:OSSL_STORE_INFO

43 DEFINE_STACK_OF(OSSL_STORE_INFO)  in DEFINE_STACK_OF()  argument
170 static struct embedded_st *get0_EMBEDDED(OSSL_STORE_INFO *info) in get0_EMBEDDED()
175 static void store_info_free(OSSL_STORE_INFO *info) in store_info_free()
187 static OSSL_STORE_INFO *new_EMBEDDED(const char *new_pem_name, in new_EMBEDDED()
190 OSSL_STORE_INFO *info = NULL; in new_EMBEDDED()
256 typedef OSSL_STORE_INFO *(*file_try_decode_fn)(const char *pem_name,
293 static OSSL_STORE_INFO *try_decode_PKCS12(const char *pem_name, in try_decode_PKCS12()
303 OSSL_STORE_INFO *store_info = NULL; in try_decode_PKCS12()
304 STACK_OF(OSSL_STORE_INFO) *ctx = *pctx; in try_decode_PKCS12()
341 OSSL_STORE_INFO *osi_pkey = NULL; in try_decode_PKCS12()
342 OSSL_STORE_INFO *osi_cert = NULL; in try_decode_PKCS12()
343 OSSL_STORE_INFO *osi_ca = NULL; in try_decode_PKCS12()
402 STACK_OF(OSSL_STORE_INFO) *ctx = ctx_; in eof_PKCS12()
409 STACK_OF(OSSL_STORE_INFO) *ctx = *pctx; in destroy_ctx_PKCS12()
428 static OSSL_STORE_INFO *try_decode_PKCS8Encrypted(const char *pem_name, in try_decode_PKCS8Encrypted()
444 OSSL_STORE_INFO *store_info = NULL; in try_decode_PKCS8Encrypted()
505 static OSSL_STORE_INFO *try_decode_PrivateKey(const char *pem_name, in try_decode_PrivateKey()
515 OSSL_STORE_INFO *store_info = NULL; in try_decode_PrivateKey()
634 static OSSL_STORE_INFO *try_decode_PUBKEY(const char *pem_name, in try_decode_PUBKEY()
644 OSSL_STORE_INFO *store_info = NULL; in try_decode_PUBKEY()
670 static OSSL_STORE_INFO *try_decode_params(const char *pem_name, in try_decode_params()
680 OSSL_STORE_INFO *store_info = NULL; in try_decode_params()
747 static OSSL_STORE_INFO *try_decode_X509Certificate(const char *pem_name, in try_decode_X509Certificate()
758 OSSL_STORE_INFO *store_info = NULL; in try_decode_X509Certificate()
804 static OSSL_STORE_INFO *try_decode_X509CRL(const char *pem_name, in try_decode_X509CRL()
814 OSSL_STORE_INFO *store_info = NULL; in try_decode_X509CRL()
1160 static OSSL_STORE_INFO *file_load_try_decode(OSSL_STORE_LOADER_CTX *ctx, in file_load_try_decode()
1167 OSSL_STORE_INFO *result = NULL; in file_load_try_decode()
1188 OSSL_STORE_INFO *tmp_result; in file_load_try_decode()
1263 static OSSL_STORE_INFO *file_load_try_repeat(OSSL_STORE_LOADER_CTX *ctx, in file_load_try_repeat()
1267 OSSL_STORE_INFO *result = NULL; in file_load_try_repeat()
1328 static OSSL_STORE_INFO *file_try_read_msblob(BIO *bp, int *matchcount) in file_try_read_msblob()
1330 OSSL_STORE_INFO *result = NULL; in file_try_read_msblob()
1363 static OSSL_STORE_INFO *file_try_read_PVK(BIO *bp, const UI_METHOD *ui_method, in file_try_read_PVK()
1367 OSSL_STORE_INFO *result = NULL; in file_try_read_PVK()
1497 static OSSL_STORE_INFO *file_load(OSSL_STORE_LOADER_CTX *ctx, in file_load()
1501 OSSL_STORE_INFO *result = NULL; in file_load()