Home
last modified time | relevance | path

Searched refs:SEQUENCE (Results 1 – 25 of 83) sorted by relevance

1234

/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl.cnf124 #1.3.6.1.5.5.7.1.12=ASN1:SEQUENCE:LogotypeExtn
132 #logotypeoid=ASN1:SEQUENCE:LogotypeExtn
133 1.3.6.1.5.5.7.1.12=ASN1:SEQUENCE:LogotypeExtn
135 communityLogos=EXP:0,SEQUENCE:LogotypeInfo
138 direct=EXP:0,SEQUENCE:LogotypeData
140 image=SEQUENCE:LogotypeImage
142 imageDetails=SEQUENCE:LogotypeDetails
143 imageInfo=SEQUENCE:LogotypeImageInfo
146 logotypeHash=SEQUENCE:HashAlgAndValues
147 logotypeURI=SEQUENCE:URI
[all …]
Dest-csrattrs.cnf1 asn1 = SEQUENCE:attrs
5 attr1 = SEQUENCE:extreq
/external/python/pyasn1/docs/source/pyasn1/type/opentype/
Dcontents.rst23 Algorithm ::= SEQUENCE {
45 or *SEQUENCE OF* containers holding zero or more of *ANY*
50 AttributeTypeAndValues ::= SEQUENCE {
58 of potentially many elements of a *SET OF* or *SEQUENCE OF* container
76 Algorithm ::= SEQUENCE {
87 Similarly for `SET OF ANY DEFINED BY` or `SEQUENCE OF ANY DEFINED BY`
100 Algorithm ::= SEQUENCE {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1StreamParser.java49 case BERTags.SEQUENCE: in readIndef()
76 case BERTags.SEQUENCE: in readImplicit()
88 case BERTags.SEQUENCE: in readImplicit()
146 …tagNo == BERTags.OCTET_STRING || tagNo == BERTags.SEQUENCE || tagNo == BERTags.SET || tagNo == BER… in readObject()
194 case BERTags.SEQUENCE: in readObject()
DBERTags.java13 public static final int SEQUENCE = 0x10; // decimal 16 field
DBERSequence.java63 out.writeEncodedIndef(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, elements); in encode()
DLazyEncodedSequence.java90 out.writeEncoded(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, encoded); in encode()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1StreamParser.java51 case BERTags.SEQUENCE: in readIndef()
78 case BERTags.SEQUENCE: in readImplicit()
90 case BERTags.SEQUENCE: in readImplicit()
148 …tagNo == BERTags.OCTET_STRING || tagNo == BERTags.SEQUENCE || tagNo == BERTags.SET || tagNo == BER… in readObject()
196 case BERTags.SEQUENCE: in readObject()
DBERTags.java17 public static final int SEQUENCE = 0x10; // decimal 16 field
DBERSequence.java65 out.writeEncodedIndef(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, elements); in encode()
DLazyEncodedSequence.java91 out.writeEncoded(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, encoded); in encode()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DASN1StreamParser.java51 case BERTags.SEQUENCE: in readIndef()
78 case BERTags.SEQUENCE: in readImplicit()
90 case BERTags.SEQUENCE: in readImplicit()
148 …tagNo == BERTags.OCTET_STRING || tagNo == BERTags.SEQUENCE || tagNo == BERTags.SET || tagNo == BER… in readObject()
196 case BERTags.SEQUENCE: in readObject()
DBERTags.java17 public static final int SEQUENCE = 0x10; // decimal 16 field
DBERSequence.java65 out.writeEncodedIndef(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, elements); in encode()
DLazyEncodedSequence.java91 out.writeEncoded(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, encoded); in encode()
/external/libchrome/device/bluetooth/bluez/
Dbluetooth_service_attribute_value_bluez.cc22 CHECK_NE(type, SEQUENCE); in BluetoothServiceAttributeValueBlueZ()
27 : type_(SEQUENCE), in BluetoothServiceAttributeValueBlueZ()
41 if (attribute.type_ == SEQUENCE) { in operator =()
Dbluetooth_service_attribute_value_bluez.h29 enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL }; enumerator
/external/tpm2-tss/script/ekca/
Dek.cnf28 subjectDirectoryAttributes = ASN1:SEQUENCE:subDirAttr
54 tcg-at-tpmSpecification = SEQUENCE:tpmspec
55 #tcg-at-tpmSecurityAssertions = SEQUENCE:secassert
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/PKCS8/
Denc-rsa-pkcs8.pem1 0 674: SEQUENCE {
2 4 28: SEQUENCE {
5 18 14: SEQUENCE {
Dunenc-rsa-pkcs8.pem1 0 631: SEQUENCE {
3 7 13: SEQUENCE {
8 26 605: SEQUENCE {
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DX7875_NewUnixTest.java114 final byte[] SEQUENCE = {1, 2, 3}; in testTrimLeadingZeroesForceMinLength4()
127 assertTrue(Arrays.equals(SEQUENCE, trimTest(SEQUENCE))); in testTrimLeadingZeroesForceMinLength4()
128 assertTrue(Arrays.equals(SEQUENCE, trimTest(SEQUENCE_LEADING_ZERO))); in testTrimLeadingZeroesForceMinLength4()
129 assertTrue(Arrays.equals(SEQUENCE, trimTest(SEQUENCE_LEADING_ZEROES))); in testTrimLeadingZeroesForceMinLength4()
/external/autotest/client/cros/mock_policies/
Dasn1der.py16 SEQUENCE = 0x30 variable
70 return Data(SEQUENCE, ''.join(values))
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTimeline.java85 tl.setup(Modes.SEQUENCE); in createSequence()
103 private enum Modes {SEQUENCE, PARALLEL} enumConstant
185 tl.mode = Modes.SEQUENCE; in beginSequence()
245 case SEQUENCE: in build()
/external/python/pyasn1/docs/source/pyasn1/type/namedtype/
Dcontents.rst24 RSAPublicKey ::= SEQUENCE {
/external/python/pyasn1/
DCHANGES.rst73 - Fixed defaulted constructed SEQUENCE component initialization.
166 - Fixed Native encoder to handle SEQUENCE/SET objects without
168 - Added missing component-less SEQUENCE/SET objects dict duck-typing support
170 - Fixed crash at SEQUENCE and SEQUENCE OF CER encoder when running
185 - Fixed crash on prettyPrint'ing a SEQUENCE with no defined components
200 - Fixed DER/CER encoders handling optional SEQUENCE/SET fields containing
201 nested SEQUENCE/SET with optional fields.
269 - Improved SEQUENCE/SET/CHOICE decoding performance by maintaining a single shared
270 NamedType object for all instances of SEQUENCE/SET object.
284 - Added checks to make sure SEQUENCE/SET components being assigned
[all …]

1234