Searched refs:CTLOG (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
D | CTLOG_new.pod | 13 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name); 14 int CTLOG_new_from_base64(CTLOG ** ct_log, 16 void CTLOG_free(CTLOG *log); 17 const char *CTLOG_get0_name(const CTLOG *log); 18 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, 20 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log); 24 CTLOG_new() returns a new CTLOG that represents the Certificate Transparency 29 CTLOG_new_from_base64() also creates a new CTLOG, but takes the public key in 30 base64-encoded DER form and sets the ct_log pointer to point to the new CTLOG. 34 caller's responsibility to pass the CTLOG to CTLOG_free() once it is no longer [all …]
|
D | CTLOG_STORE_get0_log_by_id.pod | 12 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, 23 CTLOG_STORE_get0_log_by_id() provides a way to do this. It will find a CTLOG 28 B<CTLOG_STORE_get0_log_by_id> returns a CTLOG with the given LogID, if it
|
/third_party/openssl/crypto/ct/ |
D | ct_log.c | 35 STACK_OF(CTLOG) *logs; 119 static int ctlog_new_from_conf(CTLOG **ct_log, const CONF *conf, const char *section) in ctlog_new_from_conf() 158 CTLOG *ct_log = NULL; in ctlog_store_load_log() 237 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name) in CTLOG_new() 239 CTLOG *ret = OPENSSL_zalloc(sizeof(*ret)); in CTLOG_new() 263 void CTLOG_free(CTLOG *log) in CTLOG_free() 272 const char *CTLOG_get0_name(const CTLOG *log) in CTLOG_get0_name() 277 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, in CTLOG_get0_log_id() 284 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log) in CTLOG_get0_public_key() 293 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, in CTLOG_STORE_get0_log_by_id() [all …]
|
D | ct_b64.c | 135 int CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, const char *name) in CTLOG_new_from_base64()
|
D | ct_prn.c | 73 const CTLOG *log = NULL; in SCT_print()
|
D | ct_sct.c | 295 const CTLOG *log; in SCT_validate()
|
/third_party/openssl/include/openssl/ |
D | ct.h | 59 DEFINE_STACK_OF(CTLOG) 411 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name); 419 int CTLOG_new_from_base64(CTLOG ** ct_log, 425 void CTLOG_free(CTLOG *log); 428 const char *CTLOG_get0_name(const CTLOG *log); 430 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, 433 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log); 454 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
|
D | ossl_typ.h | 172 typedef struct ctlog_st CTLOG; typedef
|
/third_party/openssl/test/ |
D | ct_test.c | 500 CTLOG *ctlogp = NULL; in test_ctlog_from_base64()
|
/third_party/openssl/Configurations/ |
D | descrip.mms.tmpl | 540 @ ! Install CTLOG configuration file
|