Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm/
H A Drng_support.c87 static uint8_t lfifo[_LOCAL_FIFO_SIZE]; /* local fifo */ in hw_get_random_bytes() local
117 lfifo[pos] = tmpval[i] & 0xFF; in hw_get_random_bytes()
119 lfifo[pos] = (tmpval[i] >> 8) & 0xFF; in hw_get_random_bytes()
125 buffer[buffer_pos++] = lfifo[pos++]; in hw_get_random_bytes()