Searched refs:getrandom (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Drandom-util.c52 /* Use the getrandom() syscall unless we know we don't have
55 r = getrandom(p, n, GRND_NONBLOCK);
H A Dmissing.h210 static inline int getrandom(void *buffer, size_t count, unsigned flags) { function

Completed in 2216 milliseconds