HomeSort by: relevance | last modified time | path
    Searched defs:cpu_rng_rdseed (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
cpu_rng.c 70 CPU_RNG_RDSEED,
77 [CPU_RNG_RDSEED] = "rdseed",
94 return CPU_RNG_RDSEED;
147 cpu_rng_rdseed(uint64_t *out) function in typeref:typename:size_t
184 size_t n = cpu_rng_rdseed(out);
253 case CPU_RNG_RDSEED:
254 return cpu_rng_rdseed(out);
336 n = cpu_rng_rdseed(sample);

Completed in 13 milliseconds