ESP-IDF
bt_mesh_sg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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
bt_mesh_sg struct
Syntax
Show:
Summary
Declaration
from
crypto.h:20
struct
bt_mesh_sg
{
const
void
*
data
;
size_t
len
;
}
;
Fields
Field
Declared as
bt_mesh_sg::data
const
void
*
bt_mesh_sg::len
size_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_sg
{
crypto.h:20
struct
bt_mesh_sg
{
crypto.h:13
int
bt_mesh_aes_cmac
(
const
uint8_t
key
[
16
]
,
struct
bt_mesh_sg
*
sg
,
crypto.c:32
bt_mesh_aes_cmac()
bt_mesh_aes_cmac()::sg
struct
bt_mesh_sg
sg
[
3
]
=
{
0
}
;
crypto.c:72
bt_mesh_k2()
struct
bt_mesh_sg
sg
[
]
=
{
{
rand
,
16
}
,
{
auth
,
16
}
}
;
crypto.c:850
bt_mesh_prov_conf()
int
bt_mesh_aes_cmac
(
const
uint8_t
key
[
16
]
,
struct
bt_mesh_sg
*
sg
,
crypto.c:40
bt_mesh_aes_cmac()
bt_mesh_aes_cmac()::sg
struct
bt_mesh_sg
sg
[
3
]
;
crypto.c:123
bt_mesh_k2()
struct
bt_mesh_sg
sg
[
]
=
{
{
rand
,
16
}
,
{
auth
,
16
}
}
;
crypto.c:561
bt_mesh_prov_conf()
int
bt_mesh_aes_cmac
(
const
uint8_t
key
[
16
]
,
struct
bt_mesh_sg
*
sg
,
crypto.h:25
bt_mesh_aes_cmac()
bt_mesh_aes_cmac()::sg
struct
bt_mesh_sg
sg
=
{
m
,
len
}
;
crypto.h:31
bt_mesh_aes_cmac_one()
struct
bt_mesh_sg
sg
[
]
=
{
crypto.h:127
bt_mesh_prov_salt()
int
bt_mesh_aes_cmac
(
const
uint8_t
key
[
16
]
,
struct
bt_mesh_sg
*
sg
,
crypto.h:18
bt_mesh_aes_cmac()
bt_mesh_aes_cmac()::sg
struct
bt_mesh_sg
sg
=
{
m
,
len
}
;
crypto.h:24
bt_mesh_aes_cmac_one()
struct
bt_mesh_sg
sg
[
]
=
{
crypto.h:116
bt_mesh_prov_salt()
.
struct_sg_size
=
sizeof
(
struct
bt_mesh_sg
)
,
ext.c:4240
.
struct_sg_off_len
=
offsetof
(
struct
bt_mesh_sg
,
len
)
,
ext.c:4241
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
bt_mesh_aes_cmac()::sg
bt_mesh_aes_cmac()
crypto.h:25
bt_mesh_aes_cmac()::sg
bt_mesh_aes_cmac()
crypto.h:18
bt_mesh_aes_cmac()::sg
bt_mesh_aes_cmac()
crypto.c:32
bt_mesh_aes_cmac()::sg
bt_mesh_aes_cmac()
crypto.c:40
Lifecycle
from
examples
All items filtered out
All items filtered out