mbedTLS
mbedtls_asn1_named_data::next_merged
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_merged
mbedtls_asn1_named_data::next_merged field
Merge next item into the current one?
Syntax
Show:
Summary
Declaration
from
asn1.h:171
unsigned
char
next_merged
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
next_merged
;
/**< Merge next item into the current one? */
asn1.h:171
cur
->
next_merged
=
1
;
x509.c:461
mbedtls_x509_get_name()
merge
=
name
->
next_merged
;
x509.c:797
mbedtls_x509_dn_gets()
if
(
a
->
next_merged
!=
b
->
next_merged
)
x509_crt.c:349
x509_name_cmp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_asn1_named_data::next_merged
is written by 1 function and is read by 2 functions:
mbedtls_x509_get_name()
All items filtered out
mbedtls_asn1_named_data::next_merged
mbedtls_x509_dn_gets()
x509_name_cmp()
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