Home
last modified time | relevance | path

Searched refs:log_store (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/ct/
Dct_policy.c70 CTLOG_STORE *log_store) in CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE() argument
72 ctx->log_store = log_store; in CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE()
92 return ctx->log_store; in CT_POLICY_EVAL_CTX_get0_log_store()
Dct_prn.c71 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()
Dct_log.c40 CTLOG_STORE *log_store; member
184 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log()
203 load_ctx->log_store = store; in CTLOG_STORE_load_file()
Dct_local.h109 CTLOG_STORE *log_store; member
Dct_sct.c306 log = CTLOG_STORE_get0_log_by_id(ctx->log_store, in SCT_validate()
/third_party/openssl/include/openssl/
Dct.h100 CTLOG_STORE *log_store);
/third_party/openssl/doc/man3/
DCT_POLICY_EVAL_CTX_new.pod24 CTLOG_STORE *log_store);
/third_party/openssl/apps/
Ds_client.c3253 const CTLOG_STORE *log_store = SSL_CTX_get0_ctlog_store(ctx); in print_stuff() local
3261 SCT_print(sct, bio, 0, log_store); in print_stuff()