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

  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
DistributionPoint.java 47 * reasons [1] ReasonFlags OPTIONAL,
72 private final ReasonFlags reasons; field in class:DistributionPoint
77 reasons = null;
82 ReasonFlags reasons, GeneralNames cRLIssuer) {
83 if ((reasons != null) && (distributionPoint == null)
89 this.reasons = reasons;
103 if (reasons != null) {
104 reasons.dumpValue(buffer, prefix + " "); //$NON-NLS-1$
140 values[1] = dp.reasons;
    [all...]
  /dalvik/libcore/security/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));
  /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 227 ASN1_BIT_STRING *reasons; member in struct:DIST_POINT_st
  /external/openssl/include/openssl/
x509v3.h 227 ASN1_BIT_STRING *reasons; member in struct:DIST_POINT_st

Completed in 937 milliseconds