Home
last modified time | relevance | path

Searched refs:SCT_is_complete (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/ct/
H A Dct_vfy.c101 …if (!SCT_is_complete(sct) || sctx->pkey == NULL || sct->entry_type == CT_LOG_ENTRY_TYPE_NOT_SET ||… in SCT_CTX_verify()
H A Dct_local.h184 __owur int SCT_is_complete(const SCT *sct);
H A Dct_sct.c236 int SCT_is_complete(const SCT *sct) in SCT_is_complete() function
H A Dct_oct.c203 if (!SCT_is_complete(sct)) { in i2o_SCT()