Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h59 int bt_mesh_id128(const uint8_t n[16], const char *s, uint8_t out[16]);
70 return bt_mesh_id128(net_key, "nkik", identity_key); in bt_mesh_identity_key()
76 return bt_mesh_id128(net_key, "nkbk", beacon_key); in bt_mesh_beacon_key()
Dcrypto.c181 int bt_mesh_id128(const uint8_t n[16], const char *s, uint8_t out[16]) in bt_mesh_id128() function