Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_os.py549 def get_urandom_subprocess(self, count): member in URandomTests
568 data1 = self.get_urandom_subprocess(16)
569 data2 = self.get_urandom_subprocess(16)
/external/python/cpython3/Lib/test/
Dtest_os.py1634 def get_urandom_subprocess(self, count): member in URandomTests
1646 data1 = self.get_urandom_subprocess(16)
1647 data2 = self.get_urandom_subprocess(16)