Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Darchrandom.h57 static inline bool rdrand_int(unsigned int *v) in rdrand_int() function
107 return arch_has_random() ? rdrand_int(v) : false; in arch_get_random_int()