|
SmartSnippets DA1459x SDK
|
Go to the documentation of this file.
49 #if dg_configUSE_SYS_DRBG
71 #if (dg_configUSE_SYS_TRNG == 0)
77 bool sys_drbg_can_run(
void);
85 #if defined(OS_PRESENT)
91 void sys_drbg_create_os_objects(
void);
111 #if !defined(OS_PRESENT)
SYS_DRBG_ERROR sys_drbg_read_rand(uint32_t *rand_number)
Reads a random number from the buffer which holds the random numbers.
Central include header file with platform definitions.
uint8_t sys_drbg_read_request(void)
Reads the request value.
void sys_drbg_init(void)
Initializes the DRBG data structure.
uint32_t sys_drbg_read_index(void)
Reads the current index value of the buffer.
Definition: sys_drbg.h:62
void sys_drbg_update(void)
Updates the DRBG data structure.
SYS_DRBG_ERROR
sys drbg errors
Definition: sys_drbg.h:61
Definition: sys_drbg.h:63
uint32_t sys_drbg_read_threshold(void)
Reads the threshold level value.
void sys_drbg_srand(void)
Set the seed for the random number generator function.