Searched refs:dns_name (Results 1 – 7 of 7) sorted by relevance
71 const char *dns_name; member109 lwsl_notice("%s: querying %s\n", __func__, adt[dtest].dns_name); in next_test_cb()112 adt[dtest].dns_name, in next_test_cb()116 lwsl_err("%s: adns 1: %s failed: %d\n", __func__, adt[dtest].dns_name, m); in next_test_cb()
683 int dns_name = 0; in tls_match_suffix_helper() local695 dns_name++; in tls_match_suffix_helper()709 if (dns_name) { in tls_match_suffix_helper()
2003 int dns_name = 0; in tls_match_suffix_helper() local2015 dns_name++; in tls_match_suffix_helper()2030 if (dns_name) { in tls_match_suffix_helper()
685 int dns_name = 0; in tls_match_suffix_helper() local697 dns_name++; in tls_match_suffix_helper()713 if (dns_name) { in tls_match_suffix_helper()
2016 int dns_name = 0; in tls_match_suffix_helper() local2028 dns_name++; in tls_match_suffix_helper()2043 if (dns_name) { in tls_match_suffix_helper()
1538 const char *dns_name = "dNSName"; in mbedtls_x509_info_subject_alt_name() local1545 MBEDTLS_X509_SAN_DNS_NAME ? dns_name : rfc822_name); in mbedtls_x509_info_subject_alt_name()
1873 const char *dns_name = (const char *)ASN1_STRING_get0_data(name->d.dNSName); in get_san_or_cn_from_cert() local1876 if (ASN1_STRING_length(name->d.dNSName) != (int)strlen(dns_name)) in get_san_or_cn_from_cert()1878 cn = OPENSSL_strdup(dns_name); in get_san_or_cn_from_cert()