libnx  v4.6.0
Functions
csrng.h File Reference

Cryptographically-Secure Random Number Generation (csrng) service IPC wrapper. More...

#include "../types.h"
#include "../sf/service.h"

Go to the source code of this file.

Functions

Result csrngInitialize (void)
 Initialize csrng.
 
void csrngExit (void)
 Exit csrng.
 
ServicecsrngGetServiceSession (void)
 Gets the Service object for the actual csrng service session.
 
Result csrngGetRandomBytes (void *out, size_t out_size)
 

Detailed Description

Cryptographically-Secure Random Number Generation (csrng) service IPC wrapper.

Author
SciresM