Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpylifecycle.h56 PyAPI_FUNC(int) _PyOS_URandom(void *buffer, Py_ssize_t size);
/third_party/python/Python/
Dbootstrap_hash.c552 _PyOS_URandom(void *buffer, Py_ssize_t size) in _PyOS_URandom() function
/third_party/python/Modules/
Dposixmodule.c13004 result = _PyOS_URandom(PyBytes_AS_STRING(bytes), PyBytes_GET_SIZE(bytes)); in os_urandom_impl()