ESP-IDF
tlsv1_record_layer::read_key
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
tlsv1_record_layer::read_key
tlsv1_record_layer::read_key field
Syntax
Show:
Summary
Declaration
from
tlsv1_record.h:37
u8
read_key
[
TLS_MAX_WRITE_KEY_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
read_key
[
TLS_MAX_WRITE_KEY_LEN
]
;
tlsv1_record.h:37
os_memcpy
(
conn
->
rl
.
read_key
,
pos
,
conn
->
rl
.
key_material_len
)
;
tlsv1_client.c:129
tls_derive_keys()
rl
->
read_iv
,
rl
->
read_key
,
tlsv1_record.c:122
tlsv1_record_change_read_cipher()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tlsv1_record_layer::read_key
is read by 2 functions:
All items filtered out
tlsv1_record_layer::read_key
tls_derive_keys()
tlsv1_record_change_read_cipher()
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