ESP-IDF
asn1_parse_oid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
asn1_parse_oid()
asn1_parse_oid() function
Syntax
Show:
Summary
Declaration
Definition
from
asn1.h:65
int
asn1_parse_oid
(
const
u8
*
buf
,
size_t
len
,
struct
asn1_oid
*
oid
)
;
Implemented in
asn1.c:290
Arguments
Argument
buf
len
oid
Examples
References
from
examples
Code
Location
Referrer
int
asn1_parse_oid
(
const
u8
*
buf
,
size_t
len
,
struct
asn1_oid
*
oid
)
asn1.c:290
int
asn1_parse_oid
(
const
u8
*
buf
,
size_t
len
,
struct
asn1_oid
*
oid
)
;
asn1.h:65
return
asn1_parse_oid
(
hdr
.
payload
,
hdr
.
length
,
oid
)
;
asn1.c:347
asn1_get_oid()
if
(
asn1_parse_oid
(
pos
,
len
,
&
name
->
rid
)
<
0
)
x509v3.c:965
x509_parse_alt_name_rid()
Call Tree
from
examples
asn1_parse_oid()
is called by 2 functions:
asn1_get_oid()
x509_parse_alt_name_rid()
All items filtered out
asn1_parse_oid()
All items filtered out
Data Use
from
examples
asn1_parse_oid()
reads 2 variables and writes 1 variable:
asn1_oid::oid
asn1_oid::len
All items filtered out
asn1_parse_oid()
asn1_oid::len
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