Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.c135 uint8_t auth_size; /* Choosen authentication size */ member
1704 uint8_t auth_method = 0U, auth_action = 0U, auth_size = 0U; local
1791 auth_size = 0x00;
1796 auth_size = 0x00;
1800 auth_size = input_size;
1804 auth_size = output_size;
1816 net_buf_simple_add_u8(&buf, auth_size);
1827 link[idx].auth_size = auth_size;
2105 memcpy(link[idx].auth, val, link[idx].auth_size);
2200 link[idx].auth_action, link[idx].auth_size) < 0) {