Home
last modified time | relevance | path

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/
Drsi_rom_rng.h96 ROMAPI_RNG_API->rng_get_bytes(pRNG, randomBytes, numberOfBytes); in RSI_RNG_GetBytes()
98 rng_get_bytes(pRNG, randomBytes, numberOfBytes); in RSI_RNG_GetBytes()
Drsi_rom_table_si91x.h168 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/
Drsi_rng.c125 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/
Drsi_rng.h52 void rng_get_bytes(HWRNG_Type *pRNG, uint32_t *random_bytes, uint32_t number_of_bytes);