/linux/lib/vdso/ |
H A D | Makefile | 7 c-getrandom-$(CONFIG_VDSO_GETRANDOM) := $(addprefix $(GENERIC_VDSO_DIR), getrandom.c)
|
H A D | Kconfig | 45 Selected by architectures that support vDSO getrandom().
|
/linux/arch/arm64/kernel/vdso/ |
H A D | Makefile | 55 ifneq ($(c-getrandom-y),) 56 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
|
/linux/arch/loongarch/vdso/ |
H A D | Makefile | 33 ifneq ($(c-getrandom-y),) 34 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
|
/linux/arch/s390/kernel/vdso64/ |
H A D | Makefile | 13 ifneq ($(c-getrandom-y),) 14 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
|
/linux/arch/x86/entry/vdso/ |
H A D | vdso.lds.S | 33 getrandom;
|
H A D | vgetrandom.c | 14 ssize_t getrandom(void *, size_t, unsigned int, void *, size_t)
|
/linux/arch/um/os-Linux/ |
H A D | util.c | 102 return getrandom(buf, len, flags); in os_getrandom()
|
/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_chacha.c | 94 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 | 105 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 | 525 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/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 324 313 n64 getrandom sys_getrandom
|
/linux/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/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 361 338 common getrandom sys_getrandom
|
/linux/scripts/ |
H A D | syscall.tbl | 328 278 common getrandom sys_getrandom
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 330 318 common getrandom sys_getrandom
|
/linux/arch/m68k/kernel/syscalls/ |
H A D | syscall.tbl | 362 352 common getrandom sys_getrandom
|
/linux/arch/microblaze/kernel/syscalls/ |
H A D | syscall.tbl | 395 385 common getrandom sys_getrandom
|
/linux/arch/arm/tools/ |
H A D | syscall.tbl | 402 384 common getrandom sys_getrandom
|
/linux/arch/arm64/tools/ |
H A D | syscall_32.tbl | 399 384 common getrandom sys_getrandom
|
/linux/arch/alpha/kernel/syscalls/ |
H A D | syscall.tbl | 442 511 common getrandom sys_getrandom
|