HomeSort by relevance Sort by last modified time
    Searched refs:_PyOS_URandom (Results 1 - 13 of 13) sorted by null

  /external/python/cpython3/Include/
pylifecycle.h 122 PyAPI_FUNC(int) _PyOS_URandom(void *buffer, Py_ssize_t size);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythonrun.h 177 PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
random.c 350 _PyOS_URandom(void *buffer, Py_ssize_t size)
  /external/python/cpython2/Include/
pythonrun.h 177 PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size);
  /external/python/cpython2/Python/
random.c 331 _PyOS_URandom(void *buffer, Py_ssize_t size)
  /external/python/cpython3/Python/
random.c 517 _PyOS_URandom(void *buffer, Py_ssize_t size)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythonrun.h 176 PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size);
  /prebuilts/gdb/linux-x86/include/python2.7/
pythonrun.h 176 PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 176 PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 176 PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size);
  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 444 * _PyOS_URandom() are treated as unsigned long to ensure that the filename
448 _PyOS_URandom((char *)&suffix, sizeof(suffix));
  /external/python/cpython2/Modules/
posixmodule.c     [all...]