Home
last modified time | relevance | path

Searched refs:ct_log (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/ct/
Dct_log.c119 static int ctlog_new_from_conf(CTLOG **ct_log, const CONF *conf, const char *section) in ctlog_new_from_conf() argument
135 return CTLOG_new_from_base64(ct_log, pkey_base64, description); in ctlog_new_from_conf()
158 CTLOG *ct_log = NULL; in ctlog_store_load_log() local
171 ret = ctlog_new_from_conf(&ct_log, load_ctx->conf, tmp); in ctlog_store_load_log()
184 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log()
190 CTLOG_free(ct_log); in ctlog_store_load_log()
Dct_b64.c135 int CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, const char *name) in CTLOG_new_from_base64() argument
142 if (ct_log == NULL) { in CTLOG_new_from_base64()
161 *ct_log = CTLOG_new(pkey, name); in CTLOG_new_from_base64()
162 if (*ct_log == NULL) { in CTLOG_new_from_base64()
Dbuild.info2 SOURCE[../../libcrypto]= ct_b64.c ct_err.c ct_log.c ct_oct.c ct_policy.c \
/third_party/openssl/doc/man3/
DCTLOG_new.pod14 int CTLOG_new_from_base64(CTLOG ** ct_log,
30 base64-encoded DER form and sets the ct_log pointer to point to the new CTLOG.
/third_party/openssl/include/openssl/
Dct.h419 int CTLOG_new_from_base64(CTLOG ** ct_log,
/third_party/openssl/
DBUILD.gn875 "crypto/ct/ct_log.c",