Home
last modified time | relevance | path

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

/external/python/cpython2/PC/VS7.1/
D_ssl.mak23 all: _ssl$(SUFFIX) _hashlib$(SUFFIX)
33 _hashlib$(SUFFIX): $(HASH_SOURCE) $(SSL_LIB_DIR)/libeay32.lib ../../PC/*.h ../../Include/*.h
34 @if not exist "$(TEMP)/_hashlib/." mkdir "$(TEMP)/_hashlib"
35 cl /nologo /c $(HASH_SOURCE) $(CFLAGS) $(EXTRA_CFLAGS) /Fo$(TEMP)\_hashlib\$*.obj $(INCLUDES)
37 /dll /out:_hashlib$(SUFFIX) $(HASH_LIBS) $(EXTRA_LIBS) $(TEMP)\_hashlib\$*.obj
/external/python/cpython2/Lib/
Dhashlib.py102 f = getattr(_hashlib, 'openssl_' + name)
124 return _hashlib.new(name, string)
134 import _hashlib
138 _hashlib.openssl_md_meth_names)
155 from _hashlib import pbkdf2_hmac
Drandom.py49 import hashlib as _hashlib namespace
156 n = int(_hashlib.new('sha512', s).hexdigest(), 16)
/external/python/cpython2/Lib/test/
Dtime_hashlib.py51 import _hashlib
53 print "testing speed of _hashlib.%s" % sys.argv[2], getattr(_hashlib, sys.argv[2])
55 import _hashlib
Dtest_hashlib.py72 _hashlib = self._conditional_import_module('_hashlib')
73 if _hashlib:
76 assert hasattr(_hashlib, 'openssl_md5')
77 assert hasattr(_hashlib, 'openssl_sha1')
79 constructor = getattr(_hashlib, 'openssl_'+algorithm, None)
/external/python/cpython2/PCbuild/
Dreadme.txt158 _hashlib
216 required by _ssl and _hashlib and may need to be manually updated when
218 functionality to _ssl or _hashlib. They will not clean up their output
Dpcbuild.sln48 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hashlib", "_hashlib.vcxproj", "{447F05A8-F581…
/external/python/cpython2/PC/VS8.0/
Dpcbuild.sln117 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hashlib", "_hashlib.vcproj", "{447F05A8-F581-…
/external/python/cpython2/PC/VS9.0/
Dpcbuild.sln117 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hashlib", "_hashlib.vcproj", "{447F05A8-F581-…
/external/python/cpython2/Misc/
DHISTORY157 - Bug #1535502, build _hashlib on Windows, and use masm assembler