Searched refs:CTLOG_STORE (Results 1 – 3 of 3) sorted by relevance
| /include/openssl/ |
| A D | 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);
|
| A D | types.h | 221 typedef struct ctlog_store_st CTLOG_STORE; typedef
|
| A D | ssl.h.in | 2646 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store, 2648 * CTLOG_STORE. 2655 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store, 2657 * CTLOG_STORE. 2664 * Ownership of the CTLOG_STORE is transferred to the SSL_CTX. 2666 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs); 2675 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx);
|
Completed in 20 milliseconds