Home
last modified time | relevance | path

Searched refs:dns_name (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-async-dns/
Dmain.c71 const char *dns_name; member
109 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_wolfssl.c683 int dns_name = 0; in tls_match_suffix_helper() local
695 dns_name++; in tls_match_suffix_helper()
709 if (dns_name) { in tls_match_suffix_helper()
Dtls_openssl.c2003 int dns_name = 0; in tls_match_suffix_helper() local
2015 dns_name++; in tls_match_suffix_helper()
2030 if (dns_name) { in tls_match_suffix_helper()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_wolfssl.c685 int dns_name = 0; in tls_match_suffix_helper() local
697 dns_name++; in tls_match_suffix_helper()
713 if (dns_name) { in tls_match_suffix_helper()
Dtls_openssl.c2016 int dns_name = 0; in tls_match_suffix_helper() local
2028 dns_name++; in tls_match_suffix_helper()
2043 if (dns_name) { in tls_match_suffix_helper()
/third_party/mbedtls/library/
Dx509.c1538 const char *dns_name = "dNSName"; in mbedtls_x509_info_subject_alt_name() local
1545 MBEDTLS_X509_SAN_DNS_NAME ? dns_name : rfc822_name); in mbedtls_x509_info_subject_alt_name()
/third_party/libcoap/src/
Dcoap_openssl.c1873 const char *dns_name = (const char *)ASN1_STRING_get0_data(name->d.dNSName); in get_san_or_cn_from_cert() local
1876 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()