ESP-IDF
tSMP_CB::dhkey
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
tSMP_CB::dhkey
tSMP_CB::dhkey field
Syntax
Show:
Summary
Declaration
from
smp_int.h:287
BT_OCTET32
dhkey
;
Examples
References
from
examples
Code
Location
Referrer
BT_OCTET32
dhkey
;
smp_int.h:287
memcpy
(
p_cb
->
dhkey
,
new_publ_key
.
x
,
BT_OCTET32_LEN
)
;
smp_keys.c:1175
smp_compute_dhkey()
smp_debug_print_nbyte_little_endian
(
p_cb
->
dhkey
,
(
const
UINT8
*
)
"Old DHKey"
,
smp_keys.c:1177
smp_compute_dhkey()
smp_debug_print_nbyte_little_endian
(
p_cb
->
dhkey
,
(
const
UINT8
*
)
"Reverted DHKey"
,
smp_keys.c:1186
smp_compute_dhkey()
if
(
!
smp_calculate_f5
(
p_cb
->
dhkey
,
p_na
,
p_nb
,
a
,
b
,
p_cb
->
mac_key
,
p_cb
->
ltk
)
)
{
smp_utils.c:1595
smp_calculate_f5_mackey_and_long_term_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tSMP_CB::dhkey
is read by 2 functions:
All items filtered out
tSMP_CB::dhkey
smp_compute_dhkey()
smp_calculate_f5_mackey_and_long_term_key()
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