Home
last modified time | relevance | path

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

/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()
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()
240 load_ctx->invalid_log_entries > 0) { in CTLOG_STORE_load_file()
247 NCONF_free(load_ctx->conf); in CTLOG_STORE_load_file()
[all …]

Completed in 4 milliseconds