HomeSort by relevance Sort by last modified time
    Searched full:dnsname (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/
test_connection.py 374 <DNSName>example-123456-evaluate-health.us-west-2.elb.amazonaws.com.</DNSName>
386 <DNSName>example-123456-no-evaluate-health.us-west-2.elb.amazonaws.com.</DNSName>
410 <DNSName>example-123456-evaluate-health-healthcheck.us-west-2.elb.amazonaws.com.</DNSName>
745 <DNSName>target.other</DNSName>
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralName.java 40 * dNSName [2] IA5String,
113 name = new DNSName(encName);
DistributionPointName.java 53 * dNSName [2] IA5String,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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/curl/lib/
x509asn1.c 1067 char * dnsname; local
1114 len = utf8asn1str(&dnsname, CURL_ASN1_IA5_STRING,
1117 if(strlen(dnsname) == (size_t) len)
1118 i = Curl_cert_hostcheck((const char *) dnsname, conn->host.name);
1119 free(dnsname);
    [all...]
  /system/netd/tests/
dns_responder.cpp 142 struct DNSName {
152 const char* DNSName::toString() const {
156 const char* DNSName::read(const char* buffer, const char* buffer_end) {
169 char* DNSName::write(char* buffer, const char* buffer_end) const {
199 const char* DNSName::parseField(const char* buffer, const char* buffer_end,
230 DNSName qname;
274 DNSName name;
  /external/wpa_supplicant_8/src/tls/
x509v3.h 41 char *dns; /* dNSName */
  /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/test/java/tests/security/cert/
X509CertSelectorTest.java 66 import sun.security.x509.DNSName;
511 GeneralName san2 = new GeneralName(new DNSName("dNSName"));
640 GeneralName san2 = new GeneralName(new DNSName("dNSName"));
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
record.py 239 <DNSName>%(dns_name)s</DNSName>
358 elif name == 'DNSName':
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_securitygroup.py 77 <dnsName/>
  /external/boringssl/src/crypto/x509v3/
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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateTest.java 144 new GeneralName(2, "dNSName"),
GeneralNameTest.java 46 GeneralName san2 = new GeneralName(2, "dNSName");
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceResponse.java 134 sbuf.append(" dnsName:").append(mDnsQueryName);
  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PKIXNameConstraintValidator.java 61 case GeneralName.dNSName:
94 case GeneralName.dNSName:
150 case GeneralName.dNSName:
176 case GeneralName.dNSName:
205 case GeneralName.dNSName:
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 238 n = os_realloc_array(cert->dnsname, cert->num_dnsname + 1,
243 cert->dnsname = n;
257 add_alt_name_dns(ctx, cert, name->d.dNSName);
874 OPENSSL_free(hcert->dnsname[i]);
875 os_free(hcert->dnsname);
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java     [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...]
  /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 899 * for the AAAserver certificate in SubjectAltName dNSName element(s). If a matching dNSName is
900 * found, this constraint is met. If no dNSName values are present, this constraint is matched
    [all...]
  /frameworks/base/core/java/org/apache/http/conn/ssl/
AbstractVerifier.java 253 // If type is 2, then we've got a dNSName
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 34 public static final int DNSName = 2;

Completed in 1294 milliseconds

12 3 4 5 6