Home
last modified time | relevance | path

Searched refs:public_key (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h342 int bt_mesh_prov_remote_pub_key_set(const uint8_t public_key[64]);
/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisioner.c784 int bt_mesh_prov_remote_pub_key_set(const uint8_t public_key[PUB_KEY_SIZE]) in bt_mesh_prov_remote_pub_key_set()
786 if (public_key == NULL) { in bt_mesh_prov_remote_pub_key_set()
794 memcpy(bt_mesh_prov_link.conf_inputs.pub_key_device, public_key, PDU_LEN_PUB_KEY); in bt_mesh_prov_remote_pub_key_set()