Searched refs:rng_pool_put (Results 1 – 3 of 3) sorted by relevance
176 static int rng_pool_put(struct rng_pool *rngp, uint8_t byte) in rng_pool_put() function213 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()
193 static int rng_pool_put(struct rng_pool *rngp, uint8_t byte) in rng_pool_put() function217 if (rng_pool_put(rngp, *bytes) < 0) { in rng_pool_put_bytes()
512 static int rng_pool_put(struct rng_pool *rngp, uint8_t byte) in rng_pool_put() function550 ret = rng_pool_put((struct rng_pool *)(entropy_stm32_rng_data.isr), in stm32_rng_isr()553 ret = rng_pool_put( in stm32_rng_isr()