Home
last modified time | relevance | path

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

/external/curl/tests/python_dependencies/impacket/
Dntlm.py846 def KXKEY(flags, sessionBaseKey, lmChallengeResponse, serverChallenge, password, lmhash, nthash, us… argument
852 keyExchangeKey = hmac_md5(sessionBaseKey, serverChallenge + lmChallengeResponse[:8])
857 …word,lmhash)[:7], lmChallengeResponse[:8]) + __DES_block(LMOWFv1(password,lmhash)[7] + '\xBD\xBD\x…
919lmChallengeResponse = hmac_md5(responseKeyNT, serverChallenge + clientChallenge) + clientChallenge
925 lmChallengeResponse = ''
927 return ntChallengeResponse, lmChallengeResponse, sessionBaseKey