Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dmcookie.c32 xgetrandom(toybuf, 16, 0); in mcookie_main()
Dshred.c94 if (iter != TT.n) xgetrandom(toybuf, throw, 0);
/external/toybox/toys/lsb/
Dmktemp.c60 if (!xgetrandom(&rr, sizeof(rr), WARN_ONLY)) {
/external/toybox/lib/
Dportability.c33 int xgetrandom(void *buf, unsigned buflen, unsigned flags) in xgetrandom() function
Dportability.h300 int xgetrandom(void *buf, unsigned len, unsigned flags);
Dpassword.c27 xgetrandom(libbuf, ((len*6)+7)/8, 0); in get_salt()
Dlib.c1185 xgetrandom(uuid, 16, 0); in create_uuid()