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/ |
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() 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/ |
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], 133 uint8_t pub_key_y[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 | 370 const uint8_t pub_key_y[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() 1058 sys_memcpy_swap(&link.conf_inputs[81] + 32, pub_key_y, 32); in bt_mesh_set_oob_pub_key()
|
D | provisioner_prov.c | 2138 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/ |
D | btc_ble_mesh_prov.h | 104 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/ |
D | btc_ble_mesh_prov.c | 1834 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()
|