Home
last modified time | relevance | path

Searched refs:random_get_entropy_fallback (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dtimex.h65 unsigned long random_get_entropy_fallback(void);
85 #define random_get_entropy() random_get_entropy_fallback()
/openbmc/linux/arch/nios2/include/asm/
H A Dtimex.h13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback())
/openbmc/linux/arch/arm/include/asm/
H A Dtimex.h14 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback())
/openbmc/linux/arch/x86/include/asm/
H A Dtimex.h12 return random_get_entropy_fallback(); in random_get_entropy()
/openbmc/linux/arch/m68k/include/asm/
H A Dtimex.h38 return random_get_entropy_fallback(); in random_get_entropy()
/openbmc/linux/arch/mips/include/asm/
H A Dtimex.h96 return (random_get_entropy_fallback() << 6) | (0x3f - c0_random); in random_get_entropy()
/openbmc/linux/arch/riscv/include/asm/
H A Dtimex.h44 return random_get_entropy_fallback(); in random_get_entropy()
/openbmc/linux/kernel/time/
H A Dtimekeeping.c2408 unsigned long random_get_entropy_fallback(void) in random_get_entropy_fallback() function
2417 EXPORT_SYMBOL_GPL(random_get_entropy_fallback);