Searched refs:DH_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | prov.h | 75 #define DH_KEY_SIZE 32 macro 133 uint8_t dhkey[DH_KEY_SIZE]; /* Calculated DHKey */
|
| D | crypto_psa.c | 291 256) == DH_KEY_SIZE, 337 PUB_KEY_SIZE + 1, dhkey, DH_KEY_SIZE, &dh_key_len); in bt_mesh_dhkey_gen() 343 if (dh_key_len != DH_KEY_SIZE) { in bt_mesh_dhkey_gen()
|
| D | provisioner.c | 436 LOG_DBG("DHkey: %s", bt_hex(bt_mesh_prov_link.dhkey, DH_KEY_SIZE)); in prov_dh_key_gen() 906 LOG_DBG("DHkey: %s", bt_hex(bt_mesh_prov_link.dhkey, DH_KEY_SIZE)); in reprovision_local_client_server()
|
| D | provisionee.c | 350 LOG_DBG("DHkey: %s", bt_hex(bt_mesh_prov_link.dhkey, DH_KEY_SIZE)); in prov_dh_key_gen()
|