ESP-IDF
session::sym_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
session::sym_key
session::sym_key field
Syntax
Show:
Summary
Declaration
from
security1.c:65
uint8_t
sym_key
[
PUBLIC_KEY_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
sym_key
[
PUBLIC_KEY_LEN
]
;
security1.c:65
mbed_err
=
mbedtls_aes_setkey_enc
(
&
cur_session
->
ctx_aes
,
cur_session
->
sym_key
,
security1.c:112
handle_session_command1()
sizeof
(
cur_session
->
sym_key
)
*
8
)
;
security1.c:113
handle_session_command1()
mbed_err
=
mbedtls_mpi_write_binary
(
ACCESS_ECDH
(
&
ctx_server
,
z
)
,
cur_session
->
sym_key
,
PUBLIC_KEY_LEN
)
;
security1.c:305
handle_session_command0()
flip_endian
(
cur_session
->
sym_key
,
PUBLIC_KEY_LEN
)
;
security1.c:311
handle_session_command0()
cur_session
->
sym_key
[
i
]
^=
sha_out
[
i
]
;
security1.c:325
handle_session_command0()
hexdump
(
"Shared key"
,
cur_session
->
sym_key
,
PUBLIC_KEY_LEN
)
;
security1.c:329
handle_session_command0()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
session::sym_key
is read by 2 functions:
All items filtered out
session::sym_key
handle_session_command1()
handle_session_command0()
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