Home
last modified time | relevance | path

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

/third_party/openssl/include/internal/
Ddane.h74 int pdpth; /* Depth of PKIX trust */ member
/third_party/openssl/crypto/x509/
Dx509_vfy.c866 if (dane->pdpth < 0) in check_trust()
867 dane->pdpth = num_untrusted; in check_trust()
2848 dane->pdpth = -1; in dane_reset()
3123 dane->pdpth >= ctx->num_untrusted) in build_chain()
3124 dane->pdpth = -1; in build_chain()
3301 (!DANETLS_HAS_PKIX(dane) || dane->pdpth >= 0)) in build_chain()
/third_party/openssl/ssl/
Dssl_lib.c203 dane->pdpth = -1; in dane_final()
623 s->dane.pdpth = -1; in SSL_clear()
1040 dane->pdpth = -1; in SSL_dane_enable()