Home
last modified time | relevance | path

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

12345678910>>...77

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-getentropy.c26 SIGNATURE_CHECK (getentropy, int, (void *, size_t));
37 ASSERT (getentropy (buf, sizeof buf) == 0); in main()
48 ASSERT (getentropy (buf1, sizeof (buf1)) == 0); in main()
49 ASSERT (getentropy (buf2, sizeof (buf2)) == 0); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dgetentropy5 lib/getentropy.c
6 m4/getentropy.m4
16 AC_LIBOBJ([getentropy])
18 gl_UNISTD_MODULE_INDICATOR([getentropy])
H A Dgetentropy-tests2 tests/test-getentropy.c
11 TESTS += test-getentropy
12 check_PROGRAMS += test-getentropy
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dgetentropy.texi1 @node getentropy
2 @subsection @code{getentropy}
3 @findex getentropy
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getentropy.3.html,,man getentropy}.
18 Gnulib module: getentropy
/dports/www/nginx-full/njs-0.7.1/auto/
H A Dgetrandom55 njs_feature="getentropy()"
62 if (getentropy(buf, 4) == -1) {
76 njs_feature="getentropy() in sys/random.h"
84 if (getentropy(buf, 4) == -1) {
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/c++11/
H A Drandom.cc179 if (::getentropy(&val, sizeof(val)) != 0) in __libc_getentropy()
241 device_file = 1, prng = 2, rand_s = 4, getentropy = 8, arc4random = 16, enumerator
290 return getentropy; in which_source()
350 which = getentropy; in _M_init()
449 if (which & getentropy) in _M_init()
452 if (::getentropy(&i, sizeof(i)) == 0) // On linux the syscall can fail. in _M_init()
614 case getentropy: in _M_getentropy()
/dports/security/lua-bcrypt/lua-bcrypt-2.1-4/
H A DMakefile.mess36 SRCS += compat/getentropy/getentropy_linux.c
41 SRCS += compat/getentropy/getentropy_osx.c
45 SRCS += compat/getentropy/getentropy_freebsd.c
/dports/devel/R-cran-BH/BH/inst/include/boost/uuid/detail/
H A Drandom_provider_getentropy.ipp8 // getentropy() capable platforms
29 int res = getentropy(buf, siz);
33 BOOST_THROW_EXCEPTION(entropy_error(err, "getentropy"));
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/uuid/detail/
H A Drandom_provider_getentropy.ipp8 // getentropy() capable platforms
29 int res = getentropy(buf, siz);
33 BOOST_THROW_EXCEPTION(entropy_error(err, "getentropy"));
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/uuid/detail/
H A Drandom_provider_getentropy.ipp8 // getentropy() capable platforms
29 int res = getentropy(buf, siz);
33 BOOST_THROW_EXCEPTION(entropy_error(err, "getentropy"));
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/shims/posix/macos/
H A Ddlsym.rs11 getentropy, enumerator
19 "getentropy" => Some(Dlsym::getentropy), in from_str()
38 Dlsym::getentropy => { in call_dlsym()
/dports/devel/boost-libs/boost_1_72_0/boost/uuid/detail/
H A Drandom_provider_getentropy.ipp8 // getentropy() capable platforms
29 int res = getentropy(buf, siz);
33 BOOST_THROW_EXCEPTION(entropy_error(err, "getentropy"));
/dports/devel/boost-docs/boost_1_72_0/boost/uuid/detail/
H A Drandom_provider_getentropy.ipp8 // getentropy() capable platforms
29 int res = getentropy(buf, siz);
33 BOOST_THROW_EXCEPTION(entropy_error(err, "getentropy"));
/dports/devel/boost-python-libs/boost_1_72_0/boost/uuid/detail/
H A Drandom_provider_getentropy.ipp8 // getentropy() capable platforms
29 int res = getentropy(buf, siz);
33 BOOST_THROW_EXCEPTION(entropy_error(err, "getentropy"));
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/uuid/detail/
H A Drandom_provider_getentropy.ipp8 // getentropy() capable platforms
29 int res = getentropy(buf, siz);
33 BOOST_THROW_EXCEPTION(entropy_error(err, "getentropy"));
/dports/devel/hyperscan/boost_1_75_0/boost/uuid/detail/
H A Drandom_provider_getentropy.ipp8 // getentropy() capable platforms
29 int res = getentropy(buf, siz);
33 BOOST_THROW_EXCEPTION(entropy_error(err, "getentropy"));
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/posix/
H A Drandom.c24 static int getentropy(void* buf, size_t buflen) in getentropy() function
46 static int getentropy(void* buf, size_t buflen) in getentropy() function
82 if (getentropy(seed, 16) != 0){ in seed_csprng()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/posix/
H A Drandom.c24 static int getentropy(void* buf, size_t buflen) in getentropy() function
46 static int getentropy(void* buf, size_t buflen) in getentropy() function
82 if (getentropy(seed, 16) != 0){ in seed_csprng()
/dports/x11/aclip/arcan-0.6.1/src/platform/posix/
H A Drandom.c24 static int getentropy(void* buf, size_t buflen) in getentropy() function
46 static int getentropy(void* buf, size_t buflen) in getentropy() function
82 if (getentropy(seed, 16) != 0){ in seed_csprng()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/posix/
H A Drandom.c24 static int getentropy(void* buf, size_t buflen) in getentropy() function
46 static int getentropy(void* buf, size_t buflen) in getentropy() function
82 if (getentropy(seed, 16) != 0){ in seed_csprng()
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/crypto/
H A Dentropy.h30 #define getentropy(dst, len) usual_getentropy(dst, len) macro
35 int getentropy(void *dst, size_t len);
/dports/devel/hyperscan/boost_1_75_0/libs/uuid/test/
H A DJamfile.v2184 # CI builds in travis will eventually select getrandom/getentropy when they move
189 …OOST_UUID_RANDOM_PROVIDER_FORCE_POSIX # will force POSIX over getrandom/getentropy
196 …OOST_UUID_RANDOM_PROVIDER_FORCE_POSIX # will force POSIX over getrandom/getentropy
202 # Force running tests for getentropy despite it's not going to be used on Linux. getentropy
206 …<define>BOOST_UUID_RANDOM_PROVIDER_DISABLE_GETRANDOM # will force getentropy over getra…
208 … # build only on linux (or any other systems that support getentropy)
213 …<define>BOOST_UUID_RANDOM_PROVIDER_DISABLE_GETRANDOM # will force getentropy over getra…
216 … # build only on linux (or any other systems that support getentropy)
/dports/devel/boost-python-libs/boost_1_72_0/libs/uuid/test/
H A DJamfile.v2184 # CI builds in travis will eventually select getrandom/getentropy when they move
189 …OOST_UUID_RANDOM_PROVIDER_FORCE_POSIX # will force POSIX over getrandom/getentropy
196 …OOST_UUID_RANDOM_PROVIDER_FORCE_POSIX # will force POSIX over getrandom/getentropy
202 # Force running tests for getentropy despite it's not going to be used on Linux. getentropy
206 …<define>BOOST_UUID_RANDOM_PROVIDER_DISABLE_GETRANDOM # will force getentropy over getra…
208 … # build only on linux (or any other systems that support getentropy)
213 …<define>BOOST_UUID_RANDOM_PROVIDER_DISABLE_GETRANDOM # will force getentropy over getra…
216 … # build only on linux (or any other systems that support getentropy)
/dports/devel/boost-libs/boost_1_72_0/libs/uuid/test/
H A DJamfile.v2184 # CI builds in travis will eventually select getrandom/getentropy when they move
189 …OOST_UUID_RANDOM_PROVIDER_FORCE_POSIX # will force POSIX over getrandom/getentropy
196 …OOST_UUID_RANDOM_PROVIDER_FORCE_POSIX # will force POSIX over getrandom/getentropy
202 # Force running tests for getentropy despite it's not going to be used on Linux. getentropy
206 …<define>BOOST_UUID_RANDOM_PROVIDER_DISABLE_GETRANDOM # will force getentropy over getra…
208 … # build only on linux (or any other systems that support getentropy)
213 …<define>BOOST_UUID_RANDOM_PROVIDER_DISABLE_GETRANDOM # will force getentropy over getra…
216 … # build only on linux (or any other systems that support getentropy)
/dports/devel/boost-docs/boost_1_72_0/libs/uuid/test/
H A DJamfile.v2184 # CI builds in travis will eventually select getrandom/getentropy when they move
189 …OOST_UUID_RANDOM_PROVIDER_FORCE_POSIX # will force POSIX over getrandom/getentropy
196 …OOST_UUID_RANDOM_PROVIDER_FORCE_POSIX # will force POSIX over getrandom/getentropy
202 # Force running tests for getentropy despite it's not going to be used on Linux. getentropy
206 …<define>BOOST_UUID_RANDOM_PROVIDER_DISABLE_GETRANDOM # will force getentropy over getra…
208 … # build only on linux (or any other systems that support getentropy)
213 …<define>BOOST_UUID_RANDOM_PROVIDER_DISABLE_GETRANDOM # will force getentropy over getra…
216 … # build only on linux (or any other systems that support getentropy)

12345678910>>...77