OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PyOS_URandomNonblock
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython3/Include/
pylifecycle.h
223
PyAPI_FUNC(int)
_PyOS_URandomNonblock
(void *buffer, Py_ssize_t size);
/external/python/cpython3/Python/
bootstrap_hash.c
545
_PyOS_URandomNonblock
(void *buffer, Py_ssize_t size)
/external/python/cpython3/Modules/
_randommodule.c
208
if (
_PyOS_URandomNonblock
(key, sizeof(key)) < 0) {
Completed in 66 milliseconds