Reseed the PRNG by polling trusted system entropy sources.
Synopsis
Declared in <openssl/rand.h>
int
RAND_poll();
Return Value
1 on success, or 0 if seeding from system sources failed.
Created with MrDocs
Reseed the PRNG by polling trusted system entropy sources.
Declared in <openssl/rand.h>
int
RAND_poll();
1 on success, or 0 if seeding from system sources failed.
Created with MrDocs