Searched defs:log_id (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/ct/
H A Dct_local.h63 unsigned char *log_id; member in struct:sct_st
H A Dct_log.c26 uint8_t log_id[CT_V1_HASHLEN]; member in struct:ctlog_st
277 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, argument
73 ct_v1_log_id_from_pkey(EVP_PKEY *pkey, unsigned char log_id[CT_V1_HASHLEN]) argument
293 CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, const uint8_t *log_id, size_t log_id_len) argument
[all...]
H A Dct_sct.c80 int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len) argument
94 int SCT_set1_log_id(SCT *sct, const unsigned char *log_id, size_t log_id_len) argument
205 SCT_get0_log_id(const SCT *sct, unsigned char **log_id) argument
[all...]

Completed in 54 milliseconds