Searched refs:getrandom (Results 1 – 25 of 40) sorted by relevance
12
/linux-6.12.1/arch/powerpc/kernel/vdso/ |
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-6.12.1/lib/vdso/ |
D | Makefile | 7 c-getrandom-$(CONFIG_VDSO_GETRANDOM) := $(addprefix $(GENERIC_VDSO_DIR), getrandom.c)
|
D | Kconfig | 45 Selected by architectures that support vDSO getrandom().
|
/linux-6.12.1/arch/arm64/kernel/vdso/ |
D | Makefile | 55 ifneq ($(c-getrandom-y),) 56 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
|
/linux-6.12.1/arch/loongarch/vdso/ |
D | Makefile | 33 ifneq ($(c-getrandom-y),) 34 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
|
/linux-6.12.1/arch/s390/kernel/vdso64/ |
D | Makefile | 13 ifneq ($(c-getrandom-y),) 14 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
|
/linux-6.12.1/arch/x86/entry/vdso/ |
D | vdso.lds.S | 33 getrandom;
|
D | vgetrandom.c | 14 ssize_t getrandom(void *, size_t, unsigned int, void *, size_t)
|
/linux-6.12.1/arch/um/os-Linux/ |
D | util.c | 102 return getrandom(buf, len, flags); in os_getrandom()
|
/linux-6.12.1/tools/testing/selftests/vDSO/ |
D | vdso_test_chacha.c | 94 if (getrandom(key, sizeof(key), 0) != sizeof(key)) in main()
|
D | vdso_test_getrandom.c | 160 ssize_t ret = getrandom(&val, sizeof(val), 0); in test_libc_getrandom()
|
/linux-6.12.1/tools/testing/selftests/wireguard/qemu/ |
D | init.c | 63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | uffd-stress.c | 105 if (getrandom(&page_nr, sizeof(page_nr), 0) != sizeof(page_nr)) in locking_thread()
|
/linux-6.12.1/tools/testing/selftests/net/mptcp/ |
D | mptcp_inq.c | 525 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
|
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 324 313 n64 getrandom sys_getrandom
|
/linux-6.12.1/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 324 313 n64 getrandom sys_getrandom
|
D | syscall_n32.tbl | 328 317 n32 getrandom sys_getrandom
|
/linux-6.12.1/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 330 318 common getrandom sys_getrandom
|
/linux-6.12.1/arch/arm64/tools/ |
D | syscall_64.tbl | 328 278 common getrandom sys_getrandom
|
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 330 318 common getrandom sys_getrandom
|
/linux-6.12.1/scripts/ |
D | syscall.tbl | 328 278 common getrandom sys_getrandom
|
/linux-6.12.1/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 361 338 common getrandom sys_getrandom
|
/linux-6.12.1/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 385 339 common getrandom sys_getrandom
|
/linux-6.12.1/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 395 385 common getrandom sys_getrandom
|
/linux-6.12.1/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 362 352 common getrandom sys_getrandom
|
12