Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ct/
H A Dct_log.c180 CTLOG_STORE_LOAD_CTX *load_ctx = arg; in ctlog_store_load_log() local
194 ret = ctlog_new_from_conf(load_ctx->log_store, &ct_log, load_ctx->conf, tmp); in ctlog_store_load_log()
203 ++load_ctx->invalid_log_entries; in ctlog_store_load_log()
207 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log()
219 CTLOG_STORE_LOAD_CTX *load_ctx = ctlog_store_load_ctx_new(); in CTLOG_STORE_load_file() local
221 if (load_ctx == NULL) in CTLOG_STORE_load_file()
223 load_ctx->log_store = store; in CTLOG_STORE_load_file()
224 load_ctx->conf = NCONF_new(NULL); in CTLOG_STORE_load_file()
225 if (load_ctx->conf == NULL) in CTLOG_STORE_load_file()
228 if (NCONF_load(load_ctx->conf, file, NULL) <= 0) { in CTLOG_STORE_load_file()
[all …]