Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/plat-synquacer/
A Drng_pta.c116 static uint8_t sensors_data[NUM_SLOTS][SENSOR_DATA_SIZE] = {0}; variable
162 if ((sensors_data[sensor_id][i] ^ in health_test()
163 sensors_data[sensor_id][i + 1]) & 0x1) { in health_test()
164 falling_edge_count += (sensors_data[sensor_id][i] & in health_test()
166 rising_edge_count += (sensors_data[sensor_id][i + 1] & in health_test()
193 memmove(sensors_data[sensors_data_slot_idx], in pool_check_add_entropy()
194 sensors_data[sensors_data_slot_idx + 1], in pool_check_add_entropy()
210 sensors_data[sensors_data_slot_idx], in pool_check_add_entropy()
236 sensors_data[sensors_data_slot_idx + i][sensors_data_idx] = in rng_collect_entropy()

Completed in 2 milliseconds