Home
last modified time | relevance | path

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

/external/curl/tests/python_dependencies/impacket/
Dntlm.py794 def SIGNKEY(flags, randomSessionKey, mode = 'Client'): argument
798 … md5.update(randomSessionKey + "session key to client-to-server signing key magic constant\x00")
802 … md5.update(randomSessionKey + "session key to server-to-client signing key magic constant\x00")
808 def SEALKEY(flags, randomSessionKey, mode = 'Client'): argument
811 sealKey = randomSessionKey
813 sealKey = randomSessionKey[:7]
815 sealKey = randomSessionKey[:5]
827 sealKey = randomSessionKey[:7] + '\xa0'
829 sealKey = randomSessionKey[:5] + '\xe5\x38\xb0'