Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm/
H A Drng_support.c85 #define _LOCAL_FIFO_SIZE 8 /* min 2, 4, 6, max 8 */ in hw_get_random_bytes() macro
87 static uint8_t lfifo[_LOCAL_FIFO_SIZE]; /* local fifo */ in hw_get_random_bytes()
92 volatile uint32_t tmpval[_LOCAL_FIFO_SIZE/2]; in hw_get_random_bytes()
110 for (i = 0; i < _LOCAL_FIFO_SIZE / 2; i++) in hw_get_random_bytes()
116 for (i = 0; i < _LOCAL_FIFO_SIZE / 2; i++) { in hw_get_random_bytes()
126 if (pos == _LOCAL_FIFO_SIZE) in hw_get_random_bytes()