crypto_rng_generate — get random number
int crypto_rng_generate ( | struct crypto_rng * tfm, |
const u8 * src, | |
unsigned int slen, | |
u8 * dst, | |
unsigned int dlen) ; |
tfm
cipher handle
src
Input buffer holding additional data, may be NULL
slen
Length of additional data
dst
output buffer holding the random numbers
dlen
length of the output buffer