ESP-IDF
bt_mesh_prov_encrypt()
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_encrypt()
bt_mesh_prov_encrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:169
int
bt_mesh_prov_encrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
const
uint8_t
data
[
25
]
,
uint8_t
out
[
25
+
8
]
)
;
Implemented in
crypto.c:576
Arguments
Argument
key
nonce
data
out
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_prov_encrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
crypto.c:866
int
bt_mesh_prov_encrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
crypto.c:576
int
bt_mesh_prov_encrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
crypto.h:171
int
bt_mesh_prov_encrypt
(
const
uint8_t
key
[
16
]
,
uint8_t
nonce
[
13
]
,
crypto.h:169
err
=
bt_mesh_prov_encrypt
(
session_key
,
nonce
,
pdu
,
net_buf_simple_add
(
&
buf
,
33
)
)
;
prov_pvnr.c:2079
send_prov_data()
err
=
bt_mesh_prov_encrypt
(
session_key
,
nonce
,
&
pdu
->
om_data
[
1
]
,
provisioner.c:514
send_prov_data()
Call Tree
from
examples
bt_mesh_prov_encrypt()
is called by 1 function and calls 2 functions:
send_prov_data()
All items filtered out
bt_mesh_prov_encrypt()
bt_mesh_ccm_encrypt()
bt_ccm_encrypt()
All items filtered out
Data Use
from
examples
bt_mesh_prov_encrypt()
:
All items filtered out
bt_mesh_prov_encrypt()
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