Lines Matching refs:info
387 OSSL_STORE_INFO *info = OSSL_STORE_load(store_ctx); in process() local
388 int type = info == NULL ? 0 : OSSL_STORE_INFO_get_type(info); in process()
390 info == NULL ? NULL : OSSL_STORE_INFO_type_string(type); in process()
392 if (info == NULL) { in process()
417 const char *name = OSSL_STORE_INFO_get0_NAME(info); in process()
418 const char *desc = OSSL_STORE_INFO_get0_NAME_description(info); in process()
442 const char *suburi = OSSL_STORE_INFO_get0_NAME(info); in process()
451 EVP_PKEY_print_params(out, OSSL_STORE_INFO_get0_PARAMS(info), in process()
455 OSSL_STORE_INFO_get0_PARAMS(info)); in process()
459 EVP_PKEY_print_public(out, OSSL_STORE_INFO_get0_PUBKEY(info), in process()
462 PEM_write_bio_PUBKEY(out, OSSL_STORE_INFO_get0_PUBKEY(info)); in process()
466 EVP_PKEY_print_private(out, OSSL_STORE_INFO_get0_PKEY(info), in process()
469 PEM_write_bio_PrivateKey(out, OSSL_STORE_INFO_get0_PKEY(info), in process()
474 X509_print(out, OSSL_STORE_INFO_get0_CERT(info)); in process()
476 PEM_write_bio_X509(out, OSSL_STORE_INFO_get0_CERT(info)); in process()
480 X509_CRL_print(out, OSSL_STORE_INFO_get0_CRL(info)); in process()
482 PEM_write_bio_X509_CRL(out, OSSL_STORE_INFO_get0_CRL(info)); in process()
490 OSSL_STORE_INFO_free(info); in process()