Home
last modified time | relevance | path

Searched refs:_sha (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/Common/
DSha256Reg.cpp15 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/
Dhashlib.py75 import _sha
76 return _sha.new
/external/python/cpython2/Lib/test/
Dtest_hashlib.py86 _sha = self._conditional_import_module('_sha')
87 if _sha:
88 self.constructors_to_test['sha1'].add(_sha.new)
/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py46 self._sha = None # Is not set on construction.
71 return self._sha
89 self._sha = sha
/external/python/httplib2/python2/httplib2/
D__init__.py45 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/
Drust_watch.py97 _sha, tag = line.split(None, 1)
/external/python/httplib2/python3/httplib2/
D__init__.py32 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/
DSetup.dist248 # 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/
DSetup242 # 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/
DAndroid.bp363 "py2-c-module-_sha",
648 name: "py2-c-module-_sha",