Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_rng.c66 #define RNG_FIFO_BYTE_DEPTH U(16) macro
236 req_size = MIN(RNG_FIFO_BYTE_DEPTH, *size); in read_available()
464 uint8_t seed[RNG_FIFO_BYTE_DEPTH] = { }; in plat_rng_init()