ESP-IDF
x509_name_attr::type
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
x509_name_attr::type
x509_name_attr::type field
Syntax
Show:
Summary
Declaration
from
x509v3.h:19
enum
x509_name_attr_type
{
X509_NAME_ATTR_NOT_USED
,
X509_NAME_ATTR_DC
,
X509_NAME_ATTR_CN
,
X509_NAME_ATTR_C
,
X509_NAME_ATTR_L
,
X509_NAME_ATTR_ST
,
X509_NAME_ATTR_O
,
X509_NAME_ATTR_OU
}
type
;
Examples
References
from
examples
Code
Location
Referrer
}
type
;
x509v3.h:28
name
->
attr
[
i
]
.
type
=
X509_NAME_ATTR_NOT_USED
;
x509v3.c:24
x509_free_name()
if
(
a
->
attr
[
i
]
.
type
<
b
->
attr
[
i
]
.
type
)
x509v3.c:165
x509_name_compare()
if
(
a
->
attr
[
i
]
.
type
>
b
->
attr
[
i
]
.
type
)
x509v3.c:167
x509_name_compare()
name
->
attr
[
name
->
num_attr
]
.
type
=
type
;
x509v3.c:453
x509_parse_name()
x509_name_attr_str
(
name
->
attr
[
i
]
.
type
)
,
x509v3.c:506
x509_name_string()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
x509_name_attr::type
is written by 2 functions and is read by 2 functions:
x509_free_name()
x509_parse_name()
All items filtered out
x509_name_attr::type
x509_name_compare()
x509_name_string()
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