Searched refs:bt_mesh_dhkey_gen (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_tc.c | 133 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey) in bt_mesh_dhkey_gen() function
|
D | crypto.h | 149 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey);
|
D | provisioner.c | 431 if (bt_mesh_dhkey_gen(remote_pk, NULL, bt_mesh_prov_link.dhkey)) { in prov_dh_key_gen() 904 if (bt_mesh_dhkey_gen(pub_key, priv_key, bt_mesh_prov_link.dhkey)) { in reprovision_local_client_server()
|
D | crypto_psa.c | 296 int bt_mesh_dhkey_gen(const uint8_t *pub_key, const uint8_t *priv_key, uint8_t *dhkey) in bt_mesh_dhkey_gen() function
|
D | provisionee.c | 344 if (bt_mesh_dhkey_gen(remote_pub_key, remote_priv_key, bt_mesh_prov_link.dhkey)) { in prov_dh_key_gen()
|