Searched refs:bt_mesh_public_key (Results 1 – 2 of 2) sorted by relevance
50 static uint8_t bt_mesh_public_key[64]; variable1843 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()
67 static uint8_t bt_mesh_public_key[64]; variable1816 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()