mbedTLS
mbedtls_asn1_named_data::next
is only used within mbedTLS.
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
STM32 Libraries and Samples
mbedTLS
mbedtls_asn1_named_data::next
mbedtls_asn1_named_data::next field
The next entry in the sequence.
Syntax
Show:
Summary
Declaration
from
asn1.h:170
struct
mbedtls_asn1_named_data
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
mbedtls_asn1_named_data
*
next
;
/**< The next entry in the sequence. */
asn1.h:170
*
head
=
cur
->
next
;
asn1parse.c:366
mbedtls_asn1_free_named_data_list()
list
=
list
->
next
;
asn1parse.c:383
mbedtls_asn1_find_named_data()
list
=
list
->
next
;
asn1write.c:355
asn1_find_named_data()
cur
->
next
=
*
head
;
asn1write.c:397
mbedtls_asn1_store_named_data()
cur
->
next
=
NULL
;
x509.c:405
x509_get_attr_type_value()
cur
->
next
=
mbedtls_calloc
(
1
,
sizeof
(
mbedtls_x509_name
)
)
;
x509.c:463
mbedtls_x509_get_name()
if
(
cur
->
next
==
NULL
)
x509.c:465
mbedtls_x509_get_name()
cur
=
cur
->
next
;
x509.c:468
mbedtls_x509_get_name()
cur
->
next
=
mbedtls_calloc
(
1
,
sizeof
(
mbedtls_x509_name
)
)
;
x509.c:477
mbedtls_x509_get_name()
if
(
cur
->
next
==
NULL
)
x509.c:479
mbedtls_x509_get_name()
cur
=
cur
->
next
;
x509.c:482
mbedtls_x509_get_name()
name
=
name
->
next
;
x509.c:765
mbedtls_x509_dn_gets()
name
=
name
->
next
;
x509.c:798
mbedtls_x509_dn_gets()
a
=
a
->
next
;
x509_crt.c:352
x509_name_cmp()
b
=
b
->
next
;
x509_crt.c:353
x509_name_cmp()
for
(
name
=
&
crt
->
subject
;
name
!=
NULL
;
name
=
name
->
next
)
x509_crt.c:2451
x509_crt_verify_name()
name_cur
=
cert_cur
->
issuer
.
next
;
x509_crt.c:2639
mbedtls_x509_crt_free()
name_cur
=
name_cur
->
next
;
x509_crt.c:2643
mbedtls_x509_crt_free()
name_cur
=
cert_cur
->
subject
.
next
;
x509_crt.c:2648
mbedtls_x509_crt_free()
name_cur
=
name_cur
->
next
;
x509_crt.c:2652
mbedtls_x509_crt_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_asn1_named_data::next
is written by 3 functions and is read by 8 functions:
mbedtls_asn1_store_named_data()
x509_get_attr_type_value()
mbedtls_x509_get_name()
All items filtered out
mbedtls_asn1_named_data::next
mbedtls_asn1_free_named_data_list()
mbedtls_asn1_find_named_data()
asn1_find_named_data()
mbedtls_x509_get_name()
mbedtls_x509_dn_gets()
x509_name_cmp()
x509_crt_verify_name()
mbedtls_x509_crt_free()
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