HomeSort by relevance Sort by last modified time
    Searched refs:supported_hash_names (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hashlib.py 37 supported_hash_names = ( 'md5', 'MD5', 'sha1', 'SHA1', variable in class:HashLibTestCase
54 for algorithm in self.supported_hash_names:
107 tuple([_algo for _algo in self.supported_hash_names if
137 for name in self.supported_hash_names:
147 for name in self.supported_hash_names:
  /external/python/cpython2/Lib/test/
test_hashlib.py 39 supported_hash_names = ( 'md5', 'MD5', 'sha1', 'SHA1', variable in class:HashLibTestCase
56 for algorithm in self.supported_hash_names:
109 tuple([_algo for _algo in self.supported_hash_names if
114 set(_algo for _algo in self.supported_hash_names
145 for name in self.supported_hash_names:
155 for name in self.supported_hash_names:
  /external/python/cpython3/Lib/test/
test_hashlib.py 72 supported_hash_names = ( 'md5', 'MD5', 'sha1', 'SHA1', variable in class:HashLibTestCase
95 for algorithm in self.supported_hash_names:
186 set(_algo for _algo in self.supported_hash_names
251 if h.name in self.supported_hash_names:
252 self.assertIn(h.name, self.supported_hash_names)
254 self.assertNotIn(h.name, self.supported_hash_names)
    [all...]

Completed in 847 milliseconds