Searched refs:LMOWFv1 (Results 1 - 1 of 1) sorted by relevance

/external/curl/tests/python_dependencies/impacket/
H A Dntlm.py702 lmhash = LMOWFv1(password, lmhash, nthash)
732 def LMOWFv1(password, lmhash = '', nthash=''): function
857 keyExchangeKey = __DES_block(LMOWFv1(password,lmhash)[:7], lmChallengeResponse[:8]) + __DES_block(LMOWFv1(password,lmhash)[7] + '\xBD\xBD\xBD\xBD\xBD\xBD', lmChallengeResponse[:8])
859 keyExchangeKey = LMOWFv1(password,lmhash)[:8] + '\x00'*8

Completed in 131 milliseconds