ESP-IDF
ble_sm_proc::rands
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
ble_sm_proc::rands
ble_sm_proc::rands field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:264
uint8_t
rands
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
rands
[
16
]
;
ble_sm_priv.h:264
return
proc
->
rands
;
ble_sm.c:1519
ble_sm_our_pair_rand()
return
proc
->
rands
;
ble_sm.c:1527
ble_sm_peer_pair_rand()
rc
=
ble_sm_alg_s1
(
proc
->
tk
,
proc
->
rands
,
proc
->
randm
,
key
)
;
ble_sm_lgcy.c:163
ble_sm_gen_stk()
res
->
app_status
=
ble_sm_alg_g2
(
pka
,
pkb
,
proc
->
randm
,
proc
->
rands
,
ble_sm_sc.c:360
ble_sm_sc_gen_numcmp()
rc
=
ble_sm_alg_f5
(
proc
->
dhkey
,
proc
->
randm
,
proc
->
rands
,
ble_sm_sc.c:480
ble_sm_sc_random_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_proc::rands
is read by 5 functions:
All items filtered out
ble_sm_proc::rands
ble_sm_our_pair_rand()
ble_sm_peer_pair_rand()
ble_sm_gen_stk()
ble_sm_sc_gen_numcmp()
ble_sm_sc_random_rx()
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