ESP-IDF
ble_sm_alg_c1()
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_c1()
ble_sm_alg_c1() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_sm_priv.h:306
int
ble_sm_alg_c1
(
const
uint8_t
*
k
,
const
uint8_t
*
r
,
const
uint8_t
*
preq
,
const
uint8_t
*
pres
,
uint8_t
iat
,
uint8_t
rat
,
const
uint8_t
*
ia
,
const
uint8_t
*
ra
,
uint8_t
*
out_enc_data
)
;
Implemented in
ble_sm_alg.c:173
Arguments
Argument
Declared as
k
const
uint8_t
*
r
const
uint8_t
*
preq
const
uint8_t
*
pres
const
uint8_t
*
iat
uint8_t
rat
uint8_t
ia
const
uint8_t
*
ra
const
uint8_t
*
out_enc_data
uint8_t
*
Examples
References
from
examples
Code
Location
Referrer
ble_sm_alg_c1
(
const
uint8_t
*
k
,
const
uint8_t
*
r
,
ble_sm_alg.c:174
int
ble_sm_alg_c1
(
const
uint8_t
*
k
,
const
uint8_t
*
r
,
ble_sm_priv.h:306
rc
=
ble_sm_alg_c1
(
proc
->
tk
,
ble_sm_our_pair_rand
(
proc
)
,
proc
->
pair_req
,
ble_sm_lgcy.c:130
ble_sm_lgcy_confirm_exec()
rc
=
ble_sm_alg_c1
(
proc
->
tk
,
ble_sm_peer_pair_rand
(
proc
)
,
proc
->
pair_req
,
ble_sm_lgcy.c:218
ble_sm_lgcy_random_rx()
Call Tree
from
examples
ble_sm_alg_c1()
is called by 2 functions and calls 3 functions:
ble_sm_lgcy_confirm_exec()
ble_sm_lgcy_random_rx()
All items filtered out
ble_sm_alg_c1()
ble_hs_log_flat_buf()
ble_sm_alg_encrypt()
ble_sm_alg_xor_128()
All items filtered out
Data Use
from
examples
ble_sm_alg_c1()
:
All items filtered out
ble_sm_alg_c1()
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