ESP-IDF
ble_sm_alg_g2()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_g2()
ble_sm_alg_g2() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_sm_priv.h:313
int
ble_sm_alg_g2
(
const
uint8_t
*
u
,
const
uint8_t
*
v
,
const
uint8_t
*
x
,
const
uint8_t
*
y
,
uint32_t
*
passkey
)
;
Implemented in
ble_sm_alg.c:485
Arguments
Argument
u
v
x
y
passkey
Examples
References
from
examples
Code
Location
Referrer
ble_sm_alg_g2
(
const
uint8_t
*
u
,
const
uint8_t
*
v
,
const
uint8_t
*
x
,
ble_sm_alg.c:486
int
ble_sm_alg_g2
(
const
uint8_t
*
u
,
const
uint8_t
*
v
,
const
uint8_t
*
x
,
ble_sm_priv.h:313
res
->
app_status
=
ble_sm_alg_g2
(
pka
,
pkb
,
proc
->
randm
,
proc
->
rands
,
ble_sm_sc.c:360
ble_sm_sc_gen_numcmp()
Call Tree
from
examples
ble_sm_alg_g2()
is called by 1 function and calls 4 functions:
ble_sm_sc_gen_numcmp()
All items filtered out
ble_sm_alg_g2()
get_be32()
swap_buf()
ble_sm_alg_aes_cmac()
ble_sm_alg_log_buf()
All items filtered out
Data Use
from
examples
ble_sm_alg_g2()
:
All items filtered out
ble_sm_alg_g2()
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