ESP-IDF
tSMP_CB::mac_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::mac_key
tSMP_CB::mac_key field
Syntax
Show:
Summary
Declaration
from
smp_int.h:314
BT_OCTET16
mac_key
;
Examples
References
from
examples
Code
Location
Referrer
BT_OCTET16
mac_key
;
smp_int.h:314
smp_calculate_f6
(
p_cb
->
mac_key
,
p_cb
->
rand
,
p_cb
->
rrand
,
p_cb
->
peer_random
,
iocap
,
a
,
b
,
smp_keys.c:1804
smp_calculate_local_dhkey_check()
ret
=
smp_calculate_f6
(
p_cb
->
mac_key
,
p_cb
->
rrand
,
p_cb
->
rand
,
p_cb
->
local_random
,
iocap
,
smp_keys.c:1833
smp_calculate_peer_dhkey_check()
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::mac_key
is read by 3 functions:
All items filtered out
tSMP_CB::mac_key
smp_calculate_local_dhkey_check()
smp_calculate_peer_dhkey_check()
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