Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dhashlib.py88 import _sha512
91 return _sha512.sha512
93 return _sha512.sha384
/external/python/cpython3/Lib/
Dhashlib.py90 import _sha512
91 cache['SHA384'] = cache['sha384'] = _sha512.sha384
92 cache['SHA512'] = cache['sha512'] = _sha512.sha512
Drandom.py46 from hashlib import sha512 as _sha512 unknown
123 a += _sha512(a).digest()
/external/python/cpython2/Lib/test/
Dtest_hashlib.py93 _sha512 = self._conditional_import_module('_sha512')
94 if _sha512:
95 self.constructors_to_test['sha384'].add(_sha512.sha384)
96 self.constructors_to_test['sha512'].add(_sha512.sha512)
/external/python/cpython3/Lib/test/
Dtest_hashlib.py141 _sha512 = self._conditional_import_module('_sha512')
142 if _sha512:
/external/python/cpython2/
DAndroid.bp317 "py2-c-module-_sha512",
616 name: "py2-c-module-_sha512",
/external/python/cpython3/Modules/
DSetup.dist252 #_sha512 sha512module.c
/external/python/cpython2/Modules/
DSetup.dist262 #_sha512 sha512module.c