Searched defs:dklen (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | _hashopenssl.c.h | 34 long dklen = 64; in _hashlib_scrypt() local
|
/external/python/cpython2/Lib/ |
D | hashlib.py | 163 def pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None): argument
|
/external/python/cpython3/Lib/ |
D | hashlib.py | 176 def pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None): argument
|
/external/python/cpython3/Modules/ |
D | _hashopenssl.c | 638 long iterations, dklen; in pbkdf2_hmac() local 757 long maxmem, long dklen) in _hashlib_scrypt_impl()
|
/external/python/cpython2/Modules/ |
D | _hashopenssl.c | 672 long iterations, dklen; in pbkdf2_hmac() local
|