Home
last modified time | relevance | path

Searched refs:pdpth (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Ddane.h75 int pdpth; /* Depth of PKIX trust */ member
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1032 if (dane->pdpth < 0) in check_trust()
1033 dane->pdpth = num_untrusted; in check_trust()
3158 dane->pdpth = -1; in dane_reset()
3446 if (DANETLS_ENABLED(dane) && dane->pdpth >= ctx->num_untrusted) in build_chain()
3447 dane->pdpth = -1; in build_chain()
3600 && (!DANETLS_HAS_PKIX(dane) || dane->pdpth >= 0), in build_chain()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c180 dane->pdpth = -1; in dane_final()
625 sc->dane.pdpth = -1; in ossl_ssl_connection_reset()
1266 dane->pdpth = -1; in SSL_dane_enable()