Home
last modified time | relevance | path

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

/external/curl/tests/python_dependencies/impacket/
Dntlm.py542 def __DES_block(key, msg): function
552 answer = __DES_block(key[:7], challenge)
553 answer += __DES_block(key[7:14], challenge)
554 answer += __DES_block(key[14:], challenge)
723 lmhash = __DES_block(password[:7], KNOWN_DES_INPUT)
724 lmhash += __DES_block(password[7:14], KNOWN_DES_INPUT)
857 …keyExchangeKey = __DES_block(LMOWFv1(password,lmhash)[:7], lmChallengeResponse[:8]) + __DES_block(…