Searched refs:subject (Results 126 - 150 of 158) sorted by relevance

1234567

/external/chromium/net/base/
H A Dx509_certificate_win.cc555 const std::string& subject,
558 // Get the ASN.1 encoding of the certificate subject.
559 std::wstring w_subject = ASCIIToWide(subject);
553 CreateSelfSigned( crypto::RSAPrivateKey* key, const std::string& subject, uint32 serial_number, base::TimeDelta valid_duration) argument
H A Dx509_certificate_openssl.cc390 const std::string& subject,
388 CreateSelfSigned( crypto::RSAPrivateKey* key, const std::string& subject, uint32 serial_number, base::TimeDelta valid_duration) argument
H A Dx509_certificate.cc143 X509Certificate::X509Certificate(const std::string& subject, argument
147 : subject_(subject),
/external/openssl/crypto/x509v3/
H A Dx509v3.h635 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
681 int X509_check_issued(X509 *issuer, X509 *subject);
/external/openssl/include/openssl/
H A Dx509v3.h635 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
681 int X509_check_issued(X509 *issuer, X509 *subject);
H A Docsp.h413 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
/external/openssl/apps/
H A Dapps.c464 BIO_puts(out,"subject=");
2117 * subject is expected to be in the format /type0=value0/type1=value1/type2=...
2120 X509_NAME *parse_name(char *subject, long chtype, int multirdn) argument
2122 size_t buflen = strlen(subject)+1; /* to copy the types and values into. due to escaping, the copy can only become shorter */
2129 char *sp = subject, *bp = buf;
2141 if (*subject != '/')
2178 BIO_printf(bio_err, "end of string encountered while processing type of subject name element #%d\n", ne_num);
/external/regex-re2/lib/codereview/
H A Dcodereview.py347 # new CL's overall subject. So omit the diffs when creating
363 form_fields.append(("subject", "diff -r " + vcs.base_rev + " " + getremote(ui, repo, {}).path))
365 # First upload sets the subject for the CL itself.
366 form_fields.append(("subject", self.Subject()))
413 PostMessage(ui, self.name, pmsg, subject=self.Subject())
839 and is used as the subject for code review mail; the rest of the description
2263 def EditDesc(issue, subject=None, desc=None, reviewers=None, cc=None, closed=False, private=False):
2266 if subject is not None:
2267 form_fields['subject'] = subject
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb43 of recognizing <i>regular languages</i>. For more background on the subject,
/external/openssl/crypto/ocsp/
H A Docsp.h413 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
/external/openssl/crypto/x509/
H A Dx509_lu.c442 cinf_s.subject=name;
615 * a given subject name. However it will fill the cache with all
/external/v8/src/
H A Druntime.h632 Handle<String> subject,
/external/jmonkeyengine/engine/src/bullet-native/android/
H A DAndroid.mk9 # subject to the following restrictions:
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c1807 static void eapol_sm_notify_cert(void *ctx, int depth, const char *subject, argument
1813 sm->ctx->cert_cb(sm->ctx->ctx, depth, subject,
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c1807 static void eapol_sm_notify_cert(void *ctx, int depth, const char *subject, argument
1813 sm->ctx->cert_cb(sm->ctx->ctx, depth, subject,
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c1807 static void eapol_sm_notify_cert(void *ctx, int depth, const char *subject, argument
1813 sm->ctx->cert_cb(sm->ctx->ctx, depth, subject,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js7530 this.subject = this.subject || this;
7593 this.fireEvent('start', this.subject);
7597 this.fireEvent('complete', this.subject);
7598 if (!this.callChain()) this.fireEvent('chainComplete', this.subject);
7602 this.fireEvent('cancel', this.subject).clearChain();
7785 this.element = this.subject = $(element);
7882 this.element = this.subject = $(element);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c1304 "reason=%d depth=%d subject='%s' err='%s'",
1307 data->cert_fail.subject,
1328 data->peer_cert.subject,
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c1304 "reason=%d depth=%d subject='%s' err='%s'",
1307 data->cert_fail.subject,
1328 data->peer_cert.subject,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c1304 "reason=%d depth=%d subject='%s' err='%s'",
1307 data->cert_fail.subject,
1328 data->peer_cert.subject,
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c129 * convert the string of the subject name into DER
232 * convert the hex string of the subject name into DER
659 len = i2d_X509_NAME(x509->cert_info->subject, NULL);
665 len = i2d_X509_NAME(x509->cert_info->subject, &bp);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c790 int depth, const char *subject,
815 !wpa_dbus_dict_append_string(&dict_iter, "subject", subject))
789 wpas_dbus_signal_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *cert_hash, const struct wpabuf *cert) argument
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm22 ; freely, subject to the following restrictions:

Completed in 1790 milliseconds

1234567