Home | History | Annotate | Download | only in impacket

Lines Matching refs:blob

558         blob = SPNEGO_NegTokenInit() 
561 blob['MechTypes'] = [TypesMech['MS KRB5 - Microsoft Kerberos 5']]
598 blob['MechToken'] = encoder.encode(apReq)
600 sessionSetup['SecurityBufferLength'] = len(blob)
601 sessionSetup['Buffer'] = blob.getData()
673 blob = SPNEGO_NegTokenInit()
676 blob['MechTypes'] = [TypesMech['NTLMSSP - Microsoft NTLM Security Support Provider']]
678 blob['MechToken'] = str(auth)
680 sessionSetup['SecurityBufferLength'] = len(blob)
681 sessionSetup['Buffer'] = blob.getData()