/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pDnsSdServiceInfo.java | 171 * @param dnsName dns name 176 static String createRequest(String dnsName, int dnsType, int version) { 187 dnsName = dnsName.toLowerCase(Locale.ROOT); // TODO: is this right? 189 sb.append(compressDnsName(dnsName)); 201 * @param dnsName dns name 204 private static String compressDnsName(String dnsName) { 210 String data = sVmPacket.get(dnsName); 215 int i = dnsName.indexOf('.'); 217 if (dnsName.length() > 0) [all...] |
WifiP2pDnsSdServiceResponse.java | 134 sbuf.append(" dnsName:").append(mDnsQueryName);
|
/external/boringssl/src/crypto/x509v3/ |
v3nametest.c | 96 "set dnsName: host: [*.example.com] matches [www.example.com]", 97 "set dnsName: host: [*.example.com] matches [a.example.com]", 98 "set dnsName: host: [*.example.com] matches [b.example.com]", 99 "set dnsName: host: [*.example.com] matches [xn--rger-koa.example.com]", 100 "set dnsName: host: [*.www.example.com] matches [test.www.example.com]", 101 "set dnsName: host-no-wildcards: [*.www.example.com] matches [.www.example.com]", 102 "set dnsName: host-no-wildcards: [test.www.example.com] matches [.www.example.com]", 103 "set dnsName: host: [*.www.example.com] matches [.www.example.com]", 104 "set dnsName: host: [*www.example.com] matches [www.example.com]", 105 "set dnsName: host: [test.www.example.com] matches [.www.example.com]" [all...] |
v3_ncons.c | 361 return nc_dns(gen->d.dNSName, base->d.dNSName);
|
v3_genn.c | 84 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS),
|
/external/wpa_supplicant_8/src/utils/ |
http-utils.h | 30 char **dnsname; member in struct:http_cert
|
http_curl.c | 235 n = os_realloc_array(cert->dnsname, cert->num_dnsname + 1, 240 cert->dnsname = n; 254 add_alt_name_dns(ctx, cert, name->d.dNSName); 834 OPENSSL_free(hcert->dnsname[i]); 835 os_free(hcert->dnsname); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
GeneralName.java | 26 * dNSName [2] IA5String, 51 public static final int dNSName = 2; 86 * label, the domain name MUST be stored in the dNSName (an IA5String). 123 * <li>dNSName 144 if (tag == rfc822Name || tag == dNSName || tag == uniformResourceIdentifier) 193 case dNSName: 251 case dNSName:
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
GeneralNamesTest.java | 42 new GeneralName(2, "dNSName"),
|
CertificateTest.java | 144 new GeneralName(2, "dNSName"),
|
GeneralNameTest.java | 46 GeneralName san2 = new GeneralName(2, "dNSName");
|
/external/wpa_supplicant_8/src/tls/ |
x509v3.h | 41 char *dns; /* dNSName */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/ |
X509ExtensionUtil.java | 77 case GeneralName.dNSName:
|
/external/iputils/ninfod/ |
ninfod_name.c | 261 static int nodeinfo_group(const char *dnsname, int namelen, 267 if (!dnsname || !nigroup) 271 MD5_Update(&ctxt, dnsname, *dnsname);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dhcpssdk.h | 35 LPBYTE DNSName;
|
dsgetdc.h | 177 DSGETDCAPI DWORD WINAPI DsGetDcOpenW(LPCWSTR DnsName,ULONG OptionFlags,LPCWSTR SiteName,GUID *DomainGuid,LPCWSTR DnsForestName,ULONG DcFlags,PHANDLE RetGetDcContext); 178 DSGETDCAPI DWORD WINAPI DsGetDcOpenA(LPCSTR DnsName,ULONG OptionFlags,LPCSTR SiteName,GUID *DomainGuid,LPCSTR DnsForestName,ULONG DcFlags,PHANDLE RetGetDcContext);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_config.h | 218 * server certificate in SubjectAltName dNSName element(s). If a 219 * matching dNSName is found, this constraint is met. If no dNSName 236 * server certificate in SubjectAltName dNSName element(s). If a 237 * matching dNSName is found, this constraint is met. If no dNSName
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
GeneralName.java | 62 * dNSName [2] IA5String, 260 * [2] dNSName - String object, 446 * rfc822Name, dNSName, uniformResourceIdentifier names are returned 502 result = "dNSName[2]: " + name; 708 case DNS_NAME: // dNSName
|
/libcore/luni/src/main/java/java/security/cert/ |
X509Certificate.java | 389 * dNSName [2] IA5String, 423 * dNSName [2] IA5String,
|
/external/boringssl/src/include/openssl/ |
x509v3.h | 187 ASN1_IA5STRING *dNSName; 198 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */ 692 /* Disable wildcard matching for dnsName fields and common name. */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-HS20 | 173 # server certificate in SubjectAltName dNSName element(s). If a 174 # matching dNSName is found, this constraint is met. If no dNSName
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiEnterpriseConfig.java | 588 * for the AAAserver certificate in SubjectAltName dNSName element(s). If a matching dNSName is 589 * found, this constraint is met. If no dNSName values are present, this constraint is matched
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CertSelectorTest.java | [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
X509CertSelectorTest.java | 505 GeneralName san2 = new GeneralName(2, "dNSName"); 629 GeneralName san2 = new GeneralName(2, "dNSName"); [all...] |
/external/wpa_supplicant_8/hs20/client/ |
osu_client.c | 493 "Checking suffix match against server dNSName %s", 513 /* None of the dNSName(s) matched */ 554 "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values, count: %d", 556 write_result(ctx, "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values", [all...] |