Home
last modified time | relevance | path

Searched refs:getentropy (Results 1 – 25 of 52) sorted by relevance

123

/glibc-2.36/stdlib/
Dtst-getrandom.c159 if (getentropy (buf, 0) != 0) in test_getentropy()
173 if (getentropy (buf, sizeof (buf)) != 0) in test_getentropy()
183 if (getentropy (buf2, sizeof (buf)) != 0) in test_getentropy()
208 if (getentropy (buf3, sizeof (buf3)) == 0) in test_getentropy()
Dgetentropy.c25 getentropy (void *buffer, size_t length) in getentropy() function
31 stub_warning (getentropy)
DVersions120 getrandom; getentropy;
DMakefile78 getentropy \
/glibc-2.36/stdlib/sys/
Drandom.h40 int getentropy (void *__buffer, size_t __length) __wur
/glibc-2.36/sysdeps/mach/hurd/
Dgetentropy.c27 getentropy (void *buffer, size_t length) in getentropy() function
/glibc-2.36/sysdeps/unix/sysv/linux/
Dgetentropy.c28 getentropy (void *buffer, size_t length) in getentropy() function
/glibc-2.36/manual/examples/
Dgenpass.c34 if (getentropy (ubytes, sizeof ubytes)) in main()
/glibc-2.36/manual/
Dcrypt.texi186 passphrase is entered. It uses @code{getentropy} to make the salt as
242 Most applications should use @code{getentropy}. The @code{getrandom}
246 @deftypefun int getentropy (void *@var{buffer}, size_t @var{length})
271 A call to @code{getentropy} can only block when the system has just
279 The @code{getentropy} function is declared in the header file
309 Unlike @code{getentropy}, the @code{getrandom} function is a
/glibc-2.36/posix/
Dunistd.h1198 int getentropy (void *__buffer, size_t __length) __wur
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist898 GLIBC_2.35 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist910 GLIBC_2.36 getentropy F
/glibc-2.36/ChangeLog.old/
DChangeLog.202194 * sysdeps/mach/hurd/getentropy.c: Modified.
2195 (getentropy): Modified function.
2291 hurd: add getrandom and getentropy implementations
2293 * sysdeps/mach/hurd/getentropy.c: New file.
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist937 GLIBC_2.33 getentropy F
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibc.abilist2019 GLIBC_2.25 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc.abilist940 GLIBC_2.32 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/
Dlibc.abilist975 GLIBC_2.27 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dlibc.abilist2296 GLIBC_2.25 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/
Dlibc.abilist2306 GLIBC_2.25 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dlibc.abilist979 GLIBC_2.29 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/
Dlibc.abilist2010 GLIBC_2.25 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/
Dlibc.abilist2024 GLIBC_2.25 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/
Dlibc.abilist2383 GLIBC_2.25 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/
Dlibc.abilist2016 GLIBC_2.25 getentropy F
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/
Dlibc.abilist91 GLIBC_2.25 getentropy F

123