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

  /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);
  /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/valgrind/main/coregrind/
m_signals.c 2675 vki_sigaction_toK_t tsa, sa2; local
    [all...]
  /external/chromium_org/third_party/openssl/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/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. */
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /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 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1373 milliseconds