Searched refs:random_byte_pos (Results 1 – 1 of 1) sorted by relevance
31 static uint8_t random_byte_pos; variable89 if (!random_byte_pos) in hw_get_random_byte()92 data = random_data.byte[random_byte_pos++]; in hw_get_random_byte()93 if (random_byte_pos == sizeof(uint32_t)) in hw_get_random_byte()94 random_byte_pos = 0; in hw_get_random_byte()
Completed in 2 milliseconds