Searched refs:getentropy (Results 1 – 25 of 52) sorted by relevance
123
/glibc-2.36/stdlib/ |
D | tst-getrandom.c | 159 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()
|
D | getentropy.c | 25 getentropy (void *buffer, size_t length) in getentropy() function 31 stub_warning (getentropy)
|
D | Versions | 120 getrandom; getentropy;
|
D | Makefile | 78 getentropy \
|
/glibc-2.36/stdlib/sys/ |
D | random.h | 40 int getentropy (void *__buffer, size_t __length) __wur
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | getentropy.c | 27 getentropy (void *buffer, size_t length) in getentropy() function
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | getentropy.c | 28 getentropy (void *buffer, size_t length) in getentropy() function
|
/glibc-2.36/manual/examples/ |
D | genpass.c | 34 if (getentropy (ubytes, sizeof ubytes)) in main()
|
/glibc-2.36/manual/ |
D | crypt.texi | 186 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/ |
D | unistd.h | 1198 int getentropy (void *__buffer, size_t __length) __wur
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 898 GLIBC_2.35 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 910 GLIBC_2.36 getentropy F
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 2194 * 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/ |
D | libc.abilist | 937 GLIBC_2.33 getentropy F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 2019 GLIBC_2.25 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 940 GLIBC_2.32 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 975 GLIBC_2.27 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 2296 GLIBC_2.25 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 2306 GLIBC_2.25 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 979 GLIBC_2.29 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 2010 GLIBC_2.25 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 2024 GLIBC_2.25 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 2383 GLIBC_2.25 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 2016 GLIBC_2.25 getentropy F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 91 GLIBC_2.25 getentropy F
|
123