ESP-IDF
x509_certificate::cert_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::cert_len
x509_certificate::cert_len field
Syntax
Show:
Summary
Declaration
from
x509v3.h:113
size_t
cert_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
cert_len
;
x509v3.h:113
cert
->
cert_len
)
;
tlsv1_client_read.c:298
tls_peer_cert_event()
if
(
sha256_vector
(
1
,
&
chain
->
cert_start
,
&
chain
->
cert_len
,
tlsv1_client_read.c:522
tls_process_certificate()
len
+=
3
+
cert
->
cert_len
;
tlsv1_client_write.c:34
tls_client_cert_chain_der_len()
if
(
3
+
cert
->
cert_len
>
(
size_t
)
(
end
-
pos
)
)
{
tlsv1_client_write.c:295
tls_write_client_certificate()
WPA_PUT_BE24
(
pos
,
cert
->
cert_len
)
;
tlsv1_client_write.c:304
tls_write_client_certificate()
os_memcpy
(
pos
,
cert
->
cert_start
,
cert
->
cert_len
)
;
tlsv1_client_write.c:306
tls_write_client_certificate()
pos
+=
cert
->
cert_len
;
tlsv1_client_write.c:307
tls_write_client_certificate()
cert
->
cert_len
=
len
;
x509v3.c:1742
x509_certificate_parse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
x509_certificate::cert_len
is written by 1 function and is read by 3 functions:
x509_certificate_parse()
All items filtered out
x509_certificate::cert_len
tls_peer_cert_event()
tls_client_cert_chain_der_len()
tls_write_client_certificate()
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