Home
last modified time | relevance | path

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

/third_party/openssl/include/internal/
Ddane.h75 int pdpth; /* Depth of PKIX trust */ member
/third_party/openssl/ohos_lite/include/internal/
Ddane.h74 int pdpth; /* Depth of PKIX trust */ member
/third_party/openssl/crypto/x509/
Dx509_vfy.c899 if (dane->pdpth < 0) in check_trust()
900 dane->pdpth = num_untrusted; in check_trust()
2897 dane->pdpth = -1; in dane_reset()
3148 dane->pdpth >= ctx->num_untrusted) in build_chain()
3149 dane->pdpth = -1; in build_chain()
3301 && (!DANETLS_HAS_PKIX(dane) || dane->pdpth >= 0), in build_chain()
/third_party/openssl/ssl/
Dssl_lib.c182 dane->pdpth = -1; in dane_final()
615 s->dane.pdpth = -1; in SSL_clear()
1066 dane->pdpth = -1; in SSL_dane_enable()