ESP-IDF
x509_name::rid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::rid
x509_name::rid field
Syntax
Show:
Summary
Declaration
from
x509v3.h:45
struct
asn1_oid
rid
;
Examples
References
from
examples
Code
Location
Referrer
struct
asn1_oid
rid
;
/* registeredID */
x509v3.h:45
os_memset
(
&
name
->
rid
,
0
,
sizeof
(
name
->
rid
)
)
;
x509v3.c:37
x509_free_name()
if
(
asn1_parse_oid
(
pos
,
len
,
&
name
->
rid
)
<
0
)
x509v3.c:965
x509_parse_alt_name_rid()
asn1_oid_to_str
(
&
name
->
rid
,
buf
,
sizeof
(
buf
)
)
;
x509v3.c:968
x509_parse_alt_name_rid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
x509_name::rid
is read by 1 function:
All items filtered out
x509_name::rid
x509_free_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