Home
last modified time | relevance | path

Searched defs:random_get_entropy (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/arch/x86/include/asm/
Dtimex.h8 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
15 #define random_get_entropy random_get_entropy macro
/linux-6.6.21/arch/m68k/include/asm/
Dtimex.h34 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
40 #define random_get_entropy random_get_entropy macro
/linux-6.6.21/arch/mips/include/asm/
Dtimex.h85 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
98 #define random_get_entropy random_get_entropy macro
/linux-6.6.21/include/linux/
Dtimex.h83 #define random_get_entropy() ((unsigned long)get_cycles()) macro
85 #define random_get_entropy() random_get_entropy_fallback() macro
/linux-6.6.21/arch/riscv/include/asm/
Dtimex.h41 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
47 #define random_get_entropy() random_get_entropy() macro
/linux-6.6.21/arch/arm/include/asm/
Dtimex.h14 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/linux-6.6.21/arch/nios2/include/asm/
Dtimex.h13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro