Searched refs:privacy_key (Results 1 – 2 of 2) sorted by relevance
353 int bt_mesh_net_obfuscate(uint8_t *pdu, uint32_t iv_index, const struct bt_mesh_key *privacy_key) in bt_mesh_net_obfuscate() argument360 bt_hex(privacy_key, sizeof(struct bt_mesh_key))); in bt_mesh_net_obfuscate()367 err = bt_mesh_encrypt(privacy_key, priv_rand, tmp); in bt_mesh_net_obfuscate()
101 int bt_mesh_net_obfuscate(uint8_t *pdu, uint32_t iv_index, const struct bt_mesh_key *privacy_key);