Searched refs:SCT_VALIDATION_STATUS_VALID (Results 1 – 7 of 7) sorted by relevance
15 SCT_VALIDATION_STATUS_VALID,67 If all checks pass, the validation status will be SCT_VALIDATION_STATUS_VALID.
353 …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()
64 case SCT_VALIDATION_STATUS_VALID: in SCT_validation_status_string()
197 case SCT_VALIDATION_STATUS_VALID: in assert_validity()
120 SCT_VALIDATION_STATUS_VALID, enumerator
72 SCT_VALIDATION_STATUS_VALID, enumerator
6496 if (status == SCT_VALIDATION_STATUS_VALID) in ct_strict()