Searched refs:subject (Results 26 - 50 of 158) sorted by relevance

1234567

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.h80 int depth, const char *subject,
117 int depth, const char *subject,
116 wpa_supplicant_dbus_notify_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *cert_hash, const struct wpabuf *cert) argument
/external/v8/src/
H A Dregexp.js104 // empty subject string, and an actual undefined value passed as the
295 // on the captures array of the last successful match and the subject string
331 var subject;
334 subject = LAST_SUBJECT(lastMatchInfo);
338 subject = override[override.length - 1];
340 return SubString(subject, 0, start_index);
346 var subject;
349 subject = LAST_SUBJECT(lastMatchInfo);
352 subject = override[override.length - 1];
356 return SubString(subject, start_inde
[all...]
H A Dregexp-macro-assembler.h198 Handle<String> subject,
219 static const byte* StringCharacterPosition(String* subject, int start_index);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTBSCertificate.java21 * subject Name,
42 X500Name subject; field in class:TBSCertificate
103 subject = X500Name.getInstance(seq.getObjectAt(seqStart + 5));
165 return subject;
H A DTBSCertificateStructure.java22 * subject Name,
44 X500Name subject; field in class:TBSCertificateStructure
105 subject = X500Name.getInstance(seq.getObjectAt(seqStart + 5));
167 return subject;
/external/chromium/net/base/
H A Dx509_certificate_unittest.cc190 const CertPrincipal& subject = google_cert->subject(); local
191 EXPECT_EQ("www.google.com", subject.common_name);
192 EXPECT_EQ("Mountain View", subject.locality_name);
193 EXPECT_EQ("California", subject.state_or_province_name);
194 EXPECT_EQ("US", subject.country_name);
195 EXPECT_EQ(0U, subject.street_addresses.size());
196 ASSERT_EQ(1U, subject.organization_names.size());
197 EXPECT_EQ("Google Inc", subject.organization_names[0]);
198 EXPECT_EQ(0U, subject
254 const CertPrincipal& subject = webkit_cert->subject(); local
317 const CertPrincipal& subject = thawte_cert->subject(); local
[all...]
/external/openssl/crypto/asn1/
H A Dx_req.c96 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
H A Dx_x509.c72 ASN1_SIMPLE(X509_CINF, subject, X509_NAME),
109 ret->name=X509_NAME_oneline(ret->cert_info->subject,NULL,0);
/external/openssl/crypto/ocsp/
H A Docsp_lib.c76 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer) argument
84 if (subject)
86 iname = X509_get_issuer_name(subject);
87 serial = X509_get_serialNumber(subject);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
H A DCertificationRequestTest.java47 Name subject = new Name("O=subject");
55 version, subject, spki, attributes);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DCvsDiffParser.java120 String subject="updated map file listing";
128 mailer.sendMessage(subject,message);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
H A DPKCS10CertificationRequest.java63 * subject Name,
289 X509Name subject,
296 this(signatureAlgorithm, subject, key, attributes, signingKey, BouncyCastleProvider.PROVIDER_NAME);
317 X500Principal subject,
324 this(signatureAlgorithm, convertName(subject), key, attributes, signingKey, BouncyCastleProvider.PROVIDER_NAME);
332 X500Principal subject,
340 this(signatureAlgorithm, convertName(subject), key, attributes, signingKey, provider);
348 X509Name subject,
371 if (subject == null)
373 throw new IllegalArgumentException("subject mus
287 PKCS10CertificationRequest( String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey) argument
315 PKCS10CertificationRequest( String signatureAlgorithm, X500Principal subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey) argument
330 PKCS10CertificationRequest( String signatureAlgorithm, X500Principal subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey, String provider) argument
346 PKCS10CertificationRequest( String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey, String provider) argument
[all...]
/external/openssl/crypto/x509/
H A Dx509_cmp.c116 return(X509_NAME_cmp(a->cert_info->subject,b->cert_info->subject));
150 return(a->cert_info->subject);
160 return(X509_NAME_hash(x->cert_info->subject));
166 return(X509_NAME_hash_old(x->cert_info->subject));
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DAttributeCertificateIssuer.java65 private boolean matchesDN(X500Name subject, GeneralNames targets) argument
75 if (X500Name.getInstance(gn.getName()).equals(subject))
/external/okhttp/src/test/java/libcore/net/ssl/
H A DSslContextBuilder.java56 * @param hostName the subject of the host. For TLS this should be the
105 X500Principal subject = new X500Principal("CN=" + hostName);
110 generator.setSubjectDN(subject);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509V1CertificateGenerator.java117 * Set the subject distinguished name. The subject describes the entity associated with the public key.
120 X500Principal subject)
124 tbsGen.setSubject(new X509Principal(subject.getEncoded()));
133 * Set the subject distinguished name. The subject describes the entity associated with the public key.
136 X509Name subject)
138 tbsGen.setSubject(subject);
181 * generate an X509 certificate, based on the current issuer and subject
200 * generate an X509 certificate, based on the current issuer and subject
119 setSubjectDN( X500Principal subject) argument
135 setSubjectDN( X509Name subject) argument
[all...]
H A DAttributeCertificateIssuer.java110 private boolean matchesDN(X500Principal subject, GeneralNames targets) argument
122 if (new X500Principal(((ASN1Encodable)gn.getName()).toASN1Primitive().getEncoded()).equals(subject))
H A DX509V3CertificateGenerator.java122 * Set the subject distinguished name. The subject describes the entity associated with the public key.
125 X500Principal subject)
129 tbsGen.setSubject(new X509Principal(subject.getEncoded()));
138 * Set the subject distinguished name. The subject describes the entity associated with the public key.
141 X509Name subject)
143 tbsGen.setSubject(subject);
187 * Set the subject unique ID - note: it is very rare that it is correct to do this.
314 * generate an X509 certificate, based on the current issuer and subject
124 setSubjectDN( X500Principal subject) argument
140 setSubjectDN( X509Name subject) argument
[all...]
/external/chromium/chrome/browser/ssl/
H A Dssl_manager.cc99 if (cert.subject().organization_names.empty() ||
100 cert.subject().country_name.empty()) {
107 UTF8ToUTF16(cert.subject().organization_names[0]),
108 UTF8ToUTF16(cert.subject().country_name));
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DCertificateTest.java71 * subject Name,
128 Name subject = new Name("O=Subject Organization");
161 signature, issuer, validity, subject, subjectPublicKeyInfo,
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h49 const char *subject; member in struct:tls_event_data::__anon16023
57 const char *subject; member in struct:tls_event_data::__anon16024
93 * @subject_match: String to match in the subject of the peer certificate or
95 * @altsubject_match: String to match in the alternative subject of the peer
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h49 const char *subject; member in struct:tls_event_data::__anon16247
57 const char *subject; member in struct:tls_event_data::__anon16248
93 * @subject_match: String to match in the subject of the peer certificate or
95 * @altsubject_match: String to match in the alternative subject of the peer
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h49 const char *subject; member in struct:tls_event_data::__anon16473
57 const char *subject; member in struct:tls_event_data::__anon16474
93 * @subject_match: String to match in the subject of the peer certificate or
95 * @altsubject_match: String to match in the alternative subject of the peer
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dx509v3.h40 struct x509_name subject; member in struct:x509_certificate
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h54 struct x509_name subject; member in struct:x509_certificate

Completed in 2478 milliseconds

1234567