Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_trust.c246 return X509_TRUST_TRUSTED; in trust_compat()
274 return X509_TRUST_TRUSTED; in obj_trust()
H A Dx509_vfy.c427 case X509_TRUST_TRUSTED: in check_purpose()
839 if (trust == X509_TRUST_TRUSTED) in check_trust()
898 return X509_TRUST_TRUSTED; in check_trust()
903 return X509_TRUST_TRUSTED; in check_trust()
2847 return X509_TRUST_TRUSTED; in check_dane_issuer()
2884 return X509_TRUST_TRUSTED; in check_dane_pkeys()
3258 if (trust == X509_TRUST_TRUSTED || trust == X509_TRUST_REJECTED) in build_chain()
3280 case X509_TRUST_TRUSTED: in build_chain()
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c148 if (X509_check_trust(x, NID_OCSP_sign, 0) != X509_TRUST_TRUSTED) { in OCSP_basic_verify()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c672 X509_TRUST_TRUSTED) { in check_ocsp_resp()
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h210 # define X509_TRUST_TRUSTED 1 macro
H A Dx509_vfy.h.in113 # define X509_TRUST_TRUSTED 1 macro