HomeSort by relevance Sort by last modified time
    Searched refs:SEQUENCE (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 172 case SEQUENCE:
264 case SEQUENCE:
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/asn1/
asn1.go 38 SEQUENCE = Tag(16 | classConstructed)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/asn1/
asn1.go 38 SEQUENCE = Tag(16 | classConstructed)
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/
Asn1DerEncoder.java 65 case SEQUENCE:
502 case SEQUENCE:
507 && (containerAnnotation.type() == Asn1Type.SEQUENCE)) {
Asn1BerParser.java 124 case SEQUENCE:
312 case SEQUENCE:
611 case SEQUENCE:
616 && (containerAnnotation.type() == Asn1Type.SEQUENCE)) {
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Sequence.java 31 ImmutableList.of(Asn1Tag.SEQUENCE);
46 return Asn1Tag.SEQUENCE;
129 * Throws {@link IllegalArgumentException} if all mandatory fields not set on this sequence.
150 throw new NoSuchElementException("SEQUENCE=" + this + ", tag=" + tag);
Asn1Tag.java 40 public static final Asn1Tag SEQUENCE = new Asn1Tag(Asn1TagClass.UNIVERSAL, 16);
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 251 // returns it. An object identifier is a sequence of variable length integers
495 // SET OF (tag 17) are mapped to SEQUENCE and SEQUENCE OF (tag 16) since we
572 // parseSequenceOf is used for SEQUENCE OF and SET OF values. It tries to parse
594 // PRINTABLE STRINGs so that a sequence of them can be
603 err = StructuralError{"sequence tag mismatch"}
607 err = SyntaxError{"truncated sequence"}
652 err = SyntaxError{"sequence truncated"}
918 // We allow extra bytes at the end of the SEQUENCE because
1021 // An ASN.1 SEQUENCE OF x or SET OF x can be writte
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 251 // returns it. An object identifier is a sequence of variable length integers
495 // SET OF (tag 17) are mapped to SEQUENCE and SEQUENCE OF (tag 16) since we
572 // parseSequenceOf is used for SEQUENCE OF and SET OF values. It tries to parse
594 // PRINTABLE STRINGs so that a sequence of them can be
603 err = StructuralError{"sequence tag mismatch"}
607 err = SyntaxError{"truncated sequence"}
652 err = SyntaxError{"sequence truncated"}
918 // We allow extra bytes at the end of the SEQUENCE because
1021 // An ASN.1 SEQUENCE OF x or SET OF x can be writte
    [all...]
  /external/scapy/scapy/asn1/
asn1.py 165 SEQUENCE = 16|0x20 # constructed encoding
437 tag = ASN1_Class_UNIVERSAL.SEQUENCE
ber.py 125 # information, e.g. a SEQUENCE from asn1.py has a direct tag 0x20|16.
416 tag = ASN1_Class_UNIVERSAL.SEQUENCE
440 raise BER_Decoding_Error("Not enough bytes to decode sequence", decoded=obj)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 104 /* SEQUENCE appears in the result of a `gen_...' function
107 `emit_insn' takes the SEQUENCE apart and makes separate insns. */
108 DEF_RTL_EXPR(SEQUENCE, "sequence", "E", RTX_EXTRA)
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/scapy/scapy/
asn1fields.py 264 # Here is how you could decode a SEQUENCE
275 ASN1_tag = ASN1_Class_UNIVERSAL.SEQUENCE
344 ASN1_tag = ASN1_Class_UNIVERSAL.SEQUENCE
524 if cls.ASN1_root.ASN1_tag == ASN1_Class_UNIVERSAL.SEQUENCE:
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 675 ExtKeyUsage []ExtKeyUsage // Sequence of extended key usages.
    [all...]
x509_test.go 220 0x30, 6, // SEQUENCE, 6 bytes
228 0x30, 6, // SEQUENCE
237 0x30, 6, // SEQUENCE
246 0x30, 6, // SEQUENCE
256 0x30, 9, // SEQUENCE
264 0x30, 10, // SEQUENCE
    [all...]
name_constraints_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 675 ExtKeyUsage []ExtKeyUsage // Sequence of extended key usages.
    [all...]
x509_test.go 220 0x30, 6, // SEQUENCE, 6 bytes
228 0x30, 6, // SEQUENCE
237 0x30, 6, // SEQUENCE
246 0x30, 6, // SEQUENCE
256 0x30, 9, // SEQUENCE
264 0x30, 10, // SEQUENCE
    [all...]
name_constraints_test.go     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 69 buf.append("BER Sequence");
73 buf.append("DER Sequence");
77 buf.append("Sequence");
311 ASN1Sequence s = ASN1Sequence.getInstance(app.getObject(BERTags.SEQUENCE));
  /external/tcpdump/
print-snmp.c 99 "Sequence",
100 #define SEQUENCE 16
456 * The ID follows, as a sequence of octets with the
638 case SEQUENCE:
1187 * SEQUENCE {
1193 * SEQUENCE {
1197 * varbindlist SEQUENCE OF
1198 * SEQUENCE {
1204 * SEQUENCE {
1210 * varbindlist SEQUENCE O
    [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pkcs1v15.go 197 // DigestInfo ::= SEQUENCE {
  /prebuilts/go/linux-x86/src/crypto/rsa/
pkcs1v15.go 197 // DigestInfo ::= SEQUENCE {

Completed in 990 milliseconds

12 3 4 5