ESP-IDF
x509_name::attr
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
x509_name::attr field
Syntax
Show:
Summary
Declaration
from
x509v3.h:35
struct
x509_name_attr
attr
[
X509_MAX_NAME_ATTRIBUTES
]
;
Examples
References
from
examples
Code
Location
Referrer
struct
x509_name_attr
attr
[
X509_MAX_NAME_ATTRIBUTES
]
;
x509v3.h:35
os_free
(
name
->
attr
[
i
]
.
value
)
;
x509v3.c:22
x509_free_name()
name
->
attr
[
i
]
.
value
=
NULL
;
x509v3.c:23
x509_free_name()
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()
res
=
x509_str_compare
(
a
->
attr
[
i
]
.
value
,
b
->
attr
[
i
]
.
value
)
;
x509v3.c:169
x509_name_compare()
name
->
attr
[
name
->
num_attr
]
.
type
=
type
;
x509v3.c:453
x509_parse_name()
name
->
attr
[
name
->
num_attr
]
.
value
=
val
;
x509v3.c:454
x509_parse_name()
x509_name_attr_str
(
name
->
attr
[
i
]
.
type
)
,
x509v3.c:506
x509_name_string()
name
->
attr
[
i
]
.
value
)
;
x509v3.c:507
x509_name_string()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
x509_name::attr
is read by 4 functions:
All items filtered out
x509_name::attr
x509_free_name()
x509_name_compare()
x509_parse_name()
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