Searched refs:rng_pool_get (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/drivers/entropy/ |
D | entropy_nrf5.c | 119 static uint16_t rng_pool_get(struct rng_pool *rngp, uint8_t *buf, uint16_t len) in rng_pool_get() function 234 bytes = rng_pool_get((struct rng_pool *)(entropy_nrf5_data.thr), in entropy_nrf5_get_entropy() 261 return rng_pool_get((struct rng_pool *)(entropy_nrf5_data.isr), in entropy_nrf5_get_entropy_isr()
|
D | entropy_smartbond.c | 135 static uint16_t rng_pool_get(struct rng_pool *rngp, uint8_t *buf, uint16_t len) in rng_pool_get() function 279 bytes = rng_pool_get((struct rng_pool *)(entropy_smartbond_data.thr), buf, len); in entropy_smartbond_get_entropy() 305 return rng_pool_get((struct rng_pool *)(entropy_smartbond_data.isr), buf, len); in entropy_smartbond_get_entropy_isr()
|
D | entropy_stm32.c | 446 static uint16_t rng_pool_get(struct rng_pool *rngp, uint8_t *buf, in rng_pool_get() function 581 bytes = rng_pool_get( in entropy_stm32_rng_get_entropy() 610 return rng_pool_get( in entropy_stm32_rng_get_entropy_isr()
|