ESP-IDF
ble_sm_sc_pub_key
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_sc_pub_key
ble_sm_sc_pub_key variable
Syntax
Show:
Summary
Declaration
from
ble_sm_sc.c:33
static
uint8_t
ble_sm_sc_pub_key
[
64
]
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
ble_sm_sc_pub_key
[
64
]
;
ble_sm_sc.c:33
rc
=
ble_sm_gen_pub_priv
(
ble_sm_sc_pub_key
,
ble_sm_sc_priv_key
)
;
ble_sm_sc.c:181
ble_sm_sc_ensure_keys_generated()
ble_hs_log_flat_buf
(
&
ble_sm_sc_pub_key
,
64
)
;
ble_sm_sc.c:190
ble_sm_sc_ensure_keys_generated()
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()
pka
=
ble_sm_sc_pub_key
;
ble_sm_sc.c:354
ble_sm_sc_gen_numcmp()
pkb
=
ble_sm_sc_pub_key
;
ble_sm_sc.c:358
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
(
cmd
->
x
,
ble_sm_sc_pub_key
+
0
,
32
)
;
ble_sm_sc.c:558
ble_sm_sc_public_key_exec()
memcpy
(
cmd
->
y
,
ble_sm_sc_pub_key
+
32
,
32
)
;
ble_sm_sc.c:559
ble_sm_sc_public_key_exec()
if
(
memcmp
(
cmd
->
x
,
ble_sm_sc_pub_key
,
32
)
==
0
)
{
ble_sm_sc.c:617
ble_sm_sc_public_key_rx()
rc
=
ble_sm_alg_f4
(
ble_sm_sc_pub_key
,
ble_sm_sc_pub_key
,
oob_data
->
r
,
0
,
ble_sm_sc.c:911
ble_sm_sc_oob_generate_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_sc_pub_key
is read by 7 functions:
All items filtered out
ble_sm_sc_pub_key
ble_sm_sc_ensure_keys_generated()
ble_sm_sc_confirm_exec()
ble_sm_sc_gen_numcmp()
ble_sm_sc_random_rx()
ble_sm_sc_public_key_exec()
ble_sm_sc_public_key_rx()
ble_sm_sc_oob_generate_data()
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