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

  /external/bouncycastle/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...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPoint.java 45 * reasons [1] ReasonFlags OPTIONAL,
70 private final ReasonFlags reasons; field in class:DistributionPoint
75 reasons = null;
80 ReasonFlags reasons, GeneralNames cRLIssuer) {
81 if ((reasons != null) && (distributionPoint == null) && (cRLIssuer == null)) {
82 throw new IllegalArgumentException("DistributionPoint MUST NOT consist of only the reasons field");
85 this.reasons = reasons;
99 if (reasons != null) {
100 reasons.dumpValue(buffer, prefix + " ")
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
ReasonsMask.java 6 * This class helps to handle CRL revocation reasons mask. Each CRL handles a
7 * certain set of revocation reasons.
14 * Constructs are reason mask with the reasons.
16 * @param reasons The reasons.
18 ReasonsMask(int reasons)
20 _reasons = reasons;
33 * A mask with all revocation reasons.
42 * Adds all reasons from the reasons mask to this mask
    [all...]
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 17 # This test enters an infinit loop for unknown reasons!
  /ndk/tests/device/test-stlport/jni/
Android.mk 17 # This test enters an infinit loop for unknown reasons!
  /external/openssl/crypto/x509v3/
v3_crld.c 288 if (!strcmp(cnf->name, "reasons"))
290 if (!set_reasons(&point->reasons, cnf->value))
406 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
551 print_reasons(out, "Only Some Reasons",
575 if(point->reasons)
576 print_reasons(out, "Reasons", point->reasons,
v3_purp.c 321 if (dp->reasons)
323 if (dp->reasons->length > 0)
324 dp->dp_reasons = dp->reasons->data[0];
325 if (dp->reasons->length > 1)
326 dp->dp_reasons |= (dp->reasons->data[1] << 8);
697 * returns 0 for OK, positive for reason for mismatch, reasons match
x509v3.h 233 /* All existing reasons */
250 ASN1_BIT_STRING *reasons; member in struct:DIST_POINT_st
  /bionic/libdl/
Android.mk 20 # for x86, exclude libgcc_eh.a for the same reasons as above
  /external/openssl/crypto/x509/
x509_vfy.c 828 unsigned int reasons, best_reasons = 0; local
836 reasons = *preasons;
837 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
844 best_reasons = reasons;
974 * The reasons mask is also used to determine if the CRL is suitable: if
975 * no new reasons the CRL is rejected, otherwise reasons is updated.
999 /* If no new reasons reject */
1034 /* If no new reasons reject */
1302 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...]
grammar.y 96 const char *reasons[] = PFRES_NAMES;
99 for (i = 0; reasons[i]; i++) {
100 if (pcap_strcasecmp(reason, reasons[i]) == 0)
  /external/openssl/include/openssl/
x509v3.h 233 /* All existing reasons */
250 ASN1_BIT_STRING *reasons; member in struct:DIST_POINT_st
  /external/iproute2/doc/
ip-tunnels.tex 424 by historical reasons broadcast mode is not supported by IPIP tunnels,
ip-cref.tex 159 \verb|ip| may fail for one of the following reasons:
    [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /external/blktrace/btt/doc/
btt.tex 275 There are two major reasons why request queues are unplugged, and both
    [all...]
  /external/dropbear/libtommath/
bn.tex 285 own application but I think there are reasons not to. While LibTomMath is slower than libraries such as GnuMP it is
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1462 milliseconds