Searched refs:mdpth (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | danetest.c | 309 int mdpth; in test_tlsafile() local 355 mdpth = SSL_get0_dane_authority(ssl, NULL, NULL); in test_tlsafile() 374 if (!TEST_int_eq(mdpth, want_depth)) { in test_tlsafile()
|
/third_party/openssl/include/internal/ |
D | dane.h | 74 int mdpth; /* Depth of matched cert */ member
|
/third_party/openssl/ohos_lite/include/internal/ |
D | dane.h | 73 int mdpth; /* Depth of matched cert */ member
|
/third_party/openssl/apps/lib/ |
D | s_cb.c | 1167 int mdpth; in print_verify_detail() local 1183 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail() 1189 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail() 1207 mdpth ? "matched TA certificate" : "matched EE certificate", in print_verify_detail() 1208 mdpth); in print_verify_detail()
|
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 902 if (dane->mdpth >= 0) in check_trust() 2714 if (dane->mdpth >= 0) in dane_match() 2811 if (matched || dane->mdpth < 0) { in dane_match() 2812 dane->mdpth = depth; in dane_match() 2876 dane->mdpth = num - 1; in check_dane_pkeys() 2896 dane->mdpth = -1; in dane_reset() 2931 done = matched != 0 || (!DANETLS_HAS_TA(dane) && dane->mdpth < 0); in dane_verify() 3142 dane->mdpth >= ctx->num_untrusted) { in build_chain() 3143 dane->mdpth = -1; in build_chain()
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 181 dane->mdpth = -1; in dane_final() 614 s->dane.mdpth = -1; in SSL_clear() 1065 dane->mdpth = -1; in SSL_dane_enable() 1105 return dane->mdpth; in SSL_get0_dane_authority() 1127 return dane->mdpth; in SSL_get0_dane_tlsa()
|