Searched refs:lmChallengeResponse (Results 1 – 1 of 1) sorted by relevance
/external/curl/tests/python_dependencies/impacket/ |
D | ntlm.py | 846 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… 919 … lmChallengeResponse = hmac_md5(responseKeyNT, serverChallenge + clientChallenge) + clientChallenge 925 lmChallengeResponse = '' 927 return ntChallengeResponse, lmChallengeResponse, sessionBaseKey
|