Searched refs:CTLOG_new_from_base64_ex (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ct/ |
H A D | ct_b64.c | 135 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64, in CTLOG_new_from_base64_ex() function 175 return CTLOG_new_from_base64_ex(ct_log, pkey_base64, name, NULL, NULL); in CTLOG_new_from_base64()
|
H A D | ct_log.c | 164 return CTLOG_new_from_base64_ex(ct_log, pkey_base64, description, in ctlog_new_from_conf()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ct.h.in | 453 int CTLOG_new_from_base64_ex(CTLOG **ct_log, const char *pkey_base64, 458 * The same as CTLOG_new_from_base64_ex() except that the default
|