Home
last modified time | relevance | path

Searched refs:BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisionee.c95 WRITE_BIT(algorithm_bm, BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM, 1); in prov_invite()
148 data[0] == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM) { in prov_start()
231 bt_mesh_prov_link.algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM) { in send_confirm()
Dcrypto.c613 if (algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM && in bt_mesh_prov_conf_salt()
631 if (algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM && in bt_mesh_prov_conf_key()
655 if (algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM && in bt_mesh_prov_conf()
Dprovisioner.c222 if ((caps.algorithms & BIT(BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM)) && in prov_capabilities()
268 bt_mesh_prov_link.algorithm = is_sha256 ? BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM : in prov_capabilities()
336 if (bt_mesh_prov_link.algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM && in send_confirm()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h33 BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM, enumerator