Home
last modified time | relevance | path

Searched refs:pub_key_y (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()
101 memcpy(arg.set_oob_pub_key.pub_key_y, pub_key_y, 32); in esp_ble_mesh_node_set_oob_pub_key()
174 uint8_t pub_key_y[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()
191 memcpy(arg.provisioner_read_oob_pub_key.pub_key_y, pub_key_y, 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],
133 uint8_t pub_key_y[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.h370 const uint8_t pub_key_y[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()
1058 sys_memcpy_swap(&link.conf_inputs[81] + 32, pub_key_y, 32); in bt_mesh_set_oob_pub_key()
Dprovisioner_prov.c2138 const uint8_t pub_key_y[32])
2147 sys_memcpy_swap(&link[idx].conf_inputs[81] + 32, pub_key_y, 32);
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h104 uint8_t pub_key_y[32]; member
134 uint8_t pub_key_y[32]; member
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1834 arg->set_oob_pub_key.pub_key_y, in btc_ble_mesh_prov_call_handler()
1901 arg->provisioner_read_oob_pub_key.pub_key_y); in btc_ble_mesh_prov_call_handler()