Home
last modified time | relevance | path

Searched refs:X509_TRUST_UNTRUSTED (Results 1 – 3 of 3) sorted by path

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_trs.c133 if (rv != X509_TRUST_UNTRUSTED) in X509_check_trust()
308 return X509_TRUST_UNTRUSTED; in trust_1oid()
318 return X509_TRUST_UNTRUSTED; in trust_compat()
330 return X509_TRUST_UNTRUSTED; in obj_trust()
345 return X509_TRUST_UNTRUSTED; in obj_trust()
H A Dx509_vfy.c982 return X509_TRUST_UNTRUSTED; in check_trust()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h223 #define X509_TRUST_UNTRUSTED 3 macro