mbedTLS
x509_attr_descr_from_name()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
x509_attr_descr_from_name()
x509_attr_descr_from_name() function
Syntax
Show:
Summary
Declaration
from
x509_create.c:101
static
const
x509_attr_descriptor_t
*
x509_attr_descr_from_name
(
const
char
*
name
,
size_t
name_len
)
;
Arguments
Argument
name
name_len
Examples
References
from
examples
Code
Location
Referrer
static
const
x509_attr_descriptor_t
*
x509_attr_descr_from_name
(
const
char
*
name
,
size_t
name_len
)
x509_create.c:101
if
(
(
attr_descr
=
x509_attr_descr_from_name
(
s
,
(
size_t
)
(
c
-
s
)
)
)
==
NULL
)
{
x509_create.c:300
mbedtls_x509_string_to_names()
Call Tree
from
examples
x509_attr_descr_from_name()
is called by 1 function:
mbedtls_x509_string_to_names()
All items filtered out
x509_attr_descr_from_name()
All items filtered out
Data Use
from
examples
x509_attr_descr_from_name()
reads 3 variables:
x509_attr_descriptor_t::name
x509_attr_descriptor_t::name_len
x509_attrs
All items filtered out
x509_attr_descr_from_name()
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