Home
last modified time | relevance | path

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

/openssl/crypto/ct/
H A Dct_b64.c133 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64, in CTLOG_new_from_base64_ex() argument
142 if (ct_log == NULL) { in CTLOG_new_from_base64_ex()
161 *ct_log = CTLOG_new_ex(pkey, name, libctx, propq); in CTLOG_new_from_base64_ex()
162 if (*ct_log == NULL) { in CTLOG_new_from_base64_ex()
170 int CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, in CTLOG_new_from_base64() argument
173 return CTLOG_new_from_base64_ex(ct_log, pkey_base64, name, NULL, NULL); in CTLOG_new_from_base64()
H A Dct_log.c140 static int ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log, in ctlog_new_from_conf() argument
157 return CTLOG_new_from_base64_ex(ct_log, pkey_base64, description, in ctlog_new_from_conf()
181 CTLOG *ct_log = NULL; in ctlog_store_load_log() local
194 ret = ctlog_new_from_conf(load_ctx->log_store, &ct_log, load_ctx->conf, tmp); in ctlog_store_load_log()
207 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) { in ctlog_store_load_log()
208 CTLOG_free(ct_log); in ctlog_store_load_log()
H A Dbuild.info2 SOURCE[../../libcrypto]= ct_b64.c ct_err.c ct_log.c ct_oct.c ct_policy.c \
/openssl/doc/man3/
H A DCTLOG_new.pod18 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64,
21 int CTLOG_new_from_base64(CTLOG ** ct_log,
41 public key in base64-encoded DER form and sets the ct_log pointer to point to
/openssl/include/openssl/
H A Dct.h.in453 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64,
462 int CTLOG_new_from_base64(CTLOG ** ct_log,

Completed in 10 milliseconds