HomeSort by: relevance | last modified time | path
    Searched refs:ctlog_store (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ct_test.c 36 CTLOG_STORE *ctlog_store; member in struct:ct_test_fixture
68 if (!TEST_ptr(fixture->ctlog_store = CTLOG_STORE_new())
70 CTLOG_STORE_load_default_file(fixture->ctlog_store), 1))
76 CTLOG_STORE_free(fixture->ctlog_store);
85 CTLOG_STORE_free(fixture->ctlog_store);
246 ct_policy_ctx, fixture->ctlog_store);
  /src/crypto/external/bsd/openssl/dist/test/
ct_test.c 36 CTLOG_STORE* ctlog_store; member in struct:ct_test_fixture
68 if (!TEST_ptr(fixture->ctlog_store = CTLOG_STORE_new())
70 CTLOG_STORE_load_default_file(fixture->ctlog_store), 1))
76 CTLOG_STORE_free(fixture->ctlog_store);
85 CTLOG_STORE_free(fixture->ctlog_store);
247 ct_policy_ctx, fixture->ctlog_store);
  /src/crypto/external/bsd/openssl.old/dist/test/
ct_test.c 35 CTLOG_STORE* ctlog_store; member in struct:ct_test_fixture
67 if (!TEST_ptr(fixture->ctlog_store = CTLOG_STORE_new())
69 CTLOG_STORE_load_default_file(fixture->ctlog_store), 1))
75 CTLOG_STORE_free(fixture->ctlog_store);
84 CTLOG_STORE_free(fixture->ctlog_store);
242 ct_policy_ctx, fixture->ctlog_store);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 3302 ret->ctlog_store = CTLOG_STORE_new_ex(libctx, propq);
3303 if (ret->ctlog_store == NULL)
3498 CTLOG_STORE_free(a->ctlog_store);
5287 CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE(ctx, s->ctx->ctlog_store);
5368 return CTLOG_STORE_load_default_file(ctx->ctlog_store);
5373 return CTLOG_STORE_load_file(ctx->ctlog_store, path);
5376 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE * logs)
5378 CTLOG_STORE_free(ctx->ctlog_store);
5379 ctx->ctlog_store = logs;
5382 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx
    [all...]
ssl_local.h 998 CTLOG_STORE *ctlog_store; /* CT Log Store */ member in struct:ssl_ctx_st
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 3078 ret->ctlog_store = CTLOG_STORE_new();
3079 if (ret->ctlog_store == NULL)
3264 CTLOG_STORE_free(a->ctlog_store);
5022 CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE(ctx, s->ctx->ctlog_store);
5105 return CTLOG_STORE_load_default_file(ctx->ctlog_store);
5110 return CTLOG_STORE_load_file(ctx->ctlog_store, path);
5113 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE * logs)
5115 CTLOG_STORE_free(ctx->ctlog_store);
5116 ctx->ctlog_store = logs;
5119 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx
    [all...]
ssl_local.h 887 CTLOG_STORE *ctlog_store; /* CT Log Store */ member in struct:ssl_ctx_st
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 4062 ret->ctlog_store = CTLOG_STORE_new_ex(libctx, propq);
4063 if (ret->ctlog_store == NULL) {
4387 CTLOG_STORE_free(a->ctlog_store);
6614 SSL_CONNECTION_GET_CTX(s)->ctlog_store);
6695 return CTLOG_STORE_load_default_file(ctx->ctlog_store);
6700 return CTLOG_STORE_load_file(ctx->ctlog_store, path);
6703 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs)
6705 CTLOG_STORE_free(ctx->ctlog_store);
6706 ctx->ctlog_store = logs;
6709 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx
    [all...]
ssl_local.h 950 CTLOG_STORE *ctlog_store; /* CT Log Store */ member in struct:ssl_ctx_st

Completed in 45 milliseconds