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_local.h183 __owur int SCT_is_complete(const SCT *sct);
H A Dct_vfy.c101 if (!SCT_is_complete(sct) || sctx->pkey == NULL || in SCT_CTX_verify()
H A Dct_oct.c205 if (!SCT_is_complete(sct)) { in i2o_SCT()
H A Dct_sct.c245 int SCT_is_complete(const SCT *sct) in SCT_is_complete() function