CTLOG_STORE
const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
CTLOG_STORE *log_store);
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
const char *separator, const CTLOG_STORE *logs);
CTLOG_STORE *CTLOG_STORE_new(void);
void CTLOG_STORE_free(CTLOG_STORE *store);
const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
CTLOG_STORE *log_store;
CTLOG_STORE *
CTLOG_STORE *ret = calloc(1, sizeof(*ret));
CTLOG_STORE_free(CTLOG_STORE *store)
CTLOG_STORE_load_default_file(CTLOG_STORE *store)
CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, const uint8_t *log_id,
CTLOG_STORE *log_store;
CTLOG_STORE *log_store)
const CTLOG_STORE *
SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store)
const char *separator, const CTLOG_STORE *log_store)
CTLOG_STORE *ctlog_store = NULL;