Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm/
A Drng_support.c87 static uint8_t lfifo[_LOCAL_FIFO_SIZE]; /* local fifo */ in hw_get_random_byte() local
101 value = lfifo[pos]; in hw_get_random_byte()
117 lfifo[pos] = tmpval[i] & 0xFF; in hw_get_random_byte()
119 lfifo[pos] = (tmpval[i] >> 8) & 0xFF; in hw_get_random_byte()
124 return lfifo[pos]; in hw_get_random_byte()

Completed in 2 milliseconds