HomeSort by relevance Sort by last modified time
    Searched defs:subject (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /external/openssl/apps/
cms.c 127 char *to = NULL, *from = NULL, *subject = NULL; local
385 else if (!strcmp (*args, "-subject"))
389 subject = *++args;
631 BIO_printf (bio_err, "-keyid use subject key identifier\n");
641 BIO_printf (bio_err, "-subject s subject\n");
1163 if (subject)
1164 BIO_printf(out, "Subject: %s\n", subject);
    [all...]
req.c 174 int nodes=0,kludge=0,newhdr=0,subject=0,pubkey=0; local
348 else if (strcmp(*argv,"-subject") == 0)
349 subject=1;
420 BIO_printf(bio_err," -subject output the request's subject\n");
435 BIO_printf(bio_err," -subj arg set or modify request subject\n");
906 BIO_printf(bio_err, "Cannot modifiy certificate subject\n");
914 BIO_printf(bio_err, "Modifying Request's Subject\n");
915 print_name(bio_err, "old subject=", X509_REQ_get_subject_name(req), nmflag);
920 BIO_printf(bio_err, "ERROR: cannot modify subject\n")
    [all...]
x509.c 101 " -subject_hash - print subject hash value\n",
103 " -subject_hash_old - print old-style (MD5) subject hash value\n",
110 " -subject - print subject DN\n",
122 " -ocspid - print OCSP hash values for the subject name and public key\n",
187 int text=0,serial=0,subject=0,issuer=0,startdate=0,enddate=0; local
430 else if (strcmp(*argv,"-subject") == 0)
431 subject= ++num;
634 print_name(bio_err, "subject=", X509_REQ_get_subject_name(req), nmflag);
651 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 50 const char *subject; member in struct:tls_event_data::__anon37293
58 const char *subject; member in struct:tls_event_data::__anon37294
98 * @subject_match: String to match in the subject of the peer certificate or
100 * @altsubject_match: String to match in the alternative subject of the peer
  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 333 final String subject; local
392 subject = describeCheckersLocked(blockedCheckers);
399 EventLog.writeEvent(EventLogTags.WATCHDOG, subject);
435 subject, null, stack, null);
452 int res = controller.systemNotResponding(subject);
473 Slog.w(TAG, "*** WATCHDOG KILLING SYSTEM PROCESS: " + subject);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 72 * arbitrarily and is subject to change.
436 private X500Principal subject; field in class:TestCertUtils.TestX509Certificate
441 this.subject = subj;
450 return subject;
455 * first are bytes of encoded form of Subject (as X500Principal),
461 byte[] asubj = subject.getEncoded();
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 87 final String subject = message.getSubject(); local
100 if (subject != null) {
101 localMessage.mSubject = subject;
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 167 String subject = cursor.getString(columnsMap.mColumnMmsSubject); local
168 if (!TextUtils.isEmpty(subject)) {
171 PduPersister.getBytes(subject));
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 419 messageValues[UIProvider.MESSAGE_SUBJECT_COLUMN] = "Message subject";
743 final String subject = "hello world"; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 157 private void sendMessage(final String recipients, final String subject, final String text) {
168 final byte[] pdu = buildPdu(MmsMessagingDemo.this, recipients, subject, text);
331 private static byte[] buildPdu(Context context, String recipients, String subject,
345 // Subject
346 if (!TextUtils.isEmpty(subject)) {
347 req.setSubject(new EncodedStringValue(subject));
431 final EncodedStringValue subject = retrieveConf.getSubject(); local
432 return subject != null ? subject.getString() : "";
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 817 << cert->subject().GetDisplayName()
818 << " issuer=" << issuer->subject().GetDisplayName();
1005 const net::CertPrincipal& subject = certificate.subject(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_reader.cpp 9 * Software is furnished to do so, subject to the following conditions:
883 ir_rvalue *subject = read_rvalue(s_subject); local
884 if (subject == NULL) {
885 ir_read_error(NULL, "when reading the subject of an array_ref");
890 if (subject == NULL) {
894 return new(mem_ctx) ir_dereference_array(subject, idx);
896 ir_rvalue *subject = read_rvalue(s_subject); local
897 if (subject == NULL) {
898 ir_read_error(NULL, "when reading the subject of a record_ref");
901 return new(mem_ctx) ir_dereference_record(subject, s_field->value())
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 174 int nodes=0,kludge=0,newhdr=0,subject=0,pubkey=0; local
348 else if (strcmp(*argv,"-subject") == 0)
349 subject=1;
420 BIO_printf(bio_err," -subject output the request's subject\n");
435 BIO_printf(bio_err," -subj arg set or modify request subject\n");
907 BIO_printf(bio_err, "Cannot modifiy certificate subject\n");
915 BIO_printf(bio_err, "Modifying Request's Subject\n");
916 print_name(bio_err, "old subject=", X509_REQ_get_subject_name(req), nmflag);
921 BIO_printf(bio_err, "ERROR: cannot modify subject\n")
    [all...]
x509.c 101 " -subject_hash - print subject hash value\n",
103 " -subject_hash_old - print old-style (MD5) subject hash value\n",
110 " -subject - print subject DN\n",
122 " -ocspid - print OCSP hash values for the subject name and public key\n",
187 int text=0,serial=0,subject=0,issuer=0,startdate=0,enddate=0; local
430 else if (strcmp(*argv,"-subject") == 0)
431 subject= ++num;
634 print_name(bio_err, "subject=", X509_REQ_get_subject_name(req), nmflag);
651 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 164 .subject(CA1.getSubjectX500Principal())
619 X500Principal subject = x.getSubjectX500Principal(); local
620 int intHash = NativeCrypto.X509_NAME_hash_old(subject);
  /external/mesa3d/src/glsl/
ir_reader.cpp 9 * Software is furnished to do so, subject to the following conditions:
883 ir_rvalue *subject = read_rvalue(s_subject); local
884 if (subject == NULL) {
885 ir_read_error(NULL, "when reading the subject of an array_ref");
890 if (subject == NULL) {
894 return new(mem_ctx) ir_dereference_array(subject, idx);
896 ir_rvalue *subject = read_rvalue(s_subject); local
897 if (subject == NULL) {
898 ir_read_error(NULL, "when reading the subject of a record_ref");
901 return new(mem_ctx) ir_dereference_record(subject, s_field->value())
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 103 if (elementName.equals("subject")) {
109 String subject = parseContent(parser); local
112 message.addSubject(xmlLang, subject);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 1114 final String subject = sms.getPseudoSubject(); local
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 56 private X500Principal subject; field in class:X509CertSelector
236 * Set the subject that a certificate must match.
238 * @param subject
239 * the subject distinguished name or {@code null} to not check
240 * the subject.
242 public void setSubject(X500Principal subject) {
243 this.subject = subject;
247 * Returns the subject that a certificate must match.
249 * @return the subject distinguished name, or null if the subject is not t
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 148 .subject("CN=Test Root Certificate Authority")
153 .subject("CN=Test Intermediate Certificate Authority")
171 .subject("emailAddress=test@user")
177 .subject("CN=Test Root Certificate Authority 2")
182 .subject("CN=Test Intermediate Certificate Authority")
260 private X500Principal subject; field in class:TestKeyStore.Builder
274 subject = localhost();
293 * Sets the subject common name. The default is the local host's
296 public Builder subject(X500Principal subject) { method in class:TestKeyStore.Builder
301 public Builder subject(String commonName) { method in class:TestKeyStore.Builder
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMms.java 125 private String subject = null; field in class:BluetoothMapbMessageMms
157 if(subject != null && !subject.isEmpty()) {
158 sb.append("<Sub:").append(subject).append("> ");
188 return subject;
190 public void setSubject(String subject) {
191 this.subject = subject;
354 if (subject != null){
355 // Use base64 encoding for the subject, as it may contain non US-ASCII characters or othe
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 307 String subject = mSubjects.get(adapterPosition); local
308 if (subject == null) {
311 holder.mSubjectTextView.setText(subject);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 41 * (eg, checkmark, star, subject, sender, folders, etc.) It will inflate a view,
207 // Subject.
363 final TextView subject = (TextView) view.findViewById(R.id.subject); local
364 final int subjectTopAdjust = getLatinTopAdjustment(subject);
365 subjectX = getX(subject);
366 subjectY = getY(subject) + subjectTopAdjust;
367 subjectWidth = subject.getWidth();
368 subjectHeight = subject.getHeight();
369 subjectFontSize = subject.getTextSize()
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 59 * @see UIProvider.ConversationColumns#SUBJECT
61 public final String subject; field in class:Conversation
180 dest.writeString(subject);
206 subject = in.readString();
237 sb.append(", subject=");
238 sb.append(subject);
279 // Don't allow null subject
281 subject = "";
283 subject = subj;
324 subject = other.subject
    [all...]
Message.java 85 * @see UIProvider.MessageColumns#SUBJECT
87 public String subject; field in class:Message
257 TextUtils.equals(this.subject, o.subject) &&
270 dest.writeString(subject);
306 subject = in.readString();
368 subject = cursor.getString(UIProvider.MESSAGE_SUBJECT_COLUMN);
432 subject = mimeMessage.getSubject();

Completed in 769 milliseconds

1 23 4 5 6 7