Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_ssl.c5107 PySSL_RAND(PyObject *module, int len, int pseudo) in PySSL_RAND() function
5157 return PySSL_RAND(module, n, 0); in _ssl_RAND_bytes_impl()
5176 return PySSL_RAND(module, n, 1); in _ssl_RAND_pseudo_bytes_impl()