ESP-IDF
bt_mesh_dh_key_gen()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_dh_key_gen()
bt_mesh_dh_key_gen() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:794
int
bt_mesh_dh_key_gen
(
const
uint8_t
remote_pub_key
[
64
]
,
uint8_t
dhkey
[
32
]
)
;
Implemented in
adapter.c:1911
Arguments
Argument
remote_pub_key
dhkey
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_dh_key_gen
(
const
uint8_t
remote_pub_key
[
64
]
,
uint8_t
dhkey
[
32
]
)
adapter.c:1911
int
bt_mesh_dh_key_gen
(
const
uint8_t
remote_pub_key
[
64
]
,
uint8_t
dhkey
[
32
]
)
;
adapter.h:794
if
(
bt_mesh_dh_key_gen
(
buf
.
data
,
dhkey
)
)
{
prov_node.c:622
send_pub_key()
if
(
bt_mesh_dh_key_gen
(
pub_key
,
dhkey
)
)
{
prov_node.c:670
bt_mesh_calc_dh_key()
if
(
bt_mesh_dh_key_gen
(
pub_key
,
dhkey
)
)
{
prov_pvnr.c:1733
prov_gen_dh_key()
Call Tree
from
examples
bt_mesh_dh_key_gen()
is called by 3 functions and calls 4 functions:
send_pub_key()
bt_mesh_calc_dh_key()
prov_gen_dh_key()
All items filtered out
bt_mesh_dh_key_gen()
esp_log_timestamp()
esp_log_write()
bt_hex()
ECC_PointMult_Bin_NAF()
All items filtered out
Data Use
from
examples
bt_mesh_dh_key_gen()
reads 4 variables:
esp_log_level_t::ESP_LOG_DEBUG
Point::x
Point::y
bt_mesh_private_key
All items filtered out
bt_mesh_dh_key_gen()
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