Searched refs:bt_mesh_key_compare (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | keys.h | 22 int bt_mesh_key_compare(const uint8_t raw_key[16], const struct bt_mesh_key *mesh_key); 49 static inline int bt_mesh_key_compare(const uint8_t raw_key[16], const struct bt_mesh_key *mesh_key) in bt_mesh_key_compare() function
|
D | subnet.c | 384 if (bt_mesh_key_compare(key, &sub->keys[0].net)) { in bt_mesh_subnet_add() 440 if (!bt_mesh_key_compare(key, &sub->keys[0].net)) { in bt_mesh_subnet_update() 445 if (!bt_mesh_key_compare(key, &sub->keys[1].net)) { in bt_mesh_subnet_update()
|
D | app_keys.c | 260 if (bt_mesh_key_compare(key, &app->keys[0].val)) { in bt_mesh_app_key_add() 323 if (bt_mesh_key_compare(key, &app->keys[1].val)) { in bt_mesh_app_key_update()
|
D | cdb.c | 888 if (!bt_mesh_key_compare(in, &sub->keys[key_idx].net_key)) { in bt_mesh_cdb_subnet_key_import() 1014 if (!bt_mesh_key_compare(in, &node->dev_key)) { in bt_mesh_cdb_node_key_import() 1096 if (!bt_mesh_key_compare(in, &key->keys[key_idx].app_key)) { in bt_mesh_cdb_app_key_import()
|
D | crypto_psa.c | 502 int bt_mesh_key_compare(const uint8_t raw_key[16], const struct bt_mesh_key *key) in bt_mesh_key_compare() function
|
D | provisionee.c | 490 if (!sub || bt_mesh_key_compare(netkey, &sub->keys[SUBNET_KEY_TX_IDX(sub)].net)) { in refresh_is_valid()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 1087 ASSERT_TRUE(bt_mesh_key_compare(prev_node_dev_key, &node->dev_key)); in reprovision_remote_devkey_client() 1116 ASSERT_TRUE(bt_mesh_key_compare(prev_node_dev_key, &node->dev_key)); in reprovision_remote_comp_data_client() 1170 ASSERT_TRUE(bt_mesh_key_compare(prev_node_dev_key, &node->dev_key)); in reprovision_remote_address_client()
|