ESP-IDF
ble_sm_alg_f5()
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_f5()
ble_sm_alg_f5() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_sm_priv.h:315
int
ble_sm_alg_f5
(
const
uint8_t
*
w
,
const
uint8_t
*
n1
,
const
uint8_t
*
n2
,
uint8_t
a1t
,
const
uint8_t
*
a1
,
uint8_t
a2t
,
const
uint8_t
*
a2
,
uint8_t
*
mackey
,
uint8_t
*
ltk
)
;
Implemented in
ble_sm_alg.c:369
Arguments
Argument
w
n1
n2
a1t
a1
a2t
a2
mackey
ltk
Examples
References
from
examples
Code
Location
Referrer
ble_sm_alg_f5
(
const
uint8_t
*
w
,
const
uint8_t
*
n1
,
const
uint8_t
*
n2
,
ble_sm_alg.c:370
int
ble_sm_alg_f5
(
const
uint8_t
*
w
,
const
uint8_t
*
n1
,
const
uint8_t
*
n2
,
ble_sm_priv.h:315
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
ble_sm_alg_f5()
is called by 1 function and calls 4 functions:
ble_sm_sc_random_rx()
All items filtered out
ble_sm_alg_f5()
swap_in_place()
swap_buf()
ble_sm_alg_aes_cmac()
ble_sm_alg_log_buf()
All items filtered out
Data Use
from
examples
ble_sm_alg_f5()
:
All items filtered out
ble_sm_alg_f5()
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