Symbol: CTLOG_STORE
lib/libcrypto/ct/ct.h
139
const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
lib/libcrypto/ct/ct.h
143
CTLOG_STORE *log_store);
lib/libcrypto/ct/ct.h
321
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
lib/libcrypto/ct/ct.h
331
const char *separator, const CTLOG_STORE *logs);
lib/libcrypto/ct/ct.h
483
CTLOG_STORE *CTLOG_STORE_new(void);
lib/libcrypto/ct/ct.h
488
void CTLOG_STORE_free(CTLOG_STORE *store);
lib/libcrypto/ct/ct.h
494
const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
lib/libcrypto/ct/ct.h
501
int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
lib/libcrypto/ct/ct.h
507
int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
lib/libcrypto/ct/ct_local.h
153
CTLOG_STORE *log_store;
lib/libcrypto/ct/ct_log.c
150
CTLOG_STORE *
lib/libcrypto/ct/ct_log.c
153
CTLOG_STORE *ret = calloc(1, sizeof(*ret));
lib/libcrypto/ct/ct_log.c
172
CTLOG_STORE_free(CTLOG_STORE *store)
lib/libcrypto/ct/ct_log.c
203
CTLOG_STORE_load_default_file(CTLOG_STORE *store)
lib/libcrypto/ct/ct_log.c
257
CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
lib/libcrypto/ct/ct_log.c
366
CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, const uint8_t *log_id,
lib/libcrypto/ct/ct_log.c
96
CTLOG_STORE *log_store;
lib/libcrypto/ct/ct_policy.c
125
CTLOG_STORE *log_store)
lib/libcrypto/ct/ct_policy.c
152
const CTLOG_STORE *
lib/libcrypto/ct/ct_prn.c
152
SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store)
lib/libcrypto/ct/ct_prn.c
198
const char *separator, const CTLOG_STORE *log_store)
regress/lib/libcrypto/ct/cttest.c
405
CTLOG_STORE *ctlog_store = NULL;