Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dcrypto.h62 int bt_mesh_k5(const uint8_t *n, size_t n_len, const uint8_t salt[32], uint8_t *p, uint8_t out[32]);
Dcrypto.c202 int bt_mesh_k5(const uint8_t *n, size_t n_len, const uint8_t salt[32], in bt_mesh_k5() function
634 return bt_mesh_k5(k_input, 64, conf_salt, "prck256", conf_key); in bt_mesh_prov_conf_key()