ESP-IDF
ble_sm_public_key::x
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_public_key::x
ble_sm_public_key::x field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:185
uint8_t
x
[
32
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
x
[
32
]
;
ble_sm_priv.h:185
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
(
cmd
->
x
,
ble_sm_sc_pub_key
+
0
,
32
)
;
ble_sm_sc.c:558
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_gen_dhkey
(
proc
->
pub_key_peer
.
x
,
ble_sm_sc.c:636
ble_sm_sc_public_key_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_public_key::x
is read by 6 functions:
All items filtered out
ble_sm_public_key::x
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_exec()
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