ESP-IDF
bt_mesh_id128()
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_id128()
bt_mesh_id128() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:59
int
bt_mesh_id128
(
const
uint8_t
n
[
16
]
,
const
char
*
s
,
uint8_t
out
[
16
]
)
;
Implemented in
crypto.c:188
Arguments
Argument
n
s
out
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_id128
(
const
uint8_t
n
[
16
]
,
const
char
*
s
,
uint8_t
out
[
16
]
)
crypto.c:188
int
bt_mesh_id128
(
const
uint8_t
n
[
16
]
,
const
char
*
s
,
uint8_t
out
[
16
]
)
crypto.c:239
int
bt_mesh_id128
(
const
uint8_t
n
[
16
]
,
const
char
*
s
,
uint8_t
out
[
16
]
)
;
crypto.h:59
int
bt_mesh_id128
(
const
uint8_t
n
[
16
]
,
const
char
*
s
,
uint8_t
out
[
16
]
)
;
crypto.h:52
return
bt_mesh_id128
(
net_key
,
"nkik"
,
identity_key
)
;
crypto.h:70
bt_mesh_identity_key()
return
bt_mesh_id128
(
net_key
,
"nkbk"
,
beacon_key
)
;
crypto.h:76
bt_mesh_secure_beacon_key()
return
bt_mesh_id128
(
net_key
,
"nkik"
,
identity_key
)
;
crypto.h:63
bt_mesh_identity_key()
return
bt_mesh_id128
(
net_key
,
"nkbk"
,
beacon_key
)
;
crypto.h:69
bt_mesh_beacon_key()
return
bt_mesh_id128
(
n
,
s
,
out
)
;
ext.c:526
bt_mesh_ext_id128()
Call Tree
from
examples
bt_mesh_id128()
is called by 4 functions and calls 2 functions:
bt_mesh_identity_key()
bt_mesh_secure_beacon_key()
bt_mesh_beacon_key()
bt_mesh_ext_id128()
All items filtered out
bt_mesh_id128()
bt_mesh_s1()
bt_mesh_k1()
All items filtered out
Data Use
from
examples
bt_mesh_id128()
:
All items filtered out
bt_mesh_id128()
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