ESP-IDF
bt_mesh_prov_conf_salt()
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
bt_mesh_prov_conf_salt()
bt_mesh_prov_conf_salt() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:160
int
bt_mesh_prov_conf_salt
(
const
uint8_t
conf_inputs
[
145
]
,
uint8_t
salt
[
16
]
)
;
Implemented in
crypto.c:834
Arguments
Argument
conf_inputs
salt
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_prov_conf_salt
(
const
uint8_t
conf_inputs
[
145
]
,
uint8_t
salt
[
16
]
)
crypto.c:834
int
bt_mesh_prov_conf_salt
(
const
uint8_t
conf_inputs
[
145
]
,
uint8_t
salt
[
16
]
)
crypto.c:545
int
bt_mesh_prov_conf_salt
(
const
uint8_t
conf_inputs
[
145
]
,
uint8_t
salt
[
16
]
)
;
crypto.h:160
int
bt_mesh_prov_conf_salt
(
const
uint8_t
conf_inputs
[
145
]
,
uint8_t
salt
[
16
]
)
;
crypto.h:158
if
(
bt_mesh_prov_conf_salt
(
inputs
,
bt_mesh_prov_link
.
conf_salt
)
)
{
prov_device.c:165
send_confirm()
if
(
bt_mesh_prov_conf_salt
(
prov_link
.
conf_inputs
,
prov_link
.
conf_salt
)
)
{
prov_node.c:470
send_confirm()
if
(
bt_mesh_prov_conf_salt
(
link
->
conf_inputs
,
link
->
conf_salt
)
)
{
prov_pvnr.c:1510
send_confirm()
if
(
bt_mesh_prov_conf_salt
(
inputs
,
bt_mesh_prov_link
.
conf_salt
)
)
{
provisioner.c:260
send_confirm()
Call Tree
from
examples
bt_mesh_prov_conf_salt()
is called by 3 functions and calls 1 function:
send_confirm()
send_confirm()
send_confirm()
All items filtered out
bt_mesh_prov_conf_salt()
bt_mesh_aes_cmac_one()
All items filtered out
Data Use
from
examples
bt_mesh_prov_conf_salt()
:
All items filtered out
bt_mesh_prov_conf_salt()
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