Home
last modified time | relevance | path

Searched refs:pub_key_x (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.5.0/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c84 esp_err_t esp_ble_mesh_node_set_oob_pub_key(uint8_t pub_key_x[32], uint8_t pub_key_y[32], in esp_ble_mesh_node_set_oob_pub_key()
90 if (!pub_key_x || !pub_key_y || !private_key) { in esp_ble_mesh_node_set_oob_pub_key()
100 memcpy(arg.set_oob_pub_key.pub_key_x, pub_key_x, 32); in esp_ble_mesh_node_set_oob_pub_key()
173 esp_err_t esp_ble_mesh_provisioner_read_oob_pub_key(uint8_t link_idx, uint8_t pub_key_x[32], in esp_ble_mesh_provisioner_read_oob_pub_key()
179 if (!pub_key_x || !pub_key_y || link_idx >= MAX_PROV_LINK_IDX) { in esp_ble_mesh_provisioner_read_oob_pub_key()
190 memcpy(arg.provisioner_read_oob_pub_key.pub_key_x, pub_key_x, 32); in esp_ble_mesh_provisioner_read_oob_pub_key()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_provisioning_api.h76 esp_err_t esp_ble_mesh_node_set_oob_pub_key(uint8_t pub_key_x[32], uint8_t pub_key_y[32],
132 esp_err_t esp_ble_mesh_provisioner_read_oob_pub_key(uint8_t link_idx, uint8_t pub_key_x[32],
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/
Dprov.h27 int bt_mesh_set_oob_pub_key(const uint8_t pub_key_x[32], const uint8_t pub_key_y[32],
Dprovisioner_prov.h369 int bt_mesh_provisioner_read_oob_pub_key(const uint8_t idx, const uint8_t pub_key_x[32],
Dprov.c1045 int bt_mesh_set_oob_pub_key(const uint8_t pub_key_x[32], const uint8_t pub_key_y[32], in bt_mesh_set_oob_pub_key()
1048 if (!pub_key_x || !pub_key_y || !pri_key) { in bt_mesh_set_oob_pub_key()
1057 sys_memcpy_swap(&link.conf_inputs[81], pub_key_x, 32); in bt_mesh_set_oob_pub_key()
Dprovisioner_prov.c2137 int bt_mesh_provisioner_read_oob_pub_key(const uint8_t idx, const uint8_t pub_key_x[32],
2146 sys_memcpy_swap(&link[idx].conf_inputs[81], pub_key_x, 32);
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h103 uint8_t pub_key_x[32]; member
133 uint8_t pub_key_x[32]; member
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1833 bt_mesh_set_oob_pub_key(arg->set_oob_pub_key.pub_key_x, in btc_ble_mesh_prov_call_handler()
1900 arg->provisioner_read_oob_pub_key.pub_key_x, in btc_ble_mesh_prov_call_handler()