HomeSort by relevance Sort by last modified time
    Searched refs:asn1 (Results 401 - 425 of 541) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
DerInputStream.java 23 package org.apache.harmony.security.asn1;
33 * @see <a href="http://asn1.elibel.tm.fr/en/standards/index.htm">ASN.1</a>
52 * @see org.apache.harmony.security.asn1.BerInputStream#next()
73 * @see org.apache.harmony.security.asn1.BerInputStream#readBitString()
92 * @see org.apache.harmony.security.asn1.BerInputStream#readBoolean()
105 * @see org.apache.harmony.security.asn1.BerInputStream#readOctetString()
117 * @see org.apache.harmony.security.asn1.BerInputStream#readSequence(org.apache.harmony.security.asn1.ASN1Sequence)
130 * @see org.apache.harmony.security.asn1.BerInputStream#readSetOf(org.apache.harmony.security.asn1.ASN1SetOf
    [all...]
ASN1Choice.java 22 package org.apache.harmony.security.asn1;
72 * public static final ASN1Choice asn1 = new ASN1Choice(new ASN1Type[] {
73 * ASN1GeneralizedTime.asn1, ASN1UTCTime.asn1 }) {
96 * public static final ASN1Sequence ASN1
97 * = new ASN1Sequence(new ASN1Type[] {Time.asn1, Time.asn1 }) {
132 * public static final ASN1Choice asn1 = new ASN1Choice(new ASN1Type[] {
133 * ASN1GeneralizedTime.asn1, ASN1UTCTime.asn1 }) {
    [all...]
ASN1Oid.java 23 package org.apache.harmony.security.asn1;
31 * @see <a href="http://asn1.elibel.tm.fr/en/standards/index.htm">ASN.1</a>
37 private static final ASN1Oid ASN1 = new ASN1Oid();
60 return ASN1;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1OctetString.java 1 package org.bouncycastle.asn1;
DERUTCTime.java 1 package org.bouncycastle.asn1;
BERConstructedOctetString.java 1 package org.bouncycastle.asn1;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEPBEKey.java 6 import org.bouncycastle.asn1.DERObjectIdentifier;
  /external/openssl/crypto/asn1/
a_i2d_fp.c 1 /* crypto/asn1/a_i2d_fp.c */
62 #include <openssl/asn1.h>
d2i_pr.c 1 /* crypto/asn1/d2i_pr.c */
64 #include <openssl/asn1.h>
145 /* Dirty trick: read in the ASN1 data into a STACK_OF(ASN1_TYPE):
147 * assumes the input is surrounded by an ASN1 SEQUENCE.
t_spki.c 62 #include <openssl/asn1.h>
  /external/openssl/crypto/dh/
p1024.c 61 #include <openssl/asn1.h>
  /external/openssl/crypto/ecdh/
Makefile 78 ech_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
86 ech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
99 ech_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
112 ech_ossl.o: ../../e_os.h ../../include/openssl/asn1.h
  /external/openssl/crypto/err/
err_all.c 60 #include <openssl/asn1.h>
  /external/openssl/crypto/objects/
Makefile 86 o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
94 obj_dat.o: ../../e_os.h ../../include/openssl/asn1.h
103 obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
111 obj_lib.o: ../../e_os.h ../../include/openssl/asn1.h
  /external/openssl/crypto/pkcs7/
pk7_attr.c 62 #include <openssl/asn1.h>
Makefile 98 pk7_asn1.o: ../../e_os.h ../../include/openssl/asn1.h
112 pk7_attr.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
126 pk7_doit.o: ../../e_os.h ../../include/openssl/asn1.h
141 pk7_lib.o: ../../e_os.h ../../include/openssl/asn1.h
154 pk7_mime.o: ../../e_os.h ../../include/openssl/asn1.h
168 pk7_smime.o: ../../e_os.h ../../include/openssl/asn1.h
183 pkcs7err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
  /external/openssl/crypto/x509v3/
pcy_node.c 59 #include <openssl/asn1.h>
v3_bcons.c 62 #include <openssl/asn1.h>
v3_pcons.c 62 #include <openssl/asn1.h>
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 26 import org.bouncycastle.asn1.ASN1InputStream;
27 import org.bouncycastle.asn1.ASN1Sequence;
28 import org.bouncycastle.asn1.DEROctetString;
29 import org.bouncycastle.asn1.x509.BasicConstraints;
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
Extensions.java 37 import org.apache.harmony.security.asn1.ASN1SequenceOf;
38 import org.apache.harmony.security.asn1.ASN1Type;
39 import org.apache.harmony.security.asn1.BerInputStream;
284 return ((GeneralNames) GeneralNames.ASN1.decode(extn.getExtnValue()))
309 GeneralNames.ASN1.decode(extn.getExtnValue())).getPairsList();
368 encoding = ASN1.encode(this);
415 public static final ASN1Type ASN1 = new ASN1SequenceOf(Extension.ASN1) {
  /external/openssl/crypto/comp/
Makefile 80 c_rle.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
87 c_zlib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
102 comp_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
  /external/openssl/crypto/pkcs12/
Makefile 83 p12_add.o: ../../e_os.h ../../include/openssl/asn1.h
97 p12_asn.o: ../../e_os.h ../../include/openssl/asn1.h
111 p12_attr.o: ../../e_os.h ../../include/openssl/asn1.h
125 p12_crpt.o: ../../e_os.h ../../include/openssl/asn1.h
139 p12_crt.o: ../../e_os.h ../../include/openssl/asn1.h
153 p12_decr.o: ../../e_os.h ../../include/openssl/asn1.h
167 p12_init.o: ../../e_os.h ../../include/openssl/asn1.h
181 p12_key.o: ../../e_os.h ../../include/openssl/asn1.h
195 p12_kiss.o: ../../e_os.h ../../include/openssl/asn1.h
209 p12_mutl.o: ../../e_os.h ../../include/openssl/asn1.
    [all...]
  /external/openssl/crypto/pem/
Makefile 80 pem_all.o: ../../e_os.h ../../include/openssl/asn1.h
96 pem_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
110 pem_info.o: ../../e_os.h ../../include/openssl/asn1.h
126 pem_lib.o: ../../e_os.h ../../include/openssl/asn1.h
143 pem_oth.o: ../../e_os.h ../../include/openssl/asn1.h
158 pem_pk8.o: ../../e_os.h ../../include/openssl/asn1.h
173 pem_pkey.o: ../../e_os.h ../../include/openssl/asn1.h
188 pem_seal.o: ../../e_os.h ../../include/openssl/asn1.h
203 pem_sign.o: ../../e_os.h ../../include/openssl/asn1.h
218 pem_x509.o: ../../e_os.h ../../include/openssl/asn1.
    [all...]
  /external/openssl/crypto/rand/
Makefile 79 md_rand.o: ../../e_os.h ../../include/openssl/asn1.h
93 rand_eng.o: ../../e_os.h ../../include/openssl/asn1.h
117 rand_lib.o: ../../e_os.h ../../include/openssl/asn1.h
134 rand_nw.o: ../../e_os.h ../../include/openssl/asn1.h
145 rand_os2.o: ../../e_os.h ../../include/openssl/asn1.h
157 rand_unix.o: ../../e_os.h ../../include/openssl/asn1.h
169 rand_win.o: ../../e_os.h ../../include/openssl/asn1.h

Completed in 1836 milliseconds

<<11121314151617181920>>