Searched refs:pkey_base64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ct/
H A Dct_b64.c130 * Allocate, build and returns a new |ct_log| from input |pkey_base64|
135 int CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, const char *name) argument
147 pkey_der_len = ct_base64_decode(pkey_base64, &pkey_der);
H A Dct_log.c122 char *pkey_base64; local
129 pkey_base64 = NCONF_get_string(conf, section, "key");
130 if (pkey_base64 == NULL) {
135 return CTLOG_new_from_base64(ct_log, pkey_base64, description);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dct.h415 * in |pkey_base64|. The |name| is a string to help users identify this log.
420 const char *pkey_base64, const char *name);

Completed in 142 milliseconds