Home
last modified time | relevance | path

Searched refs:pri_key (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.h28 const uint8_t pri_key[32]);
Dprov.c1047 const uint8_t pri_key[32]) in bt_mesh_set_oob_pub_key()
1049 if (!pub_key_x || !pub_key_y || !pri_key) { in bt_mesh_set_oob_pub_key()
1060 bt_mesh_set_private_key(pri_key); in bt_mesh_set_oob_pub_key()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1803 void bt_mesh_set_private_key(const uint8_t pri_key[32]) in bt_mesh_set_private_key()
1805 memcpy(bt_mesh_private_key, pri_key, 32); in bt_mesh_set_private_key()
1812 uint8_t pri_key[32] = {0}; in bt_mesh_pub_key_get() local
1830 int rc = ble_sm_alg_gen_key_pair(bt_mesh_public_key, pri_key); in bt_mesh_pub_key_get()
1835 memcpy(bt_mesh_private_key, pri_key, 32); in bt_mesh_pub_key_get()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h765 void bt_mesh_set_private_key(const uint8_t pri_key[32]);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1832 void bt_mesh_set_private_key(const uint8_t pri_key[32]) in bt_mesh_set_private_key()
1834 memcpy(bt_mesh_private_key, pri_key, 32); in bt_mesh_set_private_key()