Home
last modified time | relevance | path

Searched refs:_PyOS_URandom (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpylifecycle.h60 PyAPI_FUNC(int) _PyOS_URandom(void *buffer, Py_ssize_t size);
/external/python/cpython2/Include/
Dpythonrun.h176 PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size);
/external/python/cpython2/Python/
Drandom.c338 _PyOS_URandom(void *buffer, Py_ssize_t size) in _PyOS_URandom() function
/external/python/cpython3/Python/
Dbootstrap_hash.c552 _PyOS_URandom(void *buffer, Py_ssize_t size) in _PyOS_URandom() function
/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c448 _PyOS_URandom((char *)&suffix, sizeof(suffix)); in semlock_new()
/external/python/cpython2/Modules/
Dposixmodule.c8777 ret = _PyOS_URandom(PyBytes_AS_STRING(result), in posix_urandom()
/external/python/cpython3/Modules/
Dposixmodule.c12824 result = _PyOS_URandom(PyBytes_AS_STRING(bytes), PyBytes_GET_SIZE(bytes)); in os_urandom_impl()