Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DSCT_validate.pod15 SCT_VALIDATION_STATUS_VALID,
67 If all checks pass, the validation status will be SCT_VALIDATION_STATUS_VALID.
/freebsd-12-stable/crypto/openssl/crypto/ct/
Dct_sct.c364 SCT_VALIDATION_STATUS_VALID : SCT_VALIDATION_STATUS_INVALID; in SCT_validate()
367 is_sct_valid = sct->validation_status == SCT_VALIDATION_STATUS_VALID; in SCT_validate()
Dct_prn.c64 case SCT_VALIDATION_STATUS_VALID: in SCT_validation_status_string()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dct.h52 SCT_VALIDATION_STATUS_VALID, enumerator
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_lib.c4909 if (status == SCT_VALIDATION_STATUS_VALID) in ct_strict()