Home
last modified time | relevance | path

Searched refs:bt_mesh_public_key (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c50 static uint8_t bt_mesh_public_key[64]; variable
1843 return bt_mesh_public_key; in bt_mesh_pub_key_get()
1863 memcpy(bt_mesh_public_key, public_key.x, BT_OCTET32_LEN); in bt_mesh_pub_key_get()
1864 memcpy(bt_mesh_public_key + BT_OCTET32_LEN, public_key.y, BT_OCTET32_LEN); in bt_mesh_pub_key_get()
1868 BT_DBG("Public Key %s", bt_hex(bt_mesh_public_key, sizeof(bt_mesh_public_key))); in bt_mesh_pub_key_get()
1870 return bt_mesh_public_key; in bt_mesh_pub_key_get()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c67 static uint8_t bt_mesh_public_key[64]; variable
1816 return bt_mesh_public_key; in bt_mesh_pub_key_get()
1830 int rc = ble_sm_alg_gen_key_pair(bt_mesh_public_key, pri_key); in bt_mesh_pub_key_get()
1839 BT_DBG("Public Key %s", bt_hex(bt_mesh_public_key, sizeof(bt_mesh_public_key))); in bt_mesh_pub_key_get()
1841 return bt_mesh_public_key; in bt_mesh_pub_key_get()