| /linux/arch/powerpc/kernel/vdso/ |
| H A D | Makefile | 11 obj-vdso32 += getrandom-32.o vgetrandom-chacha-32.o 12 obj-vdso64 += getrandom-64.o vgetrandom-chacha-64.o 23 ifneq ($(c-getrandom-y),) 24 CFLAGS_vgetrandom-32.o += -include $(c-getrandom-y) 25 CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y)
|
| /linux/arch/arm64/kernel/vdso/ |
| H A D | Makefile | 56 ifneq ($(c-getrandom-y),) 57 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
|
| /linux/arch/loongarch/vdso/ |
| H A D | Makefile | 38 ifneq ($(c-getrandom-y),) 39 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
|
| /linux/arch/s390/kernel/vdso/ |
| H A D | Makefile | 13 ifneq ($(c-getrandom-y),) 14 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
|
| /linux/lib/vdso/ |
| H A D | Kconfig | 25 Selected by architectures that support vDSO getrandom().
|
| /linux/arch/um/os-Linux/ |
| H A D | util.c | 101 return getrandom(buf, len, flags); in os_getrandom()
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_chacha.c | 95 if (getrandom(key, sizeof(key), 0) != sizeof(key)) in main()
|
| H A D | vdso_test_getrandom.c | 160 ssize_t ret = getrandom(&val, sizeof(val), 0); in test_libc_getrandom()
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-stress.c | 116 if (getrandom(&page_nr, sizeof(page_nr), 0) != sizeof(page_nr)) in locking_thread()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_inq.c | 536 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
|
| H A D | mptcp_connect.c | 1236 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 324 313 n64 getrandom sys_getrandom
|
| /linux/scripts/ |
| H A D | syscall.tbl | 328 278 common getrandom sys_getrandom
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 328 278 common getrandom sys_getrandom
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 383 373 common getrandom sys_getrandom
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 361 338 common getrandom sys_getrandom
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 330 318 common getrandom sys_getrandom
|
| H A D | syscall_32.tbl | 370 355 i386 getrandom sys_getrandom
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 402 384 common getrandom sys_getrandom
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 419 347 common getrandom sys_getrandom
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 359 349 common getrandom sys_getrandom sys_getrandom
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 814 ret = getrandom(&rng, sizeof(rng), GRND_NONBLOCK); in test_getrandom() 1412 CASE_TEST(getrandom); EXPECT_SYSZR(1, test_getrandom()); break; in run_syscall()
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 463 359 common getrandom sys_getrandom
|
| /linux/drivers/char/ |
| H A D | random.c | 1384 SYSCALL_DEFINE3(getrandom, char __user *, ubuf, size_t, len, unsigned int, flags) in SYSCALL_DEFINE3() argument
|