ESP-IDF
asn1_hdr::constructed
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
asn1_hdr::constructed
asn1_hdr::constructed field
Syntax
Show:
Summary
Declaration
from
asn1.h:51
u8
identifier
,
class
,
constructed
;
Examples
References
from
examples
Code
Location
Referrer
u8
identifier
,
class
,
constructed
;
asn1.h:51
if
(
hdr
->
constructed
&&
asn1.c:136
asn1_valid_der()
if
(
!
hdr
->
constructed
&&
asn1.c:162
asn1_valid_der()
hdr
->
constructed
=
!!
(
hdr
->
identifier
&
(
1
<
<
5
)
)
;
asn1.c:186
asn1_get_next()
if
(
hdr
->
class
!=
ASN1_CLASS_UNIVERSAL
||
hdr
->
constructed
)
asn1.h:150
asn1_is_string_type()
if
(
asn1_is_cs_tag
(
&
hdr
,
0
)
&&
hdr
.
constructed
)
{
tlsv1_client_ocsp.c:272
tls_process_ocsp_single_response()
!
hdr
.
constructed
||
!
asn1_is_cs_tag
(
&
hdr
,
0
)
)
{
tlsv1_client_ocsp.c:426
tls_process_basic_ocsp_response()
if
(
asn1_get_next
(
pos
,
end
-
pos
,
&
hdr
)
==
0
&&
hdr
.
constructed
&&
tlsv1_client_ocsp.c:474
tls_process_basic_ocsp_response()
if
(
asn1_get_next
(
pos
,
end
-
pos
,
&
hdr
)
<
0
||
!
hdr
.
constructed
||
tlsv1_client_ocsp.c:696
tls_process_ocsp_response()
if
(
asn1_is_cs_tag
(
&
hdr
,
0
)
&&
hdr
.
constructed
)
{
x509v3.c:1487
x509_parse_tbs_certificate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
asn1_hdr::constructed
is written by 1 function and is read by 6 functions:
asn1_get_next()
All items filtered out
asn1_hdr::constructed
asn1_is_string_type()
asn1_valid_der()
tls_process_ocsp_single_response()
tls_process_basic_ocsp_response()
tls_process_ocsp_response()
x509_parse_tbs_certificate()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out