ESP-IDF
bt_mesh_k3()
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_k3()
bt_mesh_k3() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:55
int
bt_mesh_k3
(
const
uint8_t
n
[
16
]
,
uint8_t
out
[
8
]
)
;
Implemented in
crypto.c:134
Arguments
Argument
n
out
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_k3
(
const
uint8_t
n
[
16
]
,
uint8_t
out
[
8
]
)
crypto.c:134
int
bt_mesh_k3
(
const
uint8_t
n
[
16
]
,
uint8_t
out
[
8
]
)
crypto.c:185
int
bt_mesh_k3
(
const
uint8_t
n
[
16
]
,
uint8_t
out
[
8
]
)
;
crypto.h:55
int
bt_mesh_k3
(
const
uint8_t
n
[
16
]
,
uint8_t
out
[
8
]
)
;
crypto.h:48
err
=
bt_mesh_k3
(
key
,
keys
->
net_id
)
;
net.c:203
bt_mesh_net_keys_create()
err
=
bt_mesh_k3
(
key
,
keys
->
net_id
)
;
subnet.c:321
net_keys_create()
Call Tree
from
examples
bt_mesh_k3()
is called by 2 functions and calls 2 functions:
bt_mesh_net_keys_create()
net_keys_create()
All items filtered out
bt_mesh_k3()
bt_mesh_aes_cmac_one()
bt_mesh_s1()
All items filtered out
Data Use
from
examples
bt_mesh_k3()
:
All items filtered out
bt_mesh_k3()
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