ESP-IDF
asn1_get_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_get_oid()
asn1_get_oid() function
Syntax
Show:
Summary
Declaration
Definition
from
asn1.h:66
int
asn1_get_oid
(
const
u8
*
buf
,
size_t
len
,
struct
asn1_oid
*
oid
,
const
u8
*
*
next
)
;
Implemented in
asn1.c:334
Arguments
Argument
buf
len
oid
next
Examples
References
from
examples
Code
Location
Referrer
int
asn1_get_oid
(
const
u8
*
buf
,
size_t
len
,
struct
asn1_oid
*
oid
,
asn1.c:334
int
asn1_get_oid
(
const
u8
*
buf
,
size_t
len
,
struct
asn1_oid
*
oid
,
asn1.h:66
asn1_get_oid
(
hdr
.
payload
,
hdr
.
length
,
oid
,
&
pos
)
<
0
)
asn1.c:492
asn1_get_alg_id()
if
(
asn1_get_oid
(
hdr
.
payload
,
hdr
.
length
,
&
oid
,
&
next
)
)
{
pkcs1.c:270
pkcs1_v15_sig_ver()
if
(
asn1_get_oid
(
pos
,
end
-
pos
,
&
oid
,
&
pos
)
)
{
pkcs5.c:128
pkcs5_get_params_pbes2()
if
(
asn1_get_oid
(
pos
,
end
-
pos
,
&
oid
,
&
pos
)
)
{
pkcs5.c:223
pkcs5_get_params_pbes2()
if
(
asn1_get_oid
(
enc_alg
,
enc_alg_end
-
enc_alg
,
&
oid
,
&
pos
)
)
{
pkcs5.c:275
pkcs5_get_params()
if
(
asn1_get_oid
(
hdr
.
payload
,
hdr
.
length
,
&
oid
,
&
pos
)
)
{
pkcs8.c:72
pkcs8_key_import()
if
(
asn1_get_oid
(
pos
,
end
-
pos
,
&
oid
,
&
pos
)
)
{
tlsv1_client_ocsp.c:719
tls_process_ocsp_response()
if
(
asn1_get_oid
(
pos
,
end
-
pos
,
&
id
->
oid
,
&
pos
)
)
x509v3.c:207
x509_parse_algorithm_identifier()
if
(
asn1_get_oid
(
seq_pos
,
seq_end
-
seq_pos
,
&
oid
,
&
seq_pos
)
)
{
x509v3.c:342
x509_parse_name()
if
(
asn1_get_oid
(
pos
,
pol_end
-
pos
,
&
oid
,
&
pos
)
)
x509v3.c:1197
x509_parse_ext_certificate_policies()
if
(
asn1_get_oid
(
pos
,
end
-
pos
,
&
oid
,
&
pos
)
)
x509v3.c:1302
x509_parse_ext_ext_key_usage()
if
(
asn1_get_oid
(
pos
,
end
-
pos
,
&
oid
,
&
pos
)
<
0
)
{
x509v3.c:1383
x509_parse_extension()
if
(
asn1_get_oid
(
hdr
.
payload
,
hdr
.
length
,
&
oid
,
&
next
)
)
{
x509v3.c:1932
x509_check_signature()
Call Tree
from
examples
asn1_get_oid()
is called by 12 functions and calls 4 functions:
asn1_get_alg_id()
pkcs1_v15_sig_ver()
pkcs5_get_params_pbes2()
pkcs5_get_params()
pkcs8_key_import()
tls_process_ocsp_response()
x509_parse_algorithm_identifier()
x509_parse_name()
x509_parse_ext_certificate_policies()
x509_parse_ext_ext_key_usage()
x509_parse_extension()
x509_check_signature()
All items filtered out
asn1_get_oid()
asn1_unexpected()
asn1_parse_oid()
asn1_get_next()
asn1_is_oid()
All items filtered out
Data Use
from
examples
asn1_get_oid()
reads 2 variables:
asn1_hdr::payload
asn1_hdr::length
All items filtered out
asn1_get_oid()
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