ESP-IDF
ble_sm_alg_f4()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_sm_alg_f4()
ble_sm_alg_f4() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_sm_priv.h:311
int
ble_sm_alg_f4
(
const
uint8_t
*
u
,
const
uint8_t
*
v
,
const
uint8_t
*
x
,
uint8_t
z
,
uint8_t
*
out_enc_data
)
;
Implemented in
ble_sm_alg.c:324
Arguments
Argument
u
v
x
z
out_enc_data
Examples
References
from
examples
Code
Location
Referrer
ble_sm_alg_f4
(
const
uint8_t
*
u
,
const
uint8_t
*
v
,
const
uint8_t
*
x
,
ble_sm_alg.c:325
int
ble_sm_alg_f4
(
const
uint8_t
*
u
,
const
uint8_t
*
v
,
const
uint8_t
*
x
,
ble_sm_priv.h:311
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()
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()
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
ble_sm_alg_f4()
is called by 4 functions and calls 4 functions:
ble_sm_sc_oob_confirm()
ble_sm_sc_confirm_exec()
ble_sm_sc_random_rx()
ble_sm_sc_oob_generate_data()
All items filtered out
ble_sm_alg_f4()
ble_hs_log_flat_buf()
swap_in_place()
swap_buf()
ble_sm_alg_aes_cmac()
All items filtered out
Data Use
from
examples
ble_sm_alg_f4()
:
All items filtered out
ble_sm_alg_f4()
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