Home
last modified time | relevance | path

Searched refs:HAVE_GETENTROPY (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Python/
Drandom.c6 #if defined(HAVE_SYS_RANDOM_H) && (defined(HAVE_GETRANDOM) || defined(HAVE_GETENTROPY))
108 #elif defined(HAVE_GETENTROPY) && !defined(sun) && !defined(linux)
/external/python/cpython3/Python/
Dbootstrap_hash.c16 # if defined(HAVE_SYS_RANDOM_H) && (defined(HAVE_GETRANDOM) || defined(HAVE_GETENTROPY))
207 #elif defined(HAVE_GETENTROPY)
/external/python/cpython2/linux_arm64/pyconfig/
Dpyconfig.h315 #define HAVE_GETENTROPY 1 macro
/external/python/cpython3/android/darwin/pyconfig/
Dpyconfig.h454 #define HAVE_GETENTROPY 1 macro
/external/python/cpython3/android/linux_arm64/pyconfig/
Dpyconfig.h446 #define HAVE_GETENTROPY 1 macro
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c163 #ifdef HAVE_GETENTROPY in get_random_bytes()
/external/python/cpython2/Lib/test/
Dtest_os.py573 HAVE_GETENTROPY = (sysconfig.get_config_var('HAVE_GETENTROPY') == 1) variable
575 @unittest.skipIf(HAVE_GETENTROPY,
/external/e2fsprogs/lib/
Dconfig.h.in134 #undef HAVE_GETENTROPY
/external/python/cpython2/
Dpyconfig.h.in314 #undef HAVE_GETENTROPY
/external/python/cpython3/
Dpyconfig.h.in445 #undef HAVE_GETENTROPY