HomeSort by relevance Sort by last modified time
    Searched refs:tsa (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TSTInfo.java 56 * tsa [0] GeneralName OPTIONAL,
62 * "tsa [0] GeneralName OPTIONAL" is EXPLICIT and the word EXPLICIT is omitted.
82 private final GeneralName tsa; field in class:TSTInfo
88 Boolean ordering, BigInteger nonce, GeneralName tsa,
98 this.tsa = tsa;
125 res.append(tsa);
189 * @return Returns the tsa.
192 return tsa;
255 new ASN1Explicit(0, GeneralName.ASN1), // tsa
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TSTInfoTest.java 51 GeneralName tsa = new GeneralName(new Name("CN=AnAuthority")); local
61 genTime, accuracy, Boolean.FALSE, nonce, tsa, exts);
81 assertEquals("Decoded tsa is incorrect", tsa, decoded.getTsa());
TimeStampRespTest.java 67 GeneralName tsa = new GeneralName(new Name("CN=AnAuthority")); local
77 genTime, accuracy, Boolean.FALSE, nonce, tsa, exts);
  /external/openssl/apps/
openssl.cnf 30 # Policies used by the TSA examples.
214 # This is required for TSA certificates.
323 [ tsa ]
325 default_tsa = tsa_config1 # the default TSA section
329 # These are used by the TSA reply generation only.
330 dir = ./demoCA # TSA root directory
333 signer_cert = $dir/tsacert.pem # The TSA signing certificate
337 signer_key = $dir/private/tsakey.pem # The TSA private key (optional)
347 tsa_name = yes # Must the TSA name be included in the reply?
  /external/valgrind/main/coregrind/
m_signals.c 2547 vki_sigaction_toK_t tsa, sa2; local
    [all...]
  /external/openssl/include/openssl/
ts.h 165 tsa [0] GeneralName OPTIONAL,
179 GENERAL_NAME *tsa; member in struct:TS_tst_info_st
451 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa);
469 /* Don't include the TSA name in response. */
620 /* Verify if the policy supplied by the user matches the policy of the TSA. */
631 /* Verify if the TSA name field matches the signer certificate. */
633 /* Verify if the TSA name field equals to the user provided name. */
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 214 struct isakmpsa *sa, tsa; local
234 iph1->rmconf->proposal, &tsa,
292 if (tsa.gssid != NULL)
293 iph1->gi_r = vdup(tsa.gssid);
294 iph1->approval = fixup_initiator_sa(sa, &tsa);
296 if (tsa.gssid != NULL) {
297 iph1->gi_r = vdup(tsa.gssid);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 4107 milliseconds