mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Add function RandinitWithCheck to detect if random generator was already initialized before our call or not
This commit is contained in:
@@ -35,6 +35,7 @@ extern "C" {
|
||||
|
||||
void RandAddInt ( unsigned __int32 x );
|
||||
int Randinit ( void );
|
||||
int RandinitWithCheck ( int* pAlreadyInitialized);
|
||||
void RandStop (BOOL freePool);
|
||||
BOOL IsRandomNumberGeneratorStarted ();
|
||||
void RandSetHashFunction ( int hash_algo_id );
|
||||
|
||||
Reference in New Issue
Block a user