Home
last modified time | relevance | path

Searched refs:bt_mesh_rand (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_common.h68 int bt_mesh_rand(void *buf, size_t len);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c94 int bt_mesh_rand(void *buf, size_t len) in bt_mesh_rand() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dmain.c430 bt_mesh_rand(&delay, sizeof(uint32_t)); in bt_mesh_init()
Dprovisioner_main.c91 if (bt_mesh_rand(p_key, 16)) { in bt_mesh_provisioner_net_create()
984 if (bt_mesh_rand(p_key, 16)) { in bt_mesh_provisioner_local_app_key_add()
1250 if (bt_mesh_rand(p_key, 16)) { in bt_mesh_provisioner_local_net_key_add()
Dprov.c730 bt_mesh_rand(str, size); in prov_auth()
754 bt_mesh_rand(&num, sizeof(num)); in prov_auth()
867 if (bt_mesh_rand(link.rand, 16)) { in send_confirm()
Dprovisioner_prov.c1471 bt_mesh_rand(&link[idx].link_id, sizeof(link[idx].link_id));
1482 bt_mesh_rand(&link[idx].link_id, sizeof(link[idx].link_id));
1956 bt_mesh_rand(str, size);
1977 bt_mesh_rand(&num, sizeof(num));
2042 if (bt_mesh_rand(link[idx].rand, PROV_RANDOM_SIZE)) {
Dproxy_server.c1159 err = bt_mesh_rand(proxy_svc_data + 11, 8); in node_id_adv()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1800 bt_mesh_rand(bt_mesh_private_key, sizeof(bt_mesh_private_key)); in bt_mesh_adapt_init()
1824 if (bt_mesh_rand(bt_mesh_private_key, 32)) { in bt_mesh_pub_key_get()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1829 bt_mesh_rand(bt_mesh_private_key, sizeof(bt_mesh_private_key)); in bt_mesh_adapt_init()