Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h102 extern int _PyOS_URandom(void *buffer, Py_ssize_t size);
/external/python/cpython3/Python/
Dbootstrap_hash.c531 _PyOS_URandom(void *buffer, Py_ssize_t size) in _PyOS_URandom() function
/external/python/cpython3/Modules/
Dposixmodule.c15104 result = _PyOS_URandom(PyBytes_AS_STRING(bytes), PyBytes_GET_SIZE(bytes)); in os_urandom_impl()
/external/python/cpython3/Doc/data/
Dpython3.13.abi2509 …<function-decl name='_PyOS_URandom' filepath='./Include/internal/pycore_pylifecycle.h' line='102' …