Searched refs:getrandom (Results 1 – 25 of 109) sorted by relevance
12345
/external/ltp/utils/ffsb-6.0-rc2/ |
D | rand.c | 138 uint32_t getrandom(randdata_t * state, uint32_t mod) in getrandom() function 175 return (uint64_t) getrandom(state, (uint32_t) mod); in getllrandom()
|
D | rand.h | 51 uint32_t getrandom(randdata_t *rd, uint32_t mod);
|
D | ffsb_tg.c | 104 num = 1 + getrandom(rd, tg->sum_weights); in tg_get_op() 119 fsnum = getrandom(rd, tg->fc->num_filesys); in tg_get_op()
|
D | filelist.c | 158 int randdir = getrandom(rd, b->numsubdirs + 1); in add_file() 301 chosen = getrandom(rd, b->listsize); in choose_file()
|
/external/strace/ |
D | getrandom.c | 4 SYS_FUNC(getrandom) in SYS_FUNC() argument
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 132 n = getrandom(dest, n, flags); in py_getrandom() 136 n = getrandom(dest, n, flags); in py_getrandom()
|
/external/expat/ |
D | configure.ac | 161 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.])
|
D | ConfigureChecks.cmake | 24 check_symbol_exists("getrandom" "sys/random.h" HAVE_GETRANDOM)
|
/external/wpa_supplicant_8/src/crypto/ |
D | random.c | 248 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/ |
D | cras-seccomp-amd64.policy | 18 getrandom: 1
|
D | cras-seccomp-arm.policy | 22 getrandom: 1
|
D | cras-seccomp-arm64.policy | 18 getrandom: 1
|
/external/expat/patches/ |
D | config.diff | 25 /* Define to 1 if you have the `getrandom' function. */
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.2rc2.rst | 24 os-specific entropy sources like getrandom) doesn't impact Python, since
|
D | 3.6.0b2.rst | 170 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/ |
D | portability.c | 38 if (buflen == getrandom(buf, buflen, flags&~WARN_ONLY)) return 1; in xgetrandom()
|
/external/toybox/scripts/ |
D | genconfig.sh | 111 int main(void) { char buf[100]; getrandom(buf, 100, 0); }
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 259 getrandom 278
|
D | ia64.in | 299 getrandom 1339
|
D | sparc64.in | 313 getrandom 347
|
D | x86_64.in | 308 getrandom 318
|
D | i386.in | 341 getrandom 355
|
D | s390.in | 332 getrandom 349
|
D | powerpc.in | 348 getrandom 359
|
D | s390x.in | 332 getrandom 349
|
12345