Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-getrandom.c43 && (flags & GRND_NONBLOCK) in test_length()
130 if (!(flags & GRND_NONBLOCK)) in test_flags()
236 flags |= GRND_NONBLOCK; in do_test()
/glibc-2.36/stdlib/sys/
Drandom.h26 #define GRND_NONBLOCK 0x01 macro
/glibc-2.36/sysdeps/mach/hurd/
Dgetrandom.c50 if (flags & GRND_NONBLOCK) in __getrandom()
/glibc-2.36/sysdeps/posix/
Dtempname.c85 if (use_getrandom && __getrandom (&r, sizeof r, GRND_NONBLOCK) == sizeof r) in random_bits()
/glibc-2.36/manual/
Dcrypt.texi301 @item GRND_NONBLOCK
325 No random data was available and @code{GRND_NONBLOCK} was specified in
/glibc-2.36/malloc/
Dmalloc.c3156 if (__getrandom (&tcache_key, sizeof(tcache_key), GRND_NONBLOCK) in tcache_key_initialize()
/glibc-2.36/ChangeLog.old/
DChangeLog.202089 hurd: Make getrandom honour GRND_NONBLOCK