ESP-IDF
asn1_oid::len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
asn1_oid::len
asn1_oid::len field
Syntax
Show:
Summary
Declaration
from
asn1.h:58
size_t
len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
len
;
asn1.h:58
.
len
=
6
asn1.c:17
.
len
=
9
asn1.c:22
.
len
=
6
asn1.c:27
.
len
=
7
asn1.c:32
.
len
=
5
asn1.c:37
.
len
=
5
asn1.c:42
.
len
=
10
asn1.c:47
.
len
=
10
asn1.c:52
.
len
=
10
asn1.c:57
.
len
=
9
asn1.c:62
.
len
=
9
asn1.c:67
.
len
=
9
asn1.c:72
.
len
=
7
asn1.c:77
.
len
=
6
asn1.c:82
.
len
=
6
asn1.c:87
.
len
=
6
asn1.c:92
.
len
=
10
asn1.c:97
.
len
=
10
asn1.c:102
if
(
oid
->
len
>=
ASN1_MAX_OID_LEN
)
{
asn1.c:311
asn1_parse_oid()
if
(
oid
->
len
==
0
)
{
asn1.c:315
asn1_parse_oid()
oid
->
len
=
2
;
asn1.c:325
asn1_parse_oid()
oid
->
oid
[
oid
->
len
++
]
=
val
;
asn1.c:327
asn1_parse_oid()
for
(
i
=
0
;
i
<
oid
->
len
;
i
++
)
{
asn1.c:362
asn1_oid_to_str()
if
(
a
->
len
!=
b
->
len
)
asn1.c:421
asn1_oid_equal()
for
(
i
=
0
;
i
<
a
->
len
;
i
++
)
{
asn1.c:424
asn1_oid_equal()
if
(
oid
->
len
<
2
)
asn1.c:552
asn1_put_oid()
for
(
i
=
2
;
i
<
oid
->
len
;
i
++
)
{
asn1.c:557
asn1_put_oid()
return
oid
->
len
>=
4
&&
pkcs5.c:40
oid_is_rsadsi()
return
oid
->
len
==
7
&&
pkcs5.c:50
pkcs5_is_oid()
return
oid
->
len
==
6
&&
pkcs5.c:60
enc_alg_is_oid()
return
oid
->
len
==
8
&&
pkcs5.c:69
pkcs12_is_pbe_oid()
if
(
oid
.
len
!=
7
||
pkcs8.c:81
pkcs8_key_import()
return
oid
->
len
==
10
&&
tlsv1_client_ocsp.c:36
is_oid_basic_ocsp_resp()
if
(
oid
.
len
==
4
&&
x509v3.c:371
x509_parse_name()
}
else
if
(
oid
.
len
==
7
&&
x509v3.c:400
x509_parse_name()
}
else
if
(
oid
.
len
==
7
&&
x509v3.c:415
x509_parse_name()
return
oid
->
len
>=
4
&&
x509v3.c:753
x509_id_ce_oid()
return
oid
->
len
==
6
&&
x509v3.c:762
x509_any_ext_key_usage_oid()
return
oid
->
len
==
5
&&
x509v3.c:1103
x509_id_cert_policy_any_oid()
return
oid
->
len
>=
7
&&
x509v3.c:1114
x509_id_wfa_oid()
return
oid
->
len
>=
9
&&
x509v3.c:1127
x509_id_wfa_tod_oid()
return
oid
->
len
==
10
&&
x509v3.c:1136
x509_id_wfa_tod_strict_oid()
return
oid
->
len
==
10
&&
x509v3.c:1144
x509_id_wfa_tod_tofu_oid()
return
oid
->
len
>=
7
&&
x509v3.c:1227
x509_id_pkix_oid()
return
oid
->
len
>=
8
&&
x509v3.c:1241
x509_id_kp_oid()
return
oid
->
len
==
9
&&
x509v3.c:1250
x509_id_kp_server_auth_oid()
return
oid
->
len
==
9
&&
x509v3.c:1259
x509_id_kp_client_auth_oid()
return
oid
->
len
==
9
&&
x509v3.c:1268
x509_id_kp_ocsp_oid()
return
oid
->
len
>=
4
&&
x509v3.c:1651
x509_rsadsi_oid()
return
oid
->
len
>=
5
&&
x509v3.c:1661
x509_pkcs_oid()
return
oid
->
len
>=
5
&&
x509v3.c:1669
x509_digest_oid()
return
oid
->
len
==
6
&&
x509v3.c:1677
x509_sha1_oid()
return
oid
->
len
==
9
&&
x509v3.c:1689
x509_sha2_oid()
signature
->
oid
.
len
!=
7
||
x509v3.c:1858
x509_check_signature()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
asn1_oid::len
is written by 1 function and is read by 29 functions:
asn1_parse_oid()
All items filtered out
asn1_oid::len
asn1_parse_oid()
asn1_oid_to_str()
asn1_oid_equal()
asn1_put_oid()
oid_is_rsadsi()
pkcs5_is_oid()
enc_alg_is_oid()
pkcs12_is_pbe_oid()
pkcs8_key_import()
is_oid_basic_ocsp_resp()
x509_parse_name()
x509_id_ce_oid()
x509_any_ext_key_usage_oid()
x509_id_cert_policy_any_oid()
x509_id_wfa_oid()
x509_id_wfa_tod_oid()
x509_id_wfa_tod_strict_oid()
x509_id_wfa_tod_tofu_oid()
x509_id_pkix_oid()
x509_id_kp_oid()
x509_id_kp_server_auth_oid()
x509_id_kp_client_auth_oid()
x509_id_kp_ocsp_oid()
x509_rsadsi_oid()
x509_pkcs_oid()
x509_digest_oid()
x509_sha1_oid()
x509_sha2_oid()
x509_check_signature()
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