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

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ct/
H A Dct_log.c187 CTLOG_STORE_LOAD_CTX *load_ctx = arg; local
201 ret = ctlog_new_from_conf(load_ctx->log_store, &ct_log, load_ctx->conf, tmp);
210 ++load_ctx->invalid_log_entries;
214 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) {
229 CTLOG_STORE_LOAD_CTX* load_ctx = ctlog_store_load_ctx_new(); local
231 if (load_ctx == NULL)
233 load_ctx->log_store = store;
234 load_ctx->conf = NCONF_new(NULL);
235 if (load_ctx
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ct/
H A Dct_log.c157 CTLOG_STORE_LOAD_CTX *load_ctx = arg; local
171 ret = ctlog_new_from_conf(&ct_log, load_ctx->conf, tmp);
180 ++load_ctx->invalid_log_entries;
184 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) {
199 CTLOG_STORE_LOAD_CTX* load_ctx = ctlog_store_load_ctx_new(); local
201 if (load_ctx == NULL)
203 load_ctx->log_store = store;
204 load_ctx->conf = NCONF_new(NULL);
205 if (load_ctx->conf == NULL)
208 if (NCONF_load(load_ctx
[all...]

Completed in 263 milliseconds