Searched refs:bt_mesh_sha256_hmac_one_raw_key (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto.c | 42 static int bt_mesh_sha256_hmac_one_raw_key(const uint8_t key[32], const void *m, size_t len, in bt_mesh_sha256_hmac_one_raw_key() function 61 return bt_mesh_sha256_hmac_one_raw_key(zero, m, m_len, salt); in bt_mesh_s2() 208 err = bt_mesh_sha256_hmac_one_raw_key(salt, n, n_len, t); in bt_mesh_k5() 213 err = bt_mesh_sha256_hmac_one_raw_key(t, p, strlen(p), out); in bt_mesh_k5() 658 return bt_mesh_sha256_hmac_one_raw_key(conf_key, prov_rand, 32, conf); in bt_mesh_prov_conf()
|