Searched refs:bt_mesh_id128 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto.h | 64 int bt_mesh_id128(const uint8_t n[16], const char *s, enum bt_mesh_key_type type, 69 return bt_mesh_id128(net_key, "nkik", BT_MESH_KEY_TYPE_ECB, identity_key); in bt_mesh_identity_key() 74 return bt_mesh_id128(net_key, "nkbk", BT_MESH_KEY_TYPE_CMAC, beacon_key); in bt_mesh_beacon_key() 80 return bt_mesh_id128(net_key, "nkpk", BT_MESH_KEY_TYPE_ECB, private_beacon_key); in bt_mesh_private_beacon_key()
|
D | crypto.c | 221 int bt_mesh_id128(const uint8_t n[16], const char *s, enum bt_mesh_key_type type, in bt_mesh_id128() function
|