ESP-IDF
bt_mesh_aes_cmac_one()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_aes_cmac_one()
bt_mesh_aes_cmac_one() function
Syntax
Show:
Summary
Declaration
from
crypto.h:21
static
inline
int
bt_mesh_aes_cmac_one
(
const
uint8_t
key
[
16
]
,
const
void
*
m
,
size_t
len
,
uint8_t
mac
[
16
]
)
;
Arguments
Argument
key
m
len
mac
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
bt_mesh_aes_cmac_one
(
const
uint8_t
key
[
16
]
,
const
void
*
m
,
crypto.h:21
err
=
bt_mesh_aes_cmac_one
(
salt
,
ikm
,
ikm_len
,
okm
)
;
crypto.c:112
bt_mesh_k1()
return
bt_mesh_aes_cmac_one
(
okm
,
info
,
strlen
(
info
)
,
okm
)
;
crypto.c:117
bt_mesh_k1()
err
=
bt_mesh_aes_cmac_one
(
salt
,
n
,
16
,
t
)
;
crypto.c:138
bt_mesh_k2()
err
=
bt_mesh_aes_cmac_one
(
tmp
,
n
,
16
,
t
)
;
crypto.c:197
bt_mesh_k3()
err
=
bt_mesh_aes_cmac_one
(
t
,
id64
,
sizeof
(
id64
)
,
tmp
)
;
crypto.c:202
bt_mesh_k3()
err
=
bt_mesh_aes_cmac_one
(
tmp
,
n
,
16
,
t
)
;
crypto.c:224
bt_mesh_k4()
err
=
bt_mesh_aes_cmac_one
(
t
,
id6
,
sizeof
(
id6
)
,
tmp
)
;
crypto.c:229
bt_mesh_k4()
err
=
bt_mesh_aes_cmac_one
(
salt
,
virtual_label
,
16
,
tmp
)
;
crypto.c:535
bt_mesh_virtual_addr()
return
bt_mesh_aes_cmac_one
(
conf_salt_key
,
conf_inputs
,
145
,
salt
)
;
crypto.c:549
bt_mesh_prov_conf_salt()
err
=
bt_mesh_aes_cmac_one
(
beacon_key
,
msg
,
sizeof
(
msg
)
,
tmp
)
;
crypto.c:599
bt_mesh_beacon_auth()
return
bt_mesh_aes_cmac_one
(
zero
,
m
,
strlen
(
m
)
,
salt
)
;
crypto.h:33
bt_mesh_s1()
Call Tree
from
examples
bt_mesh_aes_cmac_one()
is called by 8 functions and calls 1 function:
bt_mesh_s1()
bt_mesh_k1()
bt_mesh_k2()
bt_mesh_k3()
bt_mesh_k4()
bt_mesh_virtual_addr()
bt_mesh_prov_conf_salt()
bt_mesh_beacon_auth()
All items filtered out
bt_mesh_aes_cmac_one()
bt_mesh_aes_cmac()
All items filtered out
Data Use
from
examples
bt_mesh_aes_cmac_one()
:
All items filtered out
bt_mesh_aes_cmac_one()
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