ESP-IDF
tSMP_CB::round
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
tSMP_CB::round
tSMP_CB::round field
Syntax
Show:
Summary
Declaration
from
smp_int.h:312
UINT8
round
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
round
;
/* authentication stage 1 round for passkey association model */
smp_int.h:312
if
(
++
p_cb
->
round
<
20
)
{
smp_act.c:1741
smp_process_peer_nonce()
p_cb
->
round
=
0
;
smp_act.c:1869
smp_start_passkey_verification()
random_input
=
smp_calculate_random_input
(
p_cb
->
local_random
,
p_cb
->
round
)
;
smp_keys.c:1217
smp_calculate_local_commitment()
ri
=
smp_calculate_random_input
(
p_cb
->
peer_random
,
p_cb
->
round
)
;
smp_keys.c:1263
smp_calculate_peer_commitment()
SMP_TRACE_DEBUG
(
"%s round %d"
,
__FUNCTION__
,
p_cb
->
round
)
;
smp_keys.c:2215
smp_process_new_nonce()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tSMP_CB::round
is written by 2 functions and is read by 4 functions:
smp_process_peer_nonce()
smp_start_passkey_verification()
All items filtered out
tSMP_CB::round
smp_process_peer_nonce()
smp_calculate_local_commitment()
smp_calculate_peer_commitment()
smp_process_new_nonce()
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