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/ |
D | esp_ble_mesh_provisioning_api.c | 84 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/ |
D | esp_ble_mesh_provisioning_api.h | 76 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/ |
D | prov.h | 27 int bt_mesh_set_oob_pub_key(const uint8_t pub_key_x[32], const uint8_t pub_key_y[32],
|
D | provisioner_prov.h | 369 int bt_mesh_provisioner_read_oob_pub_key(const uint8_t idx, const uint8_t pub_key_x[32],
|
D | prov.c | 1045 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()
|
D | provisioner_prov.c | 2137 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/ |
D | btc_ble_mesh_prov.h | 103 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/ |
D | btc_ble_mesh_prov.c | 1833 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()
|