Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dct_test.c35 CTLOG_STORE* ctlog_store; member
67 if (!TEST_ptr(fixture->ctlog_store = CTLOG_STORE_new()) in set_up()
69 CTLOG_STORE_load_default_file(fixture->ctlog_store), 1)) in set_up()
75 CTLOG_STORE_free(fixture->ctlog_store); in set_up()
84 CTLOG_STORE_free(fixture->ctlog_store); in tear_down()
242 ct_policy_ctx, fixture->ctlog_store); in execute_cert_test()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dct_test.c36 CTLOG_STORE* ctlog_store; member
68 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c3078 ret->ctlog_store = CTLOG_STORE_new(); in SSL_CTX_new()
3079 if (ret->ctlog_store == NULL) in SSL_CTX_new()
3264 CTLOG_STORE_free(a->ctlog_store); in SSL_CTX_free()
5022 CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE(ctx, s->ctx->ctlog_store); in ssl_validate_ct()
5105 return CTLOG_STORE_load_default_file(ctx->ctlog_store); in SSL_CTX_set_default_ctlog_list_file()
5110 return CTLOG_STORE_load_file(ctx->ctlog_store, path); in SSL_CTX_set_ctlog_list_file()
5115 CTLOG_STORE_free(ctx->ctlog_store); in SSL_CTX_set0_ctlog_store()
5116 ctx->ctlog_store = logs; in SSL_CTX_set0_ctlog_store()
5121 return ctx->ctlog_store; in SSL_CTX_get0_ctlog_store()
H A Dssl_local.h887 CTLOG_STORE *ctlog_store; /* CT Log Store */ member
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h998 CTLOG_STORE *ctlog_store; /* CT Log Store */ member