Symbol: CTLOG_STORE
crypto/openssl/apps/s_client.c
3556
const CTLOG_STORE *log_store = SSL_CTX_get0_ctlog_store(ctx);
crypto/openssl/crypto/ct/ct_local.h
113
CTLOG_STORE *log_store;
crypto/openssl/crypto/ct/ct_log.c
100
CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq)
crypto/openssl/crypto/ct/ct_log.c
102
CTLOG_STORE *ret = OPENSSL_zalloc(sizeof(*ret));
crypto/openssl/crypto/ct/ct_log.c
126
CTLOG_STORE *CTLOG_STORE_new(void)
crypto/openssl/crypto/ct/ct_log.c
131
void CTLOG_STORE_free(CTLOG_STORE *store)
crypto/openssl/crypto/ct/ct_log.c
140
static int ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log,
crypto/openssl/crypto/ct/ct_log.c
161
int CTLOG_STORE_load_default_file(CTLOG_STORE *store)
crypto/openssl/crypto/ct/ct_log.c
215
int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
crypto/openssl/crypto/ct/ct_log.c
322
const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
crypto/openssl/crypto/ct/ct_log.c
44
CTLOG_STORE *log_store;
crypto/openssl/crypto/ct/ct_policy.c
105
const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx)
crypto/openssl/crypto/ct/ct_policy.c
85
CTLOG_STORE *log_store)
crypto/openssl/crypto/ct/ct_prn.c
115
const char *separator, const CTLOG_STORE *log_store)
crypto/openssl/crypto/ct/ct_prn.c
71
const CTLOG_STORE *log_store)
crypto/openssl/include/openssl/ct.h
169
const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
crypto/openssl/include/openssl/ct.h
173
CTLOG_STORE *log_store);
crypto/openssl/include/openssl/ct.h
354
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
crypto/openssl/include/openssl/ct.h
364
const char *separator, const CTLOG_STORE *logs);
crypto/openssl/include/openssl/ct.h
536
CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
crypto/openssl/include/openssl/ct.h
543
CTLOG_STORE *CTLOG_STORE_new(void);
crypto/openssl/include/openssl/ct.h
548
void CTLOG_STORE_free(CTLOG_STORE *store);
crypto/openssl/include/openssl/ct.h
554
const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
crypto/openssl/include/openssl/ct.h
562
__owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
crypto/openssl/include/openssl/ct.h
568
__owur int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
crypto/openssl/include/openssl/ssl.h
2714
void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs);
crypto/openssl/include/openssl/ssl.h
2723
const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx);
crypto/openssl/ssl/ssl_lib.c
6701
void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs)
crypto/openssl/ssl/ssl_lib.c
6707
const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx)
crypto/openssl/ssl/ssl_local.h
950
CTLOG_STORE *ctlog_store; /* CT Log Store */
crypto/openssl/test/ct_test.c
36
CTLOG_STORE *ctlog_store;