ESP-IDF
ble_sm_alg_s1()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_s1()
ble_sm_alg_s1() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_sm_priv.h:304
int
ble_sm_alg_s1
(
const
uint8_t
*
k
,
const
uint8_t
*
r1
,
const
uint8_t
*
r2
,
uint8_t
*
out
)
;
Implemented in
ble_sm_alg.c:137
Arguments
Argument
k
r1
r2
out
Examples
References
from
examples
Code
Location
Referrer
ble_sm_alg_s1
(
const
uint8_t
*
k
,
const
uint8_t
*
r1
,
const
uint8_t
*
r2
,
ble_sm_alg.c:138
int
ble_sm_alg_s1
(
const
uint8_t
*
k
,
const
uint8_t
*
r1
,
const
uint8_t
*
r2
,
ble_sm_priv.h:304
rc
=
ble_sm_alg_s1
(
proc
->
tk
,
proc
->
rands
,
proc
->
randm
,
key
)
;
ble_sm_lgcy.c:163
ble_sm_gen_stk()
Call Tree
from
examples
ble_sm_alg_s1()
is called by 1 function and calls 2 functions:
ble_sm_gen_stk()
All items filtered out
ble_sm_alg_s1()
ble_hs_log_flat_buf()
ble_sm_alg_encrypt()
All items filtered out
Data Use
from
examples
ble_sm_alg_s1()
:
All items filtered out
ble_sm_alg_s1()
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