mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows Driver: Use KeQueryInterruptTimePrecise on Windows 8.1 and newer as better seed for internal RNG compared to KeQueryInterruptTime
This commit is contained in:
@@ -305,6 +305,10 @@ typedef NTSTATUS (NTAPI *ExGetFirmwareEnvironmentVariableFn) (
|
||||
PULONG Attributes
|
||||
);
|
||||
|
||||
typedef ULONG64 (NTAPI *KeQueryInterruptTimePreciseFn)(
|
||||
PULONG64 QpcTimeStamp
|
||||
);
|
||||
|
||||
typedef BOOLEAN (NTAPI *KeAreAllApcsDisabledFn) ();
|
||||
|
||||
typedef void (NTAPI *KeSetSystemGroupAffinityThreadFn)(
|
||||
|
||||
Reference in New Issue
Block a user