Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h177 PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size);
/external/python/cpython2/Python/
Drandom.c331 _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.c8743 ret = _PyOS_URandom(PyBytes_AS_STRING(result), in posix_urandom()