9 #include "../sf/service.h"
20 Result csrngGetRandomBytes(
void *out,
size_t out_size);
Result csrngInitialize(void)
Initialize csrng.
Service * csrngGetServiceSession(void)
Gets the Service object for the actual csrng service session.
void csrngExit(void)
Exit csrng.
Service object structure.
Definition: service.h:14
u32 Result
Function error code result type.
Definition: types.h:44