ReactOS
0.4.15-dev-2087-g6bfb76b
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | KsecGenRandom (PVOID Buffer, SIZE_T Length) |
VOID NTAPI | KsecReadMachineSpecificCounters (_Out_ PKSEC_MACHINE_SPECIFIC_COUNTERS MachineSpecificCounters) |
NTSTATUS NTAPI | KsecGatherEntropyData (PKSEC_ENTROPY_DATA EntropyData) |
Variables | |
static ULONG | KsecRandomSeed = 0x62b409a1 |
NTSTATUS NTAPI KsecGatherEntropyData | ( | PKSEC_ENTROPY_DATA | EntropyData | ) |
Definition at line 92 of file random.c.
Referenced by KsecInitializeEncryptionSupport().
Definition at line 26 of file random.c.
Referenced by KsecDeviceControl().
VOID NTAPI KsecReadMachineSpecificCounters | ( | _Out_ PKSEC_MACHINE_SPECIFIC_COUNTERS | MachineSpecificCounters | ) |
Definition at line 56 of file random.c.
Referenced by KsecGatherEntropyData().
|
static |
Definition at line 19 of file random.c.
Referenced by KsecGenRandom().