Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.h75 #define DH_KEY_SIZE 32 macro
133 uint8_t dhkey[DH_KEY_SIZE]; /* Calculated DHKey */
Dcrypto_psa.c291 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()
Dprovisioner.c436 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()
Dprovisionee.c350 LOG_DBG("DHkey: %s", bt_hex(bt_mesh_prov_link.dhkey, DH_KEY_SIZE)); in prov_dh_key_gen()