Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dcrypto.h48 int bt_mesh_id128(const u8_t n[16], const char *s, u8_t out[16]);
59 return bt_mesh_id128(net_key, "nkik", identity_key); in bt_mesh_identity_key()
65 return bt_mesh_id128(net_key, "nkbk", beacon_key); in bt_mesh_beacon_key()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcrypto.c177 int bt_mesh_id128(const u8_t n[16], const char *s, u8_t out[16]) in bt_mesh_id128() function

Completed in 5 milliseconds