ESP-IDF
tls_random::client_random_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
tls_random::client_random_len
tls_random::client_random_len field
Syntax
Show:
Summary
Declaration
from
tls.h:16
size_t
client_random_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
client_random_len
;
tls.h:16
*
len
=
1
+
keys
.
client_random_len
+
keys
.
server_random_len
;
eap_tls_common.c:345
eap_peer_tls_derive_session_id()
os_memcpy
(
out
+
1
,
keys
.
client_random
,
keys
.
client_random_len
)
;
eap_tls_common.c:352
eap_peer_tls_derive_session_id()
os_memcpy
(
out
+
1
+
keys
.
client_random_len
,
keys
.
server_random
,
eap_tls_common.c:353
eap_peer_tls_derive_session_id()
data
->
client_random_len
=
TLS_RANDOM_LEN
;
tls_mbedtls.c:1210
tls_connection_get_random()
keys
->
client_random_len
=
TLS_RANDOM_LEN
;
tlsv1_client.c:786
tlsv1_client_get_random()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tls_random::client_random_len
is written by 2 functions and is read by 1 function:
tls_connection_get_random()
tlsv1_client_get_random()
All items filtered out
tls_random::client_random_len
eap_peer_tls_derive_session_id()
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