Searched refs:_hashopenssl (Results 1 – 14 of 14) sorted by relevance
8 import _hashlib as _hashopenssl namespace10 _hashopenssl = None variable14 _openssl_md_meths = frozenset(_hashopenssl.openssl_md_meth_names)15 compare_digest = _hashopenssl.compare_digest182 if (_hashopenssl is not None and184 return _hashopenssl.hmac_digest(key, msg, digest)
3 _hashlib _hashopenssl.c
4 _hashlib _hashopenssl.c
17 Possible integer overflows in the _hashopenssl module were closed.
21 HASH_SOURCE=../../Modules/_hashopenssl.c
53 #_hashlib _hashopenssl.c
22 "Modules/_hashopenssl.c",
37 "Modules/_hashopenssl.c",
973 Modules/clinic/_hashopenssl.c.h:EVP_new():_parser static _PyArg_Parser _parser974 Modules/clinic/_hashopenssl.c.h:_hashlib_hmac_digest():_parser static _PyArg_Parser _parser975 Modules/clinic/_hashopenssl.c.h:_hashlib_scrypt():_parser static _PyArg_Parser _parser976 Modules/clinic/_hashopenssl.c.h:pbkdf2_hmac():_parser static _PyArg_Parser _parser
689 Modules/clinic/_hashopenssl.c.h EVP_new _parser variable static _PyArg_Parser _parser690 Modules/clinic/_hashopenssl.c.h pbkdf2_hmac _parser variable static _PyArg_Parser _parser691 Modules/clinic/_hashopenssl.c.h _hashlib_scrypt _parser variable static _PyArg_Parser _parser692 Modules/clinic/_hashopenssl.c.h _hashlib_hmac_digest _parser variable static _PyArg_Parser _parser
425 Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in
387 Fix a segmentation fault in _hashopenssl when standard hash functions such
2242 Fix a segmentation fault in _hashopenssl when standard hash functions such
3485 _hashopenssl.c5860 code was moved from _hashopenssl.c to hashlib.h.