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

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPoint.java 45 * reasons [1] ReasonFlags OPTIONAL,
69 private final ReasonFlags reasons; field in class:DistributionPoint
73 ReasonFlags reasons, GeneralNames cRLIssuer) {
74 if ((reasons != null) && (distributionPoint == null) && (cRLIssuer == null)) {
75 throw new IllegalArgumentException("DistributionPoint MUST NOT consist of only the reasons field");
78 this.reasons = reasons;
88 if (reasons != null) {
89 reasons.dumpValue(sb, prefix + " ");
125 values[1] = dp.reasons;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 71 * @param reasons - the bitwise OR of the Key Reason flags giving the
75 int reasons)
77 super(getBytes(reasons), getPadBits(reasons));
81 DERBitString reasons)
83 super(reasons.getBytes(), reasons.getPadBits());
DistributionPoint.java 17 * reasons [1] ReasonFlags OPTIONAL,
26 ReasonFlags reasons; field in class:DistributionPoint
64 reasons = new ReasonFlags(DERBitString.getInstance(t, false));
74 ReasonFlags reasons,
78 this.reasons = reasons;
89 return reasons;
109 if (reasons != null)
111 v.add(new DERTaggedObject(false, 1, reasons));
132 if (reasons != null
    [all...]
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 128 // This can never be supported at this time. It exists only for historic reasons where
294 int reasons = getInactiveReasons(policy); local
295 if (Email.DEBUG && (reasons != 0)) {
297 if (reasons == 0) {
302 if ((reasons & INACTIVE_NEED_ACTIVATION) != 0) {
305 if ((reasons & INACTIVE_NEED_CONFIGURATION) != 0) {
308 if ((reasons & INACTIVE_NEED_PASSWORD) != 0) {
311 if ((reasons & INACTIVE_NEED_ENCRYPTION) != 0) {
316 return reasons == 0;
368 int reasons = 0 local
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 824 unsigned int reasons, best_reasons = 0; local
832 reasons = *preasons;
833 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
840 best_reasons = reasons;
970 * The reasons mask is also used to determine if the CRL is suitable: if
971 * no new reasons the CRL is rejected, otherwise reasons is updated.
995 /* If no new reasons reject */
1030 /* If no new reasons reject */
1298 unsigned int reasons; local
    [all...]
  /external/libpcap/
grammar.c 373 const char *reasons[] = PFRES_NAMES; local
376 for (i = 0; reasons[i]; i++) {
377 if (pcap_strcasecmp(reason, reasons[i]) == 0)
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 233 /* All existing reasons */
250 ASN1_BIT_STRING *reasons; member in struct:DIST_POINT_st
  /external/openssl/include/openssl/
x509v3.h 233 /* All existing reasons */
250 ASN1_BIT_STRING *reasons; member in struct:DIST_POINT_st
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 302 milliseconds