Home
last modified time | relevance | path

Searched defs:dklen (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_hashopenssl.c.h34 long dklen = 64; in _hashlib_scrypt() local
/external/python/cpython2/Lib/
Dhashlib.py163 def pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None): argument
/external/python/cpython3/Lib/
Dhashlib.py176 def pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None): argument
/external/python/cpython3/Modules/
D_hashopenssl.c638 long iterations, dklen; in pbkdf2_hmac() local
757 long maxmem, long dklen) in _hashlib_scrypt_impl()
/external/python/cpython2/Modules/
D_hashopenssl.c672 long iterations, dklen; in pbkdf2_hmac() local