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.c290 PSA_KEY_TYPE_ECC_KEY_PAIR(PSA_ECC_FAMILY_SECP_R1), 256) == DH_KEY_SIZE,
336 PUB_KEY_SIZE + 1, dhkey, DH_KEY_SIZE, &dh_key_len); in bt_mesh_dhkey_gen()
342 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()
908 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()