Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/x509/
Dx509_trs.c280 return X509_TRUST_TRUSTED; in trust_compat()
304 return X509_TRUST_TRUSTED; in obj_trust()
Dx509_vfy.c538 if (ok == X509_TRUST_TRUSTED) in check_trust()
Dx509.h339 # define X509_TRUST_TRUSTED 1 macro
/freebsd-9-stable/crypto/openssl/crypto/ocsp/
Docsp_vfy.c165 if (X509_check_trust(x, NID_OCSP_sign, 0) != X509_TRUST_TRUSTED) { in OCSP_basic_verify()