Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/powerpc/kernel/vdso/
DMakefile11 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/
DMakefile7 c-getrandom-$(CONFIG_VDSO_GETRANDOM) := $(addprefix $(GENERIC_VDSO_DIR), getrandom.c)
DKconfig45 Selected by architectures that support vDSO getrandom().
/linux-6.12.1/arch/arm64/kernel/vdso/
DMakefile55 ifneq ($(c-getrandom-y),)
56 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
/linux-6.12.1/arch/loongarch/vdso/
DMakefile33 ifneq ($(c-getrandom-y),)
34 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
/linux-6.12.1/arch/s390/kernel/vdso64/
DMakefile13 ifneq ($(c-getrandom-y),)
14 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
/linux-6.12.1/arch/x86/entry/vdso/
Dvdso.lds.S33 getrandom;
Dvgetrandom.c14 ssize_t getrandom(void *, size_t, unsigned int, void *, size_t)
/linux-6.12.1/arch/um/os-Linux/
Dutil.c102 return getrandom(buf, len, flags); in os_getrandom()
/linux-6.12.1/tools/testing/selftests/vDSO/
Dvdso_test_chacha.c94 if (getrandom(key, sizeof(key), 0) != sizeof(key)) in main()
Dvdso_test_getrandom.c160 ssize_t ret = getrandom(&val, sizeof(val), 0); in test_libc_getrandom()
/linux-6.12.1/tools/testing/selftests/wireguard/qemu/
Dinit.c63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
/linux-6.12.1/tools/testing/selftests/mm/
Duffd-stress.c105 if (getrandom(&page_nr, sizeof(page_nr), 0) != sizeof(page_nr)) in locking_thread()
/linux-6.12.1/tools/testing/selftests/net/mptcp/
Dmptcp_inq.c525 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl324 313 n64 getrandom sys_getrandom
/linux-6.12.1/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl324 313 n64 getrandom sys_getrandom
Dsyscall_n32.tbl328 317 n32 getrandom sys_getrandom
/linux-6.12.1/arch/x86/entry/syscalls/
Dsyscall_64.tbl330 318 common getrandom sys_getrandom
/linux-6.12.1/arch/arm64/tools/
Dsyscall_64.tbl328 278 common getrandom sys_getrandom
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl330 318 common getrandom sys_getrandom
/linux-6.12.1/scripts/
Dsyscall.tbl328 278 common getrandom sys_getrandom
/linux-6.12.1/arch/xtensa/kernel/syscalls/
Dsyscall.tbl361 338 common getrandom sys_getrandom
/linux-6.12.1/arch/parisc/kernel/syscalls/
Dsyscall.tbl385 339 common getrandom sys_getrandom
/linux-6.12.1/arch/microblaze/kernel/syscalls/
Dsyscall.tbl395 385 common getrandom sys_getrandom
/linux-6.12.1/arch/m68k/kernel/syscalls/
Dsyscall.tbl362 352 common getrandom sys_getrandom

12