22#define GETRANDOM_RETRY_LIMIT 10
56 for (Index = 0; Index < GETRANDOM_RETRY_LIMIT; Index++) {
97 for (Index = 0; Index < GETRANDOM_RETRY_LIMIT; Index++) {
138 for (Index = 0; Index < GETRANDOM_RETRY_LIMIT; Index++) {
BOOLEAN EFIAPI GetRandomNumber16(OUT UINT16 *Rand)
BOOLEAN EFIAPI GetRandomNumber32(OUT UINT32 *Rand)
BOOLEAN EFIAPI GetRandomNumber128(OUT UINT64 *Rand)
BOOLEAN EFIAPI GetRandomNumber64(OUT UINT64 *Rand)
BOOLEAN EFIAPI ArchGetRandomNumber16(OUT UINT16 *Rand)
BOOLEAN EFIAPI ArchGetRandomNumber64(OUT UINT64 *Rand)
BOOLEAN EFIAPI ArchGetRandomNumber32(OUT UINT32 *Rand)
BOOLEAN EFIAPI ArchIsRngSupported(VOID)