Searched refs:_sha512 (Results 1 – 8 of 8) sorted by relevance
88 import _sha51291 return _sha512.sha51293 return _sha512.sha384
90 import _sha51291 cache['SHA384'] = cache['sha384'] = _sha512.sha38492 cache['SHA512'] = cache['sha512'] = _sha512.sha512
46 from hashlib import sha512 as _sha512 unknown123 a += _sha512(a).digest()
93 _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)
141 _sha512 = self._conditional_import_module('_sha512')142 if _sha512:
317 "py2-c-module-_sha512",616 name: "py2-c-module-_sha512",
252 #_sha512 sha512module.c
262 #_sha512 sha512module.c