ESP-IDF
bt_mesh_prov_decrypt()
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_decrypt()
bt_mesh_prov_decrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:168
int
bt_mesh_prov_decrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
const
uint8_t
data
[
25
+
8
]
,
uint8_t
out
[
25
]
)
;
Implemented in
crypto.c:859
Arguments
Argument
key
nonce
data
out
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_prov_decrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
crypto.c:859
int
bt_mesh_prov_decrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
crypto.c:570
int
bt_mesh_prov_decrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
crypto.h:168
int
bt_mesh_prov_decrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
crypto.h:166
err
=
bt_mesh_prov_decrypt
(
session_key
,
nonce
,
data
,
pdu
)
;
prov_device.c:500
prov_data()
err
=
bt_mesh_prov_decrypt
(
session_key
,
nonce
,
data
,
pdu
)
;
prov_node.c:885
prov_data()
Call Tree
from
examples
bt_mesh_prov_decrypt()
is called by 1 function and calls 2 functions:
prov_data()
All items filtered out
bt_mesh_prov_decrypt()
bt_mesh_ccm_decrypt()
bt_ccm_decrypt()
All items filtered out
Data Use
from
examples
bt_mesh_prov_decrypt()
:
All items filtered out
bt_mesh_prov_decrypt()
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