crypto_rng_get_bytes — get random number
int crypto_rng_get_bytes (
)
tfm
cipher handle
rdata
output buffer holding the random numbers
dlen
length of the output buffer
This function fills the caller-allocated buffer with random numbers using the random number generator referenced by the cipher handle.
0 function was successful; < 0 if an error occurred