Home
last modified time | relevance | path

Searched refs:pkey_base64 (Results 1 – 4 of 4) 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
147 pkey_der_len = ct_base64_decode(pkey_base64, &pkey_der); 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.c144 char *pkey_base64; in ctlog_new_from_conf() local
151 pkey_base64 = NCONF_get_string(conf, section, "key"); in ctlog_new_from_conf()
152 if (pkey_base64 == NULL) { in ctlog_new_from_conf()
157 return CTLOG_new_from_base64_ex(ct_log, pkey_base64, description, in ctlog_new_from_conf()
/openssl/doc/man3/
H A DCTLOG_new.pod18 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64,
22 const char *pkey_base64, const char *name);
/openssl/include/openssl/
H A Dct.h.in447 * in |pkey_base64| and associated with the given library context |libctx| and
453 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64,
463 const char *pkey_base64, const char *name);

Completed in 11 milliseconds