Searched refs:getrandom (Results 1 – 21 of 21) sorted by relevance
| /tools/include/nolibc/sys/ |
| A D | random.h | 29 ssize_t getrandom(void *buf, size_t buflen, unsigned int flags) in getrandom() function
|
| /tools/testing/selftests/vDSO/ |
| A D | vdso_test_chacha.c | 95 if (getrandom(key, sizeof(key), 0) != sizeof(key)) in main()
|
| A D | vdso_test_getrandom.c | 160 ssize_t ret = getrandom(&val, sizeof(val), 0); in test_libc_getrandom()
|
| /tools/testing/selftests/wireguard/qemu/ |
| A D | init.c | 63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
|
| /tools/testing/selftests/mm/ |
| A D | uffd-stress.c | 106 if (getrandom(&page_nr, sizeof(page_nr), 0) != sizeof(page_nr)) in locking_thread()
|
| /tools/testing/selftests/net/mptcp/ |
| A D | mptcp_inq.c | 533 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
|
| A D | mptcp_connect.c | 1146 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
|
| /tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 324 313 n64 getrandom sys_getrandom
|
| /tools/scripts/ |
| A D | syscall.tbl | 328 278 common getrandom sys_getrandom
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 385 339 common getrandom sys_getrandom
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 383 373 common getrandom sys_getrandom
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 330 318 common getrandom sys_getrandom
|
| A D | syscall_32.tbl | 370 355 i386 getrandom sys_getrandom
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 361 338 common getrandom sys_getrandom
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 442 511 common getrandom sys_getrandom
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 402 384 common getrandom sys_getrandom
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 399 384 common getrandom sys_getrandom
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 419 347 common getrandom sys_getrandom
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 463 359 common getrandom sys_getrandom
|
| /tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 359 349 common getrandom sys_getrandom sys_getrandom
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 813 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