Home | History | Annotate | Download | only in impacket

Lines Matching full:atime

904        aTime = av_pairs[NTLMSSP_AV_TIME][1]
906 aTime = struct.pack('<q', (116444736000000000 + calendar.timegm(time.gmtime()) * 10000000) )
907 #aTime = '\x00'*8
908 av_pairs[NTLMSSP_AV_TIME] = aTime
912 #aTime = '\x00'*8
914 temp = responseServerVersion + hiResponseServerVersion + '\x00' * 6 + aTime + clientChallenge + '\x00' * 4 + serverName + '\x00' * 4