Home
last modified time | relevance | path

Searched refs:HAVE_GETENTROPY (Results 1 – 5 of 5) 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/Lib/test/
Dtest_os.py573 HAVE_GETENTROPY = (sysconfig.get_config_var('HAVE_GETENTROPY') == 1) variable
575 @unittest.skipIf(HAVE_GETENTROPY,
/external/python/cpython2/
Dpyconfig.h.in314 #undef HAVE_GETENTROPY
/external/python/cpython3/
Dpyconfig.h.in427 #undef HAVE_GETENTROPY