Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/entropy/
Dentropy_nrf5.c176 static int rng_pool_put(struct rng_pool *rngp, uint8_t byte) in rng_pool_put() function
213 ret = rng_pool_put((struct rng_pool *)(entropy_nrf5_data.isr), byte); in isr()
215 ret = rng_pool_put((struct rng_pool *)(entropy_nrf5_data.thr), in isr()
Dentropy_smartbond.c193 static int rng_pool_put(struct rng_pool *rngp, uint8_t byte) in rng_pool_put() function
217 if (rng_pool_put(rngp, *bytes) < 0) { in rng_pool_put_bytes()
Dentropy_stm32.c553 static int rng_pool_put(struct rng_pool *rngp, uint8_t byte) in rng_pool_put() function
589 ret = rng_pool_put((struct rng_pool *)(entropy_stm32_rng_data.isr), in perform_pool_refill()
592 ret = rng_pool_put( in perform_pool_refill()