Home
last modified time | relevance | path

Searched refs:bt_mesh_s1 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.c75 err = bt_mesh_s1("smk2", salt); in bt_mesh_k2()
134 err = bt_mesh_s1("smk3", tmp); in bt_mesh_k3()
161 err = bt_mesh_s1("smk4", tmp); in bt_mesh_k4()
187 err = bt_mesh_s1(s, salt); in bt_mesh_id128()
798 err = bt_mesh_s1("vtad", salt); in bt_mesh_virtual_addr()
Dcrypto.h36 static inline bool bt_mesh_s1(const char *m, uint8_t salt[16]) in bt_mesh_s1() function
Dbeacon.c227 if (prov->uri && bt_mesh_s1(prov->uri, uri_hash) == 0) { in unprovisioned_beacon_send()