Home
last modified time | relevance | path

Searched refs:os_getrandom_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h11884 os_getrandom_impl(PyObject *module, Py_ssize_t size, int flags);
11944 return_value = os_getrandom_impl(module, size, flags); in os_getrandom()
/external/python/cpython3/Modules/
Dposixmodule.c16557 os_getrandom_impl(PyObject *module, Py_ssize_t size, int flags) in os_getrandom_impl() function