Searched refs:ctlog_store (Results 1 – 3 of 3) sorted by relevance
36 CTLOG_STORE* ctlog_store; member68 if (!TEST_ptr(fixture->ctlog_store = CTLOG_STORE_new()) in set_up()70 CTLOG_STORE_load_default_file(fixture->ctlog_store), 1)) in set_up()76 CTLOG_STORE_free(fixture->ctlog_store); in set_up()85 CTLOG_STORE_free(fixture->ctlog_store); in tear_down()247 ct_policy_ctx, fixture->ctlog_store); in execute_cert_test()
3266 ret->ctlog_store = CTLOG_STORE_new_ex(libctx, propq); in SSL_CTX_new_ex()3267 if (ret->ctlog_store == NULL) in SSL_CTX_new_ex()3462 CTLOG_STORE_free(a->ctlog_store); in SSL_CTX_free()5249 CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE(ctx, s->ctx->ctlog_store); in ssl_validate_ct()5330 return CTLOG_STORE_load_default_file(ctx->ctlog_store); in SSL_CTX_set_default_ctlog_list_file()5335 return CTLOG_STORE_load_file(ctx->ctlog_store, path); in SSL_CTX_set_ctlog_list_file()5340 CTLOG_STORE_free(ctx->ctlog_store); in SSL_CTX_set0_ctlog_store()5341 ctx->ctlog_store = logs; in SSL_CTX_set0_ctlog_store()5346 return ctx->ctlog_store; in SSL_CTX_get0_ctlog_store()
998 CTLOG_STORE *ctlog_store; /* CT Log Store */ member