ESP-IDF
x509_certificate::public_key_len
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_certificate::public_key_len
x509_certificate::public_key_len field
Syntax
Show:
Summary
Declaration
from
x509v3.h:64
size_t
public_key_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
public_key_len
;
x509v3.h:64
size_t
len
[
1
]
=
{
signer
->
public_key_len
}
;
tlsv1_client_ocsp.c:56
ocsp_responder_id_match()
issuer
->
public_key_len
,
hash
)
;
tlsv1_client_ocsp.c:198
tls_process_ocsp_single_response()
*
pk
=
crypto_public_key_import
(
cert
->
public_key
,
cert
->
public_key_len
)
;
tlsv1_common.c:193
tls_parse_cert()
cert
->
public_key_len
=
hdr
.
length
-
1
;
x509v3.c:277
x509_parse_public_key()
issuer
->
public_key_len
)
;
x509v3.c:1866
x509_check_signature()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
x509_certificate::public_key_len
is written by 1 function and is read by 4 functions:
x509_parse_public_key()
All items filtered out
x509_certificate::public_key_len
tls_parse_cert()
ocsp_responder_id_match()
tls_process_ocsp_single_response()
x509_check_signature()
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