Home
last modified time | relevance | path

Searched refs:SCT_VALIDATION_STATUS_VALID (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSCT_validate.pod15 SCT_VALIDATION_STATUS_VALID,
67 If all checks pass, the validation status will be SCT_VALIDATION_STATUS_VALID.
/freebsd/crypto/openssl/crypto/ct/
H A Dct_sct.c353 …sct->validation_status = SCT_CTX_verify(sctx, sct) == 1 ? SCT_VALIDATION_STATUS_VALID : SCT_VALIDA… in SCT_validate()
356 is_sct_valid = sct->validation_status == SCT_VALIDATION_STATUS_VALID; in SCT_validate()
H A Dct_prn.c64 case SCT_VALIDATION_STATUS_VALID: in SCT_validation_status_string()
/freebsd/crypto/openssl/test/
H A Dct_test.c197 case SCT_VALIDATION_STATUS_VALID: in assert_validity()
/freebsd/crypto/openssl/include/openssl/
H A Dct.h120 SCT_VALIDATION_STATUS_VALID, enumerator
H A Dct.h.in72 SCT_VALIDATION_STATUS_VALID, enumerator
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c6496 if (status == SCT_VALIDATION_STATUS_VALID) in ct_strict()