Searched refs:rng_get_bytes (Results 1 – 4 of 4) sorted by relevance
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/ |
| D | rsi_rom_rng.h | 96 ROMAPI_RNG_API->rng_get_bytes(pRNG, randomBytes, numberOfBytes); in RSI_RNG_GetBytes() 98 rng_get_bytes(pRNG, randomBytes, numberOfBytes); in RSI_RNG_GetBytes()
|
| D | rsi_rom_table_si91x.h | 168 void (*rng_get_bytes)(HWRNG_Type *pRNG, uint32_t *randomBytes, uint32_t numberOfBytes);
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/ |
| D | rsi_rng.c | 125 void rng_get_bytes(HWRNG_Type *pRNG, uint32_t *randomBytes, uint32_t numberOfBytes) in rng_get_bytes() function 133 const ROM_RNG_API_T rng_api = { &rng_start, &rng_stop, &rng_get_bytes };
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/ |
| D | rsi_rng.h | 52 void rng_get_bytes(HWRNG_Type *pRNG, uint32_t *random_bytes, uint32_t number_of_bytes);
|