ESP-IDF
ble_sm_proc::pub_key_peer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
ble_sm_proc::pub_key_peer
ble_sm_proc::pub_key_peer field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:273
struct
ble_sm_public_key
pub_key_peer
;
Examples
References
from
examples
Code
Location
Referrer
struct
ble_sm_public_key
pub_key_peer
;
ble_sm_priv.h:273
err
=
ble_sm_alg_f4
(
proc
->
pub_key_peer
.
x
,
proc
->
pub_key_peer
.
x
,
ble_sm_sc.c:272
ble_sm_sc_oob_confirm()
rc
=
ble_sm_alg_f4
(
ble_sm_sc_pub_key
,
proc
->
pub_key_peer
.
x
,
ble_sm_sc.c:324
ble_sm_sc_confirm_exec()
pkb
=
proc
->
pub_key_peer
.
x
;
ble_sm_sc.c:355
ble_sm_sc_gen_numcmp()
pka
=
proc
->
pub_key_peer
.
x
;
ble_sm_sc.c:357
ble_sm_sc_gen_numcmp()
rc
=
ble_sm_alg_f4
(
proc
->
pub_key_peer
.
x
,
ble_sm_sc_pub_key
,
ble_sm_sc.c:459
ble_sm_sc_random_rx()
memcpy
(
&
proc
->
pub_key_peer
,
cmd
,
sizeof
(
*
cmd
)
)
;
ble_sm_sc.c:635
ble_sm_sc_public_key_rx()
rc
=
ble_sm_alg_gen_dhkey
(
proc
->
pub_key_peer
.
x
,
ble_sm_sc.c:636
ble_sm_sc_public_key_rx()
proc
->
pub_key_peer
.
y
,
ble_sm_sc.c:637
ble_sm_sc_public_key_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_proc::pub_key_peer
is read by 5 functions:
All items filtered out
ble_sm_proc::pub_key_peer
ble_sm_sc_oob_confirm()
ble_sm_sc_confirm_exec()
ble_sm_sc_gen_numcmp()
ble_sm_sc_random_rx()
ble_sm_sc_public_key_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