Searched refs:log_store (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_prn.c | 71 const CTLOG_STORE *log_store) in SCT_print() argument 75 if (log_store != NULL) { in SCT_print() 76 log = CTLOG_STORE_get0_log_by_id(log_store, sct->log_id, in SCT_print() 115 const char *separator, const CTLOG_STORE *log_store) in SCT_LIST_print() argument 123 SCT_print(sct, out, indent, log_store); in SCT_LIST_print()
|
H A D | ct_policy.c | 87 CTLOG_STORE *log_store) in CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE() argument 89 ctx->log_store = log_store; in CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE() 109 return ctx->log_store; in CT_POLICY_EVAL_CTX_get0_log_store()
|
H A D | ct_log.c | 44 CTLOG_STORE *log_store; member 201 ret = ctlog_new_from_conf(load_ctx->log_store, &ct_log, load_ctx->conf, tmp); in ctlog_store_load_log() 214 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log() 233 load_ctx->log_store = store; in CTLOG_STORE_load_file()
|
H A D | ct_local.h | 112 CTLOG_STORE *log_store; member
|
H A D | ct_sct.c | 306 log = CTLOG_STORE_get0_log_by_id(ctx->log_store, in SCT_validate()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CT_POLICY_EVAL_CTX_new.pod | 27 CTLOG_STORE *log_store);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ct.h | 171 CTLOG_STORE *log_store);
|
H A D | ct.h.in | 123 CTLOG_STORE *log_store);
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 3212 const CTLOG_STORE *log_store = SSL_CTX_get0_ctlog_store(ctx); in print_stuff() local 3220 SCT_print(sct, bio, 0, log_store); in print_stuff()
|