ESP-IDF
bt_mesh_k1()
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_k1()
bt_mesh_k1() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:43
int
bt_mesh_k1
(
const
uint8_t
*
ikm
,
size_t
ikm_len
,
const
uint8_t
salt
[
16
]
,
const
char
*
info
,
uint8_t
okm
[
16
]
)
;
Implemented in
crypto.c:56
Arguments
Argument
ikm
ikm_len
salt
info
okm
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_k1
(
const
uint8_t
*
ikm
,
size_t
ikm_len
,
const
uint8_t
salt
[
16
]
,
crypto.c:56
int
bt_mesh_k1
(
const
uint8_t
*
ikm
,
size_t
ikm_len
,
const
uint8_t
salt
[
16
]
,
crypto.c:107
int
bt_mesh_k1
(
const
uint8_t
*
ikm
,
size_t
ikm_len
,
const
uint8_t
salt
[
16
]
,
crypto.h:43
int
bt_mesh_k1
(
const
uint8_t
*
ikm
,
size_t
ikm_len
,
const
uint8_t
salt
[
16
]
,
crypto.h:36
return
bt_mesh_k1
(
n
,
16
,
salt
,
id128
,
out
)
;
crypto.c:199
bt_mesh_id128()
return
bt_mesh_k1
(
dhkey
,
32
,
conf_salt
,
"prck"
,
conf_key
)
;
crypto.c:844
bt_mesh_prov_conf_key()
return
bt_mesh_k1
(
n
,
16
,
salt
,
id128
,
out
)
;
crypto.c:250
bt_mesh_id128()
return
bt_mesh_k1
(
dhkey
,
32
,
conf_salt
,
"prck"
,
conf_key
)
;
crypto.c:555
bt_mesh_prov_conf_key()
return
bt_mesh_k1_str
(
net_key
,
16
,
"smbt"
,
"smbi"
,
resolving_key
)
;
crypto.h:64
bt_mesh_id_resolving_key()
return
bt_mesh_k1
(
dhkey
,
32
,
prov_salt
,
"prsk"
,
session_key
)
;
crypto.h:96
bt_mesh_session_key()
err
=
bt_mesh_k1
(
dhkey
,
32
,
prov_salt
,
"prsn"
,
tmp
)
;
crypto.h:106
bt_mesh_prov_nonce()
return
bt_mesh_k1
(
dhkey
,
32
,
prov_salt
,
"prdk"
,
dev_key
)
;
crypto.h:118
bt_mesh_dev_key()
return
bt_mesh_k1_str
(
net_key
,
16
,
"smbt"
,
"smbi"
,
resolving_key
)
;
crypto.h:57
bt_mesh_id_resolving_key()
return
bt_mesh_k1
(
dhkey
,
32
,
prov_salt
,
"prsk"
,
session_key
)
;
crypto.h:85
bt_mesh_session_key()
err
=
bt_mesh_k1
(
dhkey
,
32
,
prov_salt
,
"prsn"
,
tmp
)
;
crypto.h:95
bt_mesh_prov_nonce()
return
bt_mesh_k1
(
dhkey
,
32
,
prov_salt
,
"prdk"
,
dev_key
)
;
crypto.h:107
bt_mesh_dev_key()
Call Tree
from
examples
bt_mesh_k1()
is called by 6 functions and calls 1 function:
bt_mesh_id128()
bt_mesh_prov_conf_key()
bt_mesh_id_resolving_key()
bt_mesh_session_key()
bt_mesh_prov_nonce()
bt_mesh_dev_key()
All items filtered out
bt_mesh_k1()
bt_mesh_aes_cmac_one()
All items filtered out
Data Use
from
examples
bt_mesh_k1()
:
All items filtered out
bt_mesh_k1()
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