/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | ecdh_secp224r1_test.txt | 905 # The public key in this test uses an invalid ASN encoding. Some cases where the 906 # ASN parser is not strictly checking the ASN format are benign as long as the 915 # The public key in this test uses an invalid ASN encoding. Some cases where the 916 # ASN parser is not strictly checking the ASN format are benign as long as the 925 # The public key in this test uses an invalid ASN encoding. Some cases where the 926 # ASN parser is not strictly checking the ASN format are benign as long as the 935 # The public key in this test uses an invalid ASN encoding. Some cases where the 936 # ASN parser is not strictly checking the ASN format are benign as long as the 945 # The public key in this test uses an invalid ASN encoding. Some cases where the 946 # ASN parser is not strictly checking the ASN format are benign as long as the [all …]
|
D | ecdh_secp384r1_test.txt | 1004 # The public key in this test uses an invalid ASN encoding. Some cases where the 1005 # ASN parser is not strictly checking the ASN format are benign as long as the 1014 # The public key in this test uses an invalid ASN encoding. Some cases where the 1015 # ASN parser is not strictly checking the ASN format are benign as long as the 1024 # The public key in this test uses an invalid ASN encoding. Some cases where the 1025 # ASN parser is not strictly checking the ASN format are benign as long as the 1034 # The public key in this test uses an invalid ASN encoding. Some cases where the 1035 # ASN parser is not strictly checking the ASN format are benign as long as the 1044 # The public key in this test uses an invalid ASN encoding. Some cases where the 1045 # ASN parser is not strictly checking the ASN format are benign as long as the [all …]
|
D | ecdh_secp256r1_test.txt | 1162 # The public key in this test uses an invalid ASN encoding. Some cases where the 1163 # ASN parser is not strictly checking the ASN format are benign as long as the 1172 # The public key in this test uses an invalid ASN encoding. Some cases where the 1173 # ASN parser is not strictly checking the ASN format are benign as long as the 1182 # The public key in this test uses an invalid ASN encoding. Some cases where the 1183 # ASN parser is not strictly checking the ASN format are benign as long as the 1192 # The public key in this test uses an invalid ASN encoding. Some cases where the 1193 # ASN parser is not strictly checking the ASN format are benign as long as the 1202 # The public key in this test uses an invalid ASN encoding. Some cases where the 1203 # ASN parser is not strictly checking the ASN format are benign as long as the [all …]
|
D | ecdh_secp521r1_test.txt | 1064 # The public key in this test uses an invalid ASN encoding. Some cases where the 1065 # ASN parser is not strictly checking the ASN format are benign as long as the 1074 # The public key in this test uses an invalid ASN encoding. Some cases where the 1075 # ASN parser is not strictly checking the ASN format are benign as long as the 1084 # The public key in this test uses an invalid ASN encoding. Some cases where the 1085 # ASN parser is not strictly checking the ASN format are benign as long as the 1094 # The public key in this test uses an invalid ASN encoding. Some cases where the 1095 # ASN parser is not strictly checking the ASN format are benign as long as the 1104 # The public key in this test uses an invalid ASN encoding. Some cases where the 1105 # ASN parser is not strictly checking the ASN format are benign as long as the [all …]
|
/external/python/pyasn1/docs/source/pyasn1/ |
D | contents.rst | 7 As of this moment, pyasn1 library implements all ASN.1 data 14 As for ASN.1 schema language, pyasn1 package does 16 `asn1late <https://github.com/kimgr/asn1ate>`_ which is an ASN.1 19 implementation of pyasn1 classes from ASN.1 specification. 28 ASN.1 types 31 The ASN.1 data description 33 defines a handful of built-in data types. ASN.1 types exhibit different 37 Subtypes can be created on top of base ASN.1 types by adding/overriding the 41 ASN.1 types in pyasn1 are Python objects. One or more ASN.1 types 48 ASN.1 specification: [all …]
|
/external/python/pyasn1/docs/source/ |
D | contents.rst | 2 ASN.1 library for Python 8 Abstract Syntax Notation One (`ASN.1 12 applications heavily rely on ASN.1. 15 ASN.1 support in pure-Python. 17 What is ASN.1 20 ASN.1 is a large, arguably over-engineered and extremely old data modelling and 24 ASN.1 started its life over 30 years ago as a serialisation mechanism for the first 29 Since then ASN.1 is sort of haunted by its relations with the OSI model -- the 37 far from ASN.1 from technical perspective. It's more of a matter of striking 41 Looking at what ASN.1 has to offer, it has three loosely coupled parts: [all …]
|
D | example-use-case.rst | 10 Grab ASN.1 schema for SSH keys 13 ASN.1 is widely used in many Internet protocols. Frequently, whenever ASN.1 is employed, 14 data structures are described in ASN.1 schema language right in the RFC. 39 Compile ASN.1 schema into Python 42 In the best case, you should be able to automatically compile ASN.1 spec into 51 all ASN.1 language constructs. 54 package to see if it already has the ASN.1 spec you are looking for compiled and shipped 61 As a last resort, you could express ASN.1 in Python by hand. The end result 62 should be a declarative Python code resembling original ASN.1 syntax like 109 Once we have Python ASN.1 structures initialized, we could inspect them: [all …]
|
/external/python/pyasn1/ |
D | README.md | 2 ASN.1 library for Python 10 This is a free and open source implementation of ASN.1 types and codecs 14 [ASN.1 specification](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E… 19 * Generic implementation of ASN.1 types (X.208) 21 * Dumps/loads ASN.1 structures from Python types 24 * Contributed ASN.1 compiler [Asn1ate](https://github.com/kimgr/asn1ate) 29 ASN.1 solves the data serialisation problem. This solution was 31 have the luxury of wasting bits. That is why ASN.1 is designed 40 Quite a number of books cover the topic of ASN.1. 48 complicated ASN.1 system and to represent it on the Python terms. [all …]
|
D | CHANGES.rst | 19 - Encoders refactored to take either a value (as ASN.1 object) 20 or a Python value plus ASN.1 schema 27 - The ASN.1 types' `__repr__` implementation reworked for better readability 29 - Most ASN.1 types' `__str__` magic methods (except for OctetString and 37 - The `isValue` singleton is now the only way to indicate ASN.1 schema 38 as opposed to ASN.1 schema instance. The legacy `None` initializer 42 ASN.1 schema object, while `Null('')` - value object. 45 - Fixed ASN.1 encoder not to omit empty substrate produced for inner 50 - Fixed ASN.1 types not to interfere with the Pickle protocol 57 - Fixed ASN.1 time types pickling/deepcopy'ing [all …]
|
D | TODO.rst | 21 of substrate being decoded till the very moment of ASN.1 30 ASN.1 schema compiler 54 Compile and ship more Pythonized ASN.1 modules for 55 various ASN.1-based protocols (e.g. Kerberos etc). 63 * Specialize ASN.1 character and useful types
|
/external/python/pyasn1/docs/source/pyasn1/type/constraint/ |
D | contents.rst | 7 ASN.1 standard has a built-in way of limiting the set of values 8 a type can possibly have. Imposing value constraints on an ASN.1 10 a more specialized subtype of an ASN.1 type. 14 they get attached to ASN.1 type object at a *.subtypeSpec* attribute. 20 ASN.1 specification: 40 Sometimes multiple constraints are applied on an ASN.1 type. To capture 53 ASN.1 specification:
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 651 const AttributeSetNode *ASN = getSlotNode(I); in Raw() local 654 for (AttributeSetNode::iterator II = ASN->begin(), in Raw() 655 IE = ASN->end(); II != IE; ++II) { in Raw() 664 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16; in Raw() 666 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26; in Raw() 1093 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local 1094 return ASN && ASN->hasAttribute(Kind); in hasAttribute() 1098 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local 1099 return ASN && ASN->hasAttribute(Kind); in hasAttribute() 1103 AttributeSetNode *ASN = getAttributes(Index); in hasAttributes() local [all …]
|
/external/python/pyasn1/docs/source/pyasn1/type/univ/ |
D | null.rst | 4 .. |ASN.1| replace:: Null 6 |ASN.1| type 14 The |ASN.1| type models ASN.1 NULL.
|
D | objectidentifier.rst | 4 .. |ASN.1| replace:: ObjectIdentifier 6 |ASN.1| type 14 The |ASN.1| type models ASN.1 OBJECT IDENTIFIER as a sequence of integer numbers.
|
D | sequenceof.rst | 4 .. |ASN.1| replace:: SequenceOf 6 |ASN.1| type 15 The |ASN.1| type models a collection of elements of a single ASN.1 type.
|
D | setof.rst | 4 .. |ASN.1| replace:: SetOf 6 |ASN.1| type 15 The |ASN.1| type models a collection of elements of a single ASN.1 type.
|
D | sequence.rst | 4 .. |ASN.1| replace:: Sequence 6 |ASN.1| type 15 The |ASN.1| type models a collection of named ASN.1 components.
|
D | set.rst | 4 .. |ASN.1| replace:: Set 6 |ASN.1| type 16 The |ASN.1| type models a collection of named ASN.1 components.
|
D | any.rst | 4 .. |ASN.1| replace:: Any 8 |ASN.1| type 16 The |ASN.1| type models an arbitrary value of an arbitrary type. Typically, 19 value is a serialised representation of some other ASN.1 object.
|
D | boolean.rst | 4 .. |ASN.1| replace:: Boolean 6 |ASN.1| type 14 The |ASN.1| type models a BOOLEAN that can be either TRUE or FALSE.
|
D | real.rst | 4 .. |ASN.1| replace:: Real 6 |ASN.1| type 14 The |ASN.1| type models a rational number of arbitrary precision.
|
/external/python/pyasn1/docs/source/pyasn1/type/tag/ |
D | contents.rst | 7 ASN.1 types formally differ from each other by carrying distinct 13 to ASN.1 types as the *tagSet* attribute. 17 ASN.1 subtype. 23 ASN.1 specification: 38 ASN.1 types can be related to each other via the *.isSameTypeWith()*,
|
/external/python/pyasn1/docs/source/pyasn1/type/namedtype/ |
D | contents.rst | 8 :ref:`Choice <univ.Choice>` ASN.1 types embed other ASN.1 types 15 Ultimately, the fields get attached to the ASN.1 type's *.componentType* 22 ASN.1 specification:
|
/external/python/pyasn1-modules/ |
D | README.md | 2 ASN.1 modules for Python 11 [ASN.1](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items) 14 If ASN.1 module you need is not present in this collection, try using 15 [Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles ASN.1 documents 25 If you want to contribute ASN.1 modules you have converted into pyasn1,
|
/external/python/pyasn1/docs/source/pyasn1/type/char/ |
D | t61string.rst | 4 .. |ASN.1| replace:: T61String 8 |ASN.1| type 16 The |ASN.1| type is an alias to :py:class:`TeletexString` type.
|