Home
last modified time | relevance | path

Searched refs:_hashopenssl (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/
Dhmac.py8 import _hashlib as _hashopenssl namespace
10 _hashopenssl = None variable
14 _openssl_md_meths = frozenset(_hashopenssl.openssl_md_meth_names)
15 compare_digest = _hashopenssl.compare_digest
182 if (_hashopenssl is not None and
184 return _hashopenssl.hmac_digest(key, msg, digest)
/external/python/cpython3/android/linux_x86_64/
DSetup.local3 _hashlib _hashopenssl.c
/external/python/cpython3/android/darwin_x86_64/
DSetup.local4 _hashlib _hashopenssl.c
/external/python/cpython2/Misc/NEWS.d/
D2.6rc2.rst17 Possible integer overflows in the _hashopenssl module were closed.
/external/python/cpython2/PC/VS7.1/
D_ssl.mak21 HASH_SOURCE=../../Modules/_hashopenssl.c
/external/python/cpython3/android/
DSetup.local53 #_hashlib _hashopenssl.c
/external/python/cpython3/
DAndroid-darwin_x86_64.bp22 "Modules/_hashopenssl.c",
DAndroid-linux_x86_64.bp37 "Modules/_hashopenssl.c",
/external/python/cpython3/Tools/c-analyzer/
DTODO973 Modules/clinic/_hashopenssl.c.h:EVP_new():_parser static _PyArg_Parser _parser
974 Modules/clinic/_hashopenssl.c.h:_hashlib_hmac_digest():_parser static _PyArg_Parser _parser
975 Modules/clinic/_hashopenssl.c.h:_hashlib_scrypt():_parser static _PyArg_Parser _parser
976 Modules/clinic/_hashopenssl.c.h:pbkdf2_hmac():_parser static _PyArg_Parser _parser
Dknown.tsv689 Modules/clinic/_hashopenssl.c.h EVP_new _parser variable static _PyArg_Parser _parser
690 Modules/clinic/_hashopenssl.c.h pbkdf2_hmac _parser variable static _PyArg_Parser _parser
691 Modules/clinic/_hashopenssl.c.h _hashlib_scrypt _parser variable static _PyArg_Parser _parser
692 Modules/clinic/_hashopenssl.c.h _hashlib_hmac_digest _parser variable static _PyArg_Parser _parser
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a3.rst425 Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in
D3.6.3rc1.rst387 Fix a segmentation fault in _hashopenssl when standard hash functions such
D3.7.0a1.rst2242 Fix a segmentation fault in _hashopenssl when standard hash functions such
/external/python/cpython3/Misc/
DHISTORY3485 _hashopenssl.c
5860 code was moved from _hashopenssl.c to hashlib.h.