Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.h60 int bt_mesh_k4(const uint8_t n[16], uint8_t out[1]);
88 return bt_mesh_k4(app_key, app_id); in bt_mesh_app_id()
Dcrypto.c175 int bt_mesh_k4(const uint8_t n[16], uint8_t out[1]) in bt_mesh_k4() function