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); |
tfmcipher handle
srcInput buffer holding additional data, may be NULL
slenLength of additional data
dstoutput buffer holding the random numbers
dlenlength of the output buffer