HomeSort by: relevance | last modified time | path
    Searched refs:CTLOG_STORE (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/include/openssl/
ct.h.in 121 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
125 CTLOG_STORE *log_store);
306 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
316 const char *separator, const CTLOG_STORE *logs);
488 CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
495 CTLOG_STORE *CTLOG_STORE_new(void);
500 void CTLOG_STORE_free(CTLOG_STORE *store);
506 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
514 __owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
520 __owur int CTLOG_STORE_load_default_file(CTLOG_STORE *store)
    [all...]
types.h 223 typedef struct ctlog_store_st CTLOG_STORE;
ssl.h.in 2647 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2649 * CTLOG_STORE.
2656 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2658 * CTLOG_STORE.
2665 * Ownership of the CTLOG_STORE is transferred to the SSL_CTX.
2667 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs);
2676 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ct.h.in 119 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
123 CTLOG_STORE *log_store);
304 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
314 const char *separator, const CTLOG_STORE *logs);
487 CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
494 CTLOG_STORE *CTLOG_STORE_new(void);
499 void CTLOG_STORE_free(CTLOG_STORE *store);
505 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
513 __owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
519 __owur int CTLOG_STORE_load_default_file(CTLOG_STORE *store)
    [all...]
types.h 209 typedef struct ctlog_store_st CTLOG_STORE;
ssl.h.in 2325 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2327 * CTLOG_STORE.
2334 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2336 * CTLOG_STORE.
2343 * Ownership of the CTLOG_STORE is transferred to the SSL_CTX.
2345 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs);
2354 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx);
  /src/crypto/external/apache2/openssl/dist/crypto/ct/
ct_log.c 44 CTLOG_STORE *log_store;
100 CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq)
102 CTLOG_STORE *ret = OPENSSL_zalloc(sizeof(*ret));
126 CTLOG_STORE *CTLOG_STORE_new(void)
131 void CTLOG_STORE_free(CTLOG_STORE *store)
140 static int ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log,
161 int CTLOG_STORE_load_default_file(CTLOG_STORE *store)
215 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
322 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
ct_policy.c 85 CTLOG_STORE *log_store)
105 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx)
ct_prn.c 71 const CTLOG_STORE *log_store)
115 const char *separator, const CTLOG_STORE *log_store)
ct_local.h 113 CTLOG_STORE *log_store;
  /src/crypto/external/bsd/openssl/dist/crypto/ct/
ct_log.c 44 CTLOG_STORE *log_store;
103 CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq)
105 CTLOG_STORE *ret = OPENSSL_zalloc(sizeof(*ret));
133 CTLOG_STORE *CTLOG_STORE_new(void)
138 void CTLOG_STORE_free(CTLOG_STORE *store)
147 static int ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log,
168 int CTLOG_STORE_load_default_file(CTLOG_STORE *store)
225 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
339 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
ct_policy.c 87 CTLOG_STORE *log_store)
107 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx)
ct_prn.c 71 const CTLOG_STORE *log_store)
115 const char *separator, const CTLOG_STORE *log_store)
ct_local.h 112 CTLOG_STORE *log_store;
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ct.h 96 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
100 CTLOG_STORE *log_store);
281 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
291 const char *separator, const CTLOG_STORE *logs);
443 CTLOG_STORE *CTLOG_STORE_new(void);
448 void CTLOG_STORE_free(CTLOG_STORE *store);
454 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
462 __owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
468 __owur int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
ossl_typ.h 173 typedef struct ctlog_store_st CTLOG_STORE;
ssl.h 2248 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2250 * CTLOG_STORE.
2257 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2259 * CTLOG_STORE.
2266 * Ownership of the CTLOG_STORE is transferred to the SSL_CTX.
2268 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs);
2277 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ct/
ct_policy.c 70 CTLOG_STORE *log_store)
90 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx)
ct_log.c 40 CTLOG_STORE *log_store;
92 CTLOG_STORE *CTLOG_STORE_new(void)
94 CTLOG_STORE *ret = OPENSSL_zalloc(sizeof(*ret));
111 void CTLOG_STORE_free(CTLOG_STORE *store)
138 int CTLOG_STORE_load_default_file(CTLOG_STORE *store)
195 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
293 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
ct_prn.c 71 const CTLOG_STORE *log_store)
115 const char *separator, const CTLOG_STORE *log_store)
ct_local.h 109 CTLOG_STORE *log_store;
  /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/apache2/openssl/dist/ssl/
ssl_local.h 950 CTLOG_STORE *ctlog_store; /* CT Log Store */ member in struct:ssl_ctx_st

Completed in 36 milliseconds

1 2