Searched refs:xgetrandom (Results 1 – 7 of 7) sorted by relevance
/external/toybox/toys/other/ |
D | mcookie.c | 32 xgetrandom(toybuf, 16, 0); in mcookie_main()
|
D | shred.c | 94 if (iter != TT.n) xgetrandom(toybuf, throw, 0);
|
/external/toybox/toys/lsb/ |
D | mktemp.c | 60 if (!xgetrandom(&rr, sizeof(rr), WARN_ONLY)) {
|
/external/toybox/lib/ |
D | portability.c | 33 int xgetrandom(void *buf, unsigned buflen, unsigned flags) in xgetrandom() function
|
D | portability.h | 300 int xgetrandom(void *buf, unsigned len, unsigned flags);
|
D | password.c | 27 xgetrandom(libbuf, ((len*6)+7)/8, 0); in get_salt()
|
D | lib.c | 1185 xgetrandom(uuid, 16, 0); in create_uuid()
|