Home
last modified time | relevance | path

Searched refs:getrandom (Results 1 – 25 of 109) sorted by relevance

12345

/external/ltp/utils/ffsb-6.0-rc2/
Drand.c138 uint32_t getrandom(randdata_t * state, uint32_t mod) in getrandom() function
175 return (uint64_t) getrandom(state, (uint32_t) mod); in getllrandom()
Drand.h51 uint32_t getrandom(randdata_t *rd, uint32_t mod);
Dffsb_tg.c104 num = 1 + getrandom(rd, tg->sum_weights); in tg_get_op()
119 fsnum = getrandom(rd, tg->fc->num_filesys); in tg_get_op()
Dfilelist.c158 int randdir = getrandom(rd, b->numsubdirs + 1); in add_file()
301 chosen = getrandom(rd, b->listsize); in choose_file()
/external/strace/
Dgetrandom.c4 SYS_FUNC(getrandom) in SYS_FUNC() argument
/external/python/cpython3/Python/
Dbootstrap_hash.c132 n = getrandom(dest, n, flags); in py_getrandom()
136 n = getrandom(dest, n, flags); in py_getrandom()
/external/expat/
Dconfigure.ac161 AC_MSG_CHECKING([for getrandom (Linux 3.17+, glibc 2.25+)])
166 return getrandom(NULL, 0U, 0U);
170 [Define to 1 if you have the `getrandom' function.])
DConfigureChecks.cmake24 check_symbol_exists("getrandom" "sys/random.h" HAVE_GETRANDOM)
/external/wpa_supplicant_8/src/crypto/
Drandom.c248 res = getrandom(dummy_key + dummy_key_avail, in random_pool_ready()
452 if (getrandom(&dummy, 0, GRND_NONBLOCK) == 0 || in random_init()
/external/adhd/seccomp/
Dcras-seccomp-amd64.policy18 getrandom: 1
Dcras-seccomp-arm.policy22 getrandom: 1
Dcras-seccomp-arm64.policy18 getrandom: 1
/external/expat/patches/
Dconfig.diff25 /* Define to 1 if you have the `getrandom' function. */
/external/python/cpython3/Misc/NEWS.d/
D3.6.2rc2.rst24 os-specific entropy sources like getrandom) doesn't impact Python, since
D3.6.0b2.rst170 Fallback on reading /dev/urandom device when the getrandom() syscall fails
474 Fix a memory leak in os.getrandom() when the getrandom() is interrupted by a
/external/toybox/lib/
Dportability.c38 if (buflen == getrandom(buf, buflen, flags&~WARN_ONLY)) return 1; in xgetrandom()
/external/toybox/scripts/
Dgenconfig.sh111 int main(void) { char buf[100]; getrandom(buf, 100, 0); }
/external/ltp/include/lapi/syscalls/
Daarch64.in259 getrandom 278
Dia64.in299 getrandom 1339
Dsparc64.in313 getrandom 347
Dx86_64.in308 getrandom 318
Di386.in341 getrandom 355
Ds390.in332 getrandom 349
Dpowerpc.in348 getrandom 359
Ds390x.in332 getrandom 349

12345