ESP-IDF
bt_mesh_sg::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_sg::data
bt_mesh_sg::data field
Syntax
Show:
Summary
Declaration
from
crypto.h:21
const
void
*
data
;
Examples
References
from
examples
Code
Location
Referrer
const
void
*
data
;
crypto.h:21
const
void
*
data
;
crypto.h:14
if
(
tc_cmac_update
(
&
state
,
sg
->
data
,
crypto.c:43
bt_mesh_aes_cmac()
sg
[
0
]
.
data
=
NULL
;
crypto.c:94
bt_mesh_k2()
sg
[
1
]
.
data
=
p
;
crypto.c:96
bt_mesh_k2()
sg
[
2
]
.
data
=
&
pad
;
crypto.c:98
bt_mesh_k2()
sg
[
0
]
.
data
=
out
;
crypto.c:108
bt_mesh_k2()
if
(
sg
->
len
!=
0
&&
sg
->
data
!=
NULL
)
{
crypto.c:64
bt_mesh_aes_cmac()
if
(
(
rc
=
mbedtls_cipher_cmac_update
(
&
ctx
,
sg
->
data
,
sg
->
len
)
)
!=
0
)
{
crypto.c:65
bt_mesh_aes_cmac()
sg
[
0
]
.
data
=
NULL
;
crypto.c:145
bt_mesh_k2()
sg
[
1
]
.
data
=
p
;
crypto.c:147
bt_mesh_k2()
sg
[
2
]
.
data
=
&
pad
;
crypto.c:149
bt_mesh_k2()
sg
[
0
]
.
data
=
out
;
crypto.c:159
bt_mesh_k2()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_sg::data
is written by 1 function and is read by 1 function:
bt_mesh_k2()
All items filtered out
bt_mesh_sg::data
bt_mesh_aes_cmac()
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