Searched refs:subject (Results 101 - 125 of 301) sorted by relevance

1234567891011>>

/external/openssl/crypto/x509/
H A Dx509_set.c104 return(X509_NAME_set(&x->cert_info->subject,name));
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DAttributeCertificateHolder.java178 private boolean matchesDN(X500Name subject, GeneralNames targets) argument
188 if (X500Name.getInstance(gn.getName()).equals(subject))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DPKIXCertPath.java108 X500Principal subject = cert.getSubjectX500Principal();
113 if (c.getIssuerX500Principal().equals(subject))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DAttributeCertificateHolder.java207 private boolean matchesDN(X509Principal subject, GeneralNames targets) argument
220 .getEncoded()).equals(subject))
/external/chromium_org/chrome/browser/ui/webui/
H A Dnet_export_ui.cc225 std::string subject = "net_internals_log"; local
231 base::UTF8ToUTF16(email), base::UTF8ToUTF16(subject),
/external/chromium_org/chrome/common/extensions/api/networking_private/
H A Dnetworking_private_crypto_openssl.cc93 cert->cert_info->subject, NID_commonName, NULL, 0);
100 cert->cert_info->subject,
/external/chromium_org/net/cert/
H A Dx509_certificate.h136 X509Certificate(const std::string& subject, const std::string& issuer,
201 // The subject of the certificate. For HTTPS server certificates, this
202 // represents the web server. The common name of the subject should match
204 const CertPrincipal& subject() const { return subject_; } function in class:net::X509Certificate
228 // Otherwise, it gets the common name in the subject field.
450 // |cert_common_name| is the Subject CN, e.g. from X509Certificate::subject().
452 // from the dNSName and iPAddress components of the subject alternative name
478 // The subject of the certificate.
/external/chromium_org/net/tools/testserver/
H A Dminica.py176 # Default subject name fields
324 def GenerateCertKeyAndOCSP(subject = "127.0.0.1",
330 with the given subject common name and OCSP URL.
336 cert_der = MakeCertificate(ISSUER_CN, bytes(subject), serial, KEY, KEY,
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextResourceDecoder.cpp64 static int find(const char* subject, size_t subjectLength, const char* target) argument
72 if (subject[i + j] != target[j]) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
H A Dcommitannouncer.py41 _commit_detail_format = "%H\n%cn\n%s\n%b" # commit-sha1, author, subject, body
151 commit, email, subject, body = commit_detail.split('\n', 3)
182 return ('%s %s %s committed "%s" %s' % (svn_revision, first_url, email, subject, red_flag_message)).strip()
/external/chromium_org/third_party/mesa/src/
H A DAndroid.common.mk11 # Software is furnished to do so, subject to the following conditions:
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler.h192 Handle<String> subject,
213 static const byte* StringCharacterPosition(String* subject, int start_index);
/external/iputils/ninfod/
H A Dninfod_name.c232 return -1; /* more than one subject */
360 if (subject) {
362 compare_dnsname(subject, subjlen,
/external/mesa3d/
H A DAndroid.common.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/egl/drivers/dri2/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/auxiliary/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/drivers/i915/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/drivers/nouveau/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/drivers/nv30/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/drivers/nv50/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/drivers/nvc0/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/drivers/r300/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/drivers/r600/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/drivers/radeonsi/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:
/external/mesa3d/src/gallium/drivers/softpipe/
H A DAndroid.mk11 # Software is furnished to do so, subject to the following conditions:

Completed in 558 milliseconds

1234567891011>>