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()
4096 ret->ctlog_store = CTLOG_STORE_new_ex(libctx, propq); in SSL_CTX_new_ex()4097 if (ret->ctlog_store == NULL) { in SSL_CTX_new_ex()4417 CTLOG_STORE_free(a->ctlog_store); in SSL_CTX_free()6659 SSL_CONNECTION_GET_CTX(s)->ctlog_store); in ssl_validate_ct()6740 return CTLOG_STORE_load_default_file(ctx->ctlog_store); in SSL_CTX_set_default_ctlog_list_file()6745 return CTLOG_STORE_load_file(ctx->ctlog_store, path); in SSL_CTX_set_ctlog_list_file()6750 CTLOG_STORE_free(ctx->ctlog_store); in SSL_CTX_set0_ctlog_store()6751 ctx->ctlog_store = logs; in SSL_CTX_set0_ctlog_store()6756 return ctx->ctlog_store; in SSL_CTX_get0_ctlog_store()
952 CTLOG_STORE *ctlog_store; /* CT Log Store */ member