ESP-IDF
x509_parse_algorithm_identifier()
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
x509_parse_algorithm_identifier()
x509_parse_algorithm_identifier() function
Syntax
Show:
Summary
Declaration
Definition
from
x509v3.h:134
int
x509_parse_algorithm_identifier
(
const
u8
*
buf
,
size_t
len
,
struct
x509_algorithm_identifier
*
id
,
const
u8
*
*
next
)
;
Implemented in
x509v3.c:181
Arguments
Argument
buf
len
id
next
Examples
References
from
examples
Code
Location
Referrer
int
x509_parse_algorithm_identifier
(
const
u8
*
buf
,
size_t
len
,
x509v3.c:181
int
x509_parse_algorithm_identifier
(
const
u8
*
buf
,
size_t
len
,
x509v3.h:134
if
(
x509_parse_algorithm_identifier
(
pos
,
end
-
pos
,
&
alg
,
&
pos
)
)
tlsv1_client_ocsp.c:157
tls_process_ocsp_single_response()
if
(
x509_parse_algorithm_identifier
(
pos
,
end
-
pos
,
&
alg
,
&
pos
)
)
tlsv1_client_ocsp.c:397
tls_process_basic_ocsp_response()
if
(
x509_parse_algorithm_identifier
(
pos
,
end
-
pos
,
x509v3.c:246
x509_parse_public_key()
if
(
x509_parse_algorithm_identifier
(
pos
,
end
-
pos
,
&
cert
->
signature
,
x509v3.c:1542
x509_parse_tbs_certificate()
if
(
x509_parse_algorithm_identifier
(
pos
,
end
-
pos
,
x509v3.c:1779
x509_certificate_parse()
Call Tree
from
examples
x509_parse_algorithm_identifier()
is called by 5 functions and calls 4 functions:
x509_parse_public_key()
x509_parse_tbs_certificate()
x509_certificate_parse()
tls_process_ocsp_single_response()
tls_process_basic_ocsp_response()
All items filtered out
x509_parse_algorithm_identifier()
asn1_unexpected()
asn1_get_oid()
asn1_get_next()
asn1_is_sequence()
All items filtered out
Data Use
from
examples
x509_parse_algorithm_identifier()
reads 2 variables:
asn1_hdr::payload
asn1_hdr::length
All items filtered out
x509_parse_algorithm_identifier()
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