Symbol: CTLOG_STORE
crypto/libressl/crypto/ct/ct_local.h
150
CTLOG_STORE *log_store;
crypto/libressl/crypto/ct/ct_log.c
146
CTLOG_STORE *
crypto/libressl/crypto/ct/ct_log.c
149
CTLOG_STORE *ret = calloc(1, sizeof(*ret));
crypto/libressl/crypto/ct/ct_log.c
167
CTLOG_STORE_free(CTLOG_STORE *store)
crypto/libressl/crypto/ct/ct_log.c
197
CTLOG_STORE_load_default_file(CTLOG_STORE *store)
crypto/libressl/crypto/ct/ct_log.c
250
CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
crypto/libressl/crypto/ct/ct_log.c
353
CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, const uint8_t *log_id,
crypto/libressl/crypto/ct/ct_log.c
92
CTLOG_STORE *log_store;
crypto/libressl/crypto/ct/ct_policy.c
120
CTLOG_STORE *log_store)
crypto/libressl/crypto/ct/ct_policy.c
143
const CTLOG_STORE *
crypto/libressl/crypto/ct/ct_prn.c
151
SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store)
crypto/libressl/crypto/ct/ct_prn.c
196
const char *separator, const CTLOG_STORE *log_store)
crypto/libressl/include/openssl/ct.h
139
const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
crypto/libressl/include/openssl/ct.h
143
CTLOG_STORE *log_store);
crypto/libressl/include/openssl/ct.h
321
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
crypto/libressl/include/openssl/ct.h
331
const char *separator, const CTLOG_STORE *logs);
crypto/libressl/include/openssl/ct.h
483
CTLOG_STORE *CTLOG_STORE_new(void);
crypto/libressl/include/openssl/ct.h
488
void CTLOG_STORE_free(CTLOG_STORE *store);
crypto/libressl/include/openssl/ct.h
494
const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
crypto/libressl/include/openssl/ct.h
501
int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
crypto/libressl/include/openssl/ct.h
507
int CTLOG_STORE_load_default_file(CTLOG_STORE *store);