Searched refs:bt_mesh_k1 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | crypto.c | 64 int bt_mesh_k1(const uint8_t *ikm, size_t ikm_len, const uint8_t salt[16], in bt_mesh_k1() function 234 err = bt_mesh_k1(n, 16, salt, id128, k1_out); in bt_mesh_id128() 252 err = bt_mesh_k1(dhkey, 32, prov_salt, "prsn", tmp); in bt_mesh_prov_nonce() 266 err = bt_mesh_k1(dhkey, 32, prov_salt, "prsk", raw_key); in bt_mesh_session_key() 280 err = bt_mesh_k1(dhkey, 32, prov_salt, "prdk", dev_key); in bt_mesh_dev_key() 640 return bt_mesh_k1(k_input, 32, conf_salt, "prck", conf_key); in bt_mesh_prov_conf_key()
|
D | crypto.h | 52 int bt_mesh_k1(const uint8_t *ikm, size_t ikm_len, const uint8_t salt[16], const char *info,
|