Home
last modified time | relevance | path

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

/tools/include/nolibc/sys/
A Drandom.h29 ssize_t getrandom(void *buf, size_t buflen, unsigned int flags) in getrandom() function
/tools/testing/selftests/vDSO/
A Dvdso_test_chacha.c95 if (getrandom(key, sizeof(key), 0) != sizeof(key)) in main()
A Dvdso_test_getrandom.c160 ssize_t ret = getrandom(&val, sizeof(val), 0); in test_libc_getrandom()
/tools/testing/selftests/wireguard/qemu/
A Dinit.c63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
/tools/testing/selftests/mm/
A Duffd-stress.c106 if (getrandom(&page_nr, sizeof(page_nr), 0) != sizeof(page_nr)) in locking_thread()
/tools/testing/selftests/net/mptcp/
A Dmptcp_inq.c533 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
A Dmptcp_connect.c1146 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl324 313 n64 getrandom sys_getrandom
/tools/scripts/
A Dsyscall.tbl328 278 common getrandom sys_getrandom
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl385 339 common getrandom sys_getrandom
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl383 373 common getrandom sys_getrandom
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl330 318 common getrandom sys_getrandom
A Dsyscall_32.tbl370 355 i386 getrandom sys_getrandom
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl361 338 common getrandom sys_getrandom
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl442 511 common getrandom sys_getrandom
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl402 384 common getrandom sys_getrandom
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl399 384 common getrandom sys_getrandom
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl419 347 common getrandom sys_getrandom
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl463 359 common getrandom sys_getrandom
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl359 349 common getrandom sys_getrandom sys_getrandom
/tools/testing/selftests/nolibc/
A Dnolibc-test.c813 ret = getrandom(&rng, sizeof(rng), GRND_NONBLOCK); in test_getrandom()
1351 CASE_TEST(getrandom); EXPECT_SYSZR(1, test_getrandom()); break; in run_syscall()

Completed in 28 milliseconds