Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/kernel/vdso/
H A 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/arch/riscv/kernel/vdso/
H A DMakefile17 vdso-syms += getrandom
35 ifneq ($(c-getrandom-y),)
36 CFLAGS_getrandom.o += -fPIC -include $(c-getrandom-y)
/linux/arch/arm64/kernel/vdso/
H A DMakefile56 ifneq ($(c-getrandom-y),)
57 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
/linux/arch/loongarch/vdso/
H A DMakefile38 ifneq ($(c-getrandom-y),)
39 CFLAGS_vgetrandom.o += -include $(c-getrandom-y)
/linux/arch/x86/entry/vdso/
H A Dvdso.lds.S33 getrandom;
H A Dvgetrandom.c14 ssize_t getrandom(void *, size_t, unsigned int, void *, size_t)
/linux/lib/vdso/
H A DKconfig25 Selected by architectures that support vDSO getrandom().
/linux/arch/um/os-Linux/
H A Dutil.c101 return getrandom(buf, len, flags); in os_getrandom()
/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_chacha.c95 if (getrandom(key, sizeof(key), 0) != sizeof(key)) in main()
H A Dvdso_test_getrandom.c160 ssize_t ret = getrandom(&val, sizeof(val), 0); in test_libc_getrandom()
/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c535 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
536 perror("getrandom"); in init_rng()
/linux/tools/testing/selftests/mm/
H A Duffd-stress.c116 if (getrandom(&page_nr, sizeof(page_nr), 0) != sizeof(page_nr)) in locking_thread()
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl324 313 n64 getrandom sys_getrandom
H A Dsyscall_n32.tbl328 317 n32 getrandom sys_getrandom
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl324 313 n64 getrandom sys_getrandom
/linux/scripts/
H A Dsyscall.tbl328 278 common getrandom sys_getrandom
/linux/tools/scripts/
H A Dsyscall.tbl328 278 common getrandom sys_getrandom
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl383 373 common getrandom sys_getrandom
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl361 338 common getrandom sys_getrandom
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl362 352 common getrandom sys_getrandom
/linux/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl385 339 common getrandom sys_getrandom
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl330 318 common getrandom sys_getrandom
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl361 338 common getrandom sys_getrandom
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl330 318 common getrandom sys_getrandom

12