OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcRngLib.h
Go to the documentation of this file.
1
15#ifndef OC_RNG_LIB_H
16#define OC_RNG_LIB_H
17
18#include <Library/RngLib.h>
19
27UINT16
28EFIAPI
30 VOID
31 );
32
40UINT32
41EFIAPI
43 VOID
44 );
45
53UINT64
54EFIAPI
56 VOID
57 );
58
59#endif // OC_RNG_LIB_H
UINT64 EFIAPI GetPseudoRandomNumber64(VOID)
Definition OcRngLib.c:408
UINT16 EFIAPI GetPseudoRandomNumber16(VOID)
Definition OcRngLib.c:372
UINT32 EFIAPI GetPseudoRandomNumber32(VOID)
Definition OcRngLib.c:390