HomeSort by relevance Sort by last modified time
    Searched full:superseded (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java 13 * superseded (4),
44 public static final int SUPERSEDED = 4;
70 public static final int superseded = 4; field in class:CRLReason
81 "superseded", "cessationOfOperation", "certificateHold", "unknown",
ReasonFlags.java 13 * superseded (4),
42 public static final int SUPERSEDED = (1 << 3);
64 public static final int superseded = (1 << 3); field in class:ReasonFlags
  /external/iptables/extensions/
libipt_dscp.man 2 IP header. DSCP has superseded TOS within the IETF.
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
ReasonCode.java 35 * superseded (4),
52 public static final byte SUPERSEDED = 4;
105 case SUPERSEDED:
106 buffer.append("superseded");
ReasonFlags.java 44 * superseded (4),
62 "superseded",
CRLDistributionPoints.java 60 * superseded (4),
DistributionPoint.java 59 * superseded (4),
DistributionPointName.java 61 * superseded (4),
  /external/openssl/crypto/x509v3/
v3_enum.c 68 {CRL_REASON_SUPERSEDED, "Superseded", "superseded"},
v3_crld.c 198 {4, "Superseded", "superseded"},
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
ReasonsMask.java 39 | ReasonFlags.unused | ReasonFlags.superseded);
CertPathValidatorUtilities.java 114 "superseded",
    [all...]
RFC3280CertPathUtilities.java     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vlimit.h 26 /* This interface is obsolete, and is superseded by <sys/resource.h>. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jbd.h 236 #define BJ_Forget 3 /* Buffer superseded by this transaction */
  /external/openssl/crypto/ocsp/
ocsp_prn.c 128 { OCSP_REVOKED_STATUS_SUPERSEDED, "superseded" },
ocsp.h 317 * superseded (4),
  /frameworks/base/core/java/android/net/
NetworkInfo.java 120 * has now been superseded by the package-private constructor below).
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AndroidVersion.java 120 * <p/>For target that are in preview mode, this can be superseded by
  /external/openssl/include/openssl/
ocsp.h 317 * superseded (4),
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 201 * Please notice hat this method is superseded by
  /external/kernel-headers/original/linux/
jbd.h 494 * Doubly-linked circular list of all forget buffers (superseded
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties     [all...]
  /external/dropbear/libtomcrypt/
Doxyfile     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ustring.h 46 * fixed-width form that was known as UCS-2. UTF-16 superseded UCS-2 with Unicode 2.0
    [all...]

Completed in 419 milliseconds

1 2 3