Home
last modified time | relevance | path

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

12

/third_party/mbedtls/tests/suites/
Dtest_suite_asn1parse.data49 Prefixes of empty SEQUENCE
52 Prefixes of SEQUENCE of BOOLEAN, INTEGER, INTEGER
55 Prefixes of SEQUENCE of (SEQUENCE of INTEGER, INTEGER), INTEGER
418 SEQUENCE OF 0 OCTET STRING
421 SEQUENCE OF 0 OCTET STRING plus trailing garbage
424 SEQUENCE of 1 OCTET STRING truncated after tag
427 SEQUENCE of 1 OCTET STRING truncated in length #1
430 SEQUENCE of 1 OCTET STRING truncated in length #2
433 SEQUENCE of 1 OCTET STRING truncated in content #1
436 SEQUENCE of 1 OCTET STRING truncated in content #2
[all …]
Dtest_suite_asn1parse.function565 * For each element in the SEQUENCE in input, description contains
623 * For each element in the SEQUENCE in input, description contains
Dtest_suite_psa_crypto.function126 * RSAPrivateKey ::= SEQUENCE {
9635 /* RSAPublicKey ::= SEQUENCE {
Dtest_suite_x509parse.data1937 X509 CRT ASN1 (TBS, inv SubjectAltName, data remaining after name SEQUENCE)
/third_party/libinput/tools/
Dptraccel-debug.c211 SEQUENCE, enumerator
274 mode = SEQUENCE; in main()
348 mode = SEQUENCE; in main()
356 mode = SEQUENCE; in main()
361 } else if (mode == SEQUENCE) { in main()
376 case SEQUENCE: in main()
/third_party/openssl/doc/man3/
DASN1_generate_nconf.pod113 =item B<SEQUENCE>, B<SEQ>, B<SET>
115 Formats the result as an ASN1 B<SEQUENCE> or B<SET> type. I<value>
118 generated string format. If I<value> is absent then an empty SEQUENCE
149 The following structure is surrounded by an OCTET STRING, a SEQUENCE,
192 SEQUENCE consisting of a BOOL an OID and a UTF8String:
194 asn1 = SEQUENCE:seq_section
207 asn1=SEQUENCE:private_key
237 # Start with a SEQUENCE
238 asn1=SEQUENCE:pubkeyinfo
243 algorithm=SEQUENCE:rsa_alg
[all …]
DASN1_aux_cb.pod117 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
124 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
130 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
138 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
143 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
148 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
153 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
158 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
163 Invoked when processing a B<SEQUENCE> or B<NDEF_SEQUENCE> structure immediately
169 Invoked when processing a B<SEQUENCE> or B<NDEF_SEQUENCE> structure immediately
DASN1_TYPE_get.pod25 such as a SEQUENCE: it is effectively equivalent to the ASN.1 ANY type.
38 ASN1_TYPE_unpack_sequence() attempts to parse the SEQUENCE present in
/third_party/openssl/doc/man1/
Dopenssl-rsautl.pod.in167 0:d=0 hl=4 l= 742 cons: SEQUENCE
168 4:d=1 hl=4 l= 591 cons: SEQUENCE
172 16:d=2 hl=2 l= 13 cons: SEQUENCE
175 31:d=2 hl=2 l= 92 cons: SEQUENCE
177 35:d=4 hl=2 l= 9 cons: SEQUENCE
181 599:d=1 hl=2 l= 13 cons: SEQUENCE
199 0:d=0 hl=2 l= 32 cons: SEQUENCE
200 2:d=1 hl=2 l= 12 cons: SEQUENCE
Dopenssl-asn1parse.pod.in119 0:d=0 hl=4 l= 681 cons: SEQUENCE
125 376:d=3 hl=3 l= 159 cons: SEQUENCE
126 379:d=4 hl=2 l= 29 cons: SEQUENCE
129 410:d=4 hl=2 l= 112 cons: SEQUENCE
132 524:d=4 hl=2 l= 12 cons: SEQUENCE
138 within the scope of any SET or SEQUENCE. C<hl=XX> gives the header length
150 0:d=0 hl=3 l= 137 cons: SEQUENCE
193 asn1=SEQUENCE:seq_sect
/third_party/node/deps/openssl/openssl/include/openssl/
Dasn1t.h.in51 * For SEQUENCE types the templates field points
75 * NDEF_SEQUENCE is the same as SEQUENCE except
138 * This pair helps declare a SEQUENCE. We can do:
141 * ... SEQUENCE components ...
151 * ... SEQUENCE components ...
361 /* These help with SEQUENCE or CHOICE components */
406 /* SEQUENCE OF type */
410 /* OPTIONAL SEQUENCE OF */
422 /* Finally compound types of SEQUENCE, SET, IMPLICIT, EXPLICIT and OPTIONAL */
529 /* Field is a SEQUENCE OF */
[all …]
Dasn1.h.in879 /* Mark start and end of SEQUENCE */
881 /* Mark start and end of SEQUENCE/SET OF */
889 /* Don't show field names in SEQUENCE */
891 /* Show structure names of each SEQUENCE field */
Dx509v3.h.in881 * API tag for elements of the ASIdentifer SEQUENCE.
/third_party/openssl/include/openssl/
Dasn1t.h.in51 * For SEQUENCE types the templates field points
75 * NDEF_SEQUENCE is the same as SEQUENCE except
138 * This pair helps declare a SEQUENCE. We can do:
141 * ... SEQUENCE components ...
151 * ... SEQUENCE components ...
361 /* These help with SEQUENCE or CHOICE components */
406 /* SEQUENCE OF type */
410 /* OPTIONAL SEQUENCE OF */
422 /* Finally compound types of SEQUENCE, SET, IMPLICIT, EXPLICIT and OPTIONAL */
529 /* Field is a SEQUENCE OF */
[all …]
Dasn1.h.in879 /* Mark start and end of SEQUENCE */
881 /* Mark start and end of SEQUENCE/SET OF */
889 /* Don't show field names in SEQUENCE */
891 /* Show structure names of each SEQUENCE field */
Dx509v3.h.in881 * API tag for elements of the ASIdentifer SEQUENCE.
/third_party/openssl/doc/internal/man3/
Dossl_DER_w_begin_sequence.pod18 i.e. the ASN.1 SEQUENCE, SET and CHOICE specifications. They all come
26 SEQUENCE.
/third_party/openssl/doc/internal/man7/
DDERlib.pod46 Dss-Sig-Value ::= SEQUENCE {
82 AlgorithmIdentifier ::= SEQUENCE {
91 RSASSA-PSS-params ::= SEQUENCE {
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/
Dtag.js26 SEQUENCE: 0x10, property
/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs118 pub const SEQUENCE: Asn1Type = Asn1Type(ffi::V_ASN1_SEQUENCE); constant
/third_party/python/Tools/unicode/python-mappings/
DCP273.TXT60 0x3B 0x009B #CONTROL SEQUENCE INTRODUCER (CSI)
/third_party/openssl/doc/man5/
Dx509v3_config.pod558 1.2.3.4.1 = ASN1:SEQUENCE:seq_sect
/third_party/ffmpeg/doc/
Dmuxers.texi805 Start the playlist sequence number (@code{#EXT-X-MEDIA-SEQUENCE}) according to the specified source.
830 Start the playlist sequence number (@code{#EXT-X-MEDIA-SEQUENCE}) from the specified @var{number}
/third_party/node/deps/openssl/openssl/
DCHANGES.md4629 This currently only works for some fields specifically a SEQUENCE, CHOICE,
4630 or ASN1_STRING type which is part of a parent SEQUENCE. Since it is
4632 SEQUENCE OF.
11576 CertificatePair ::= SEQUENCE {
14167 as a SEQUENCE OF but using implicit tagging (with UNIVERSAL class)
14261 * Add a special meaning when SET OF and SEQUENCE OF flags are both
15396 If SEQUENCE is length is indefinite just set c->slen to the total
15554 * Make the CRL encoding routines work with empty SEQUENCE OF. The
15555 macros previously used would not encode an empty SEQUENCE OF
15754 tagged and unknown types are handled in the same way as a SEQUENCE:
[all …]
/third_party/openssl/
DCHANGES.md4451 This currently only works for some fields specifically a SEQUENCE, CHOICE,
4452 or ASN1_STRING type which is part of a parent SEQUENCE. Since it is
4454 SEQUENCE OF.
11398 CertificatePair ::= SEQUENCE {
13989 as a SEQUENCE OF but using implicit tagging (with UNIVERSAL class)
14083 * Add a special meaning when SET OF and SEQUENCE OF flags are both
15218 If SEQUENCE is length is indefinite just set c->slen to the total
15376 * Make the CRL encoding routines work with empty SEQUENCE OF. The
15377 macros previously used would not encode an empty SEQUENCE OF
15576 tagged and unknown types are handled in the same way as a SEQUENCE:
[all …]

12