mbedTLS
mbedtls_x509_san_list::node
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (3/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
mbedTLS
mbedtls_x509_san_list::node
mbedtls_x509_san_list::node field
Syntax
Show:
Summary
Declaration
from
x509.h:304
mbedtls_x509_subject_alternative_name
node
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_subject_alternative_name
node
;
x509.h:304
switch
(
cur
->
node
.
type
)
{
x509write.c:54
mbedtls_x509_write_set_san_common()
CHECK_OVERFLOW_ADD
(
buflen
,
cur
->
node
.
san
.
unstructured_name
.
len
)
;
x509write.c:63
mbedtls_x509_write_set_san_common()
const
mbedtls_asn1_named_data
*
chunk
=
&
cur
->
node
.
san
.
directory_name
;
x509write.c:68
mbedtls_x509_write_set_san_common()
switch
(
cur
->
node
.
type
)
{
x509write.c:102
mbedtls_x509_write_set_san_common()
(
const
unsigned
char
*
)
cur
->
node
.
san
.
unstructured_name
.
p
;
x509write.c:109
mbedtls_x509_write_set_san_common()
size_t
unstructured_name_len
=
cur
->
node
.
san
.
unstructured_name
.
len
;
x509write.c:110
mbedtls_x509_write_set_san_common()
MBEDTLS_ASN1_CONTEXT_SPECIFIC
|
cur
->
node
.
type
)
)
;
x509write.c:121
mbedtls_x509_write_set_san_common()
cur
->
node
x509write.c:128
mbedtls_x509_write_set_san_common()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_san_list::node
is read by 1 function:
All items filtered out
mbedtls_x509_san_list::node
mbedtls_x509_write_set_san_common()
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