ESP-IDF
bt_mesh_prov_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_salt()
bt_mesh_prov_salt() function
Syntax
Show:
Summary
Declaration
from
crypto.h:110
static
inline
int
bt_mesh_prov_salt
(
const
uint8_t
conf_salt
[
16
]
,
const
uint8_t
prov_rand
[
16
]
,
const
uint8_t
dev_rand
[
16
]
,
uint8_t
prov_salt
[
16
]
)
;
Arguments
Argument
conf_salt
prov_rand
dev_rand
prov_salt
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
bt_mesh_prov_salt
(
const
uint8_t
conf_salt
[
16
]
,
crypto.h:110
if
(
bt_mesh_prov_salt
(
bt_mesh_prov_link
.
conf_salt
,
data
,
prov_device.c:433
prov_random()
if
(
bt_mesh_prov_salt
(
bt_mesh_prov_link
.
conf_salt
,
provisioner.c:594
prov_random()
Call Tree
from
examples
bt_mesh_prov_salt()
is called by 2 functions and calls 1 function:
prov_random()
prov_random()
All items filtered out
bt_mesh_prov_salt()
bt_mesh_aes_cmac()
All items filtered out
Data Use
from
examples
bt_mesh_prov_salt()
:
All items filtered out
bt_mesh_prov_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