Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/rand/
H A Dsysrng.c84 if (_rdrand32_step(&x) && x != 0 && x != (uint32_t)-1) { in seeder_rdrand()
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c457 (void) _rdrand32_step(&r); in randombytes_salsa20_random_xorhwrand()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dimmintrin.h283 _rdrand32_step(unsigned int *__p) in _rdrand32_step() function