Searched defs:dhkey (Results 1 – 5 of 5) sorted by relevance
133 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey) in bt_mesh_dhkey_gen()
296 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey) in bt_mesh_dhkey_gen()
133 uint8_t dhkey[DH_KEY_SIZE]; /* Calculated DHKey */ member
175 uint8_t dhkey[BT_DH_KEY_LEN]; member3525 static uint8_t smp_dhkey_ready(struct bt_smp *smp, const uint8_t *dhkey) in smp_dhkey_ready()3573 static void bt_smp_dhkey_ready(const uint8_t *dhkey) in bt_smp_dhkey_ready()
3125 uint8_t dhkey[32]; member