Searched refs:CTLOG_new_from_base64 (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | CTLOG_new.pod | 5 CTLOG_new, CTLOG_new_from_base64, CTLOG_free, 14 int CTLOG_new_from_base64(CTLOG ** ct_log, 29 CTLOG_new_from_base64() also creates a new CTLOG, but takes the public key in 33 Regardless of whether CTLOG_new() or CTLOG_new_from_base64() is used, it is the 53 CTLOG_new_from_base64() will return 1 on success, 0 otherwise.
|
/third_party/openssl/crypto/ct/ |
D | ct_b64.c | 135 int CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, const char *name) in CTLOG_new_from_base64() function
|
D | ct_log.c | 135 return CTLOG_new_from_base64(ct_log, pkey_base64, description); in ctlog_new_from_conf()
|
/third_party/openssl/test/ |
D | ct_test.c | 506 if (!TEST_true(!CTLOG_new_from_base64(&ctlogp, notb64, name)) in test_ctlog_from_base64() 507 || !TEST_true(!CTLOG_new_from_base64(&ctlogp, pad, name))) in test_ctlog_from_base64()
|
/third_party/openssl/include/openssl/ |
D | ct.h | 419 int CTLOG_new_from_base64(CTLOG ** ct_log,
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 376 CT_F_CTLOG_NEW_FROM_BASE64:118:CTLOG_new_from_base64
|
/third_party/openssl/util/ |
D | libcrypto.num | 1458 CTLOG_new_from_base64 1445 1_1_0 EXIST::FUNCTION:CT
|