Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ct/
H A Dct_b64.c135 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64, in CTLOG_new_from_base64_ex() argument
149 pkey_der_len = ct_base64_decode(pkey_base64, &pkey_der); in CTLOG_new_from_base64_ex()
172 int CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, in CTLOG_new_from_base64() argument
175 return CTLOG_new_from_base64_ex(ct_log, pkey_base64, name, NULL, NULL); in CTLOG_new_from_base64()
H A Dct_log.c151 char *pkey_base64; in ctlog_new_from_conf() local
158 pkey_base64 = NCONF_get_string(conf, section, "key"); in ctlog_new_from_conf()
159 if (pkey_base64 == NULL) { in ctlog_new_from_conf()
164 return CTLOG_new_from_base64_ex(ct_log, pkey_base64, description, in ctlog_new_from_conf()
/freebsd/crypto/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);
/freebsd/crypto/openssl/include/openssl/
H A Dct.h501 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64,
511 const char *pkey_base64, const char *name);
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);