Searched refs:_sha (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/Common/ |
D | Sha256Reg.cpp | 15 CSha256 _sha; member in CSha256Hasher 19 CSha256Hasher() { Sha256_Init(&_sha); } in CSha256Hasher() 27 Sha256_Init(&_sha); in STDMETHODIMP_() 32 Sha256_Update(&_sha, (const Byte *)data, size); in STDMETHODIMP_() 37 Sha256_Final(&_sha, digest); in STDMETHODIMP_()
|
/external/python/cpython2/Lib/ |
D | hashlib.py | 75 import _sha 76 return _sha.new
|
/external/python/cpython2/Lib/test/ |
D | test_hashlib.py | 86 _sha = self._conditional_import_module('_sha') 87 if _sha: 88 self.constructors_to_test['sha1'].add(_sha.new)
|
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 46 self._sha = None # Is not set on construction. 71 return self._sha 89 self._sha = sha
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 45 from hashlib import sha1 as _sha, md5 as _md5 unknown 51 _sha = sha.new variable 599 _sha("%s%s%s" % (cnonce, iso_now, password)).digest() 793 self.hashmod = _sha 797 self.pwhashmod = _sha
|
/external/toolchain-utils/rust_tools/ |
D | rust_watch.py | 97 _sha, tag = line.split(None, 1)
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 32 from hashlib import sha1 as _sha unknown 553 _sha(("%s%s%s" % (cnonce, iso_now, password)).encode("utf-8")).digest() 768 self.hashmod = _sha 772 self.pwhashmod = _sha
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 248 # Note that the _md5 and _sha modules are normally only built if the 258 # The _sha module implements the SHA checksum algorithms. 260 #_sha shamodule.c
|
/external/python/cpython3/Modules/ |
D | Setup | 242 # Note that the _md5 and _sha modules are normally only built if the 251 # The _sha module implements the SHA checksum algorithms.
|
/external/python/cpython2/ |
D | Android.bp | 363 "py2-c-module-_sha", 648 name: "py2-c-module-_sha",
|