Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_ssl.c5085 PySSL_RAND(int len, int pseudo) in PySSL_RAND() function
5135 return PySSL_RAND(n, 0); in _ssl_RAND_bytes_impl()
5153 return PySSL_RAND(n, 1); in _ssl_RAND_pseudo_bytes_impl()