skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: CRYPTO Application Programming Interface (API)... CRYPTO Application Programming Interface (API)...
go to previous page: RAND_bytes RAND_bytes
go to next page: RAND_egdRAND_egd
end of book navigation links


RAND_cleanup
Description
Return Value
See Also
History
 

NAME

RAND_cleanup - erase the PRNG state

Synopsis  

#include <openssl/rand.h>
void RAND_cleanup(void);


return to top DESCRIPTION  

RAND_cleanup() erases the memory used by the PRNG.


return to top RETURN VALUE  

RAND_cleanup() returns no value.


return to top SEE ALSO  

rand(3)


return to top HISTORY  

RAND_cleanup() is available in all versions of SSLeay and OpenSSL.
go to previous page: RAND_bytes RAND_bytes
go to next page: RAND_egdRAND_egd