Lines Matching refs:blob
2574 # Interestingly, the security Blob might be missing sometimes.
3080 blob = SPNEGO_NegTokenInit()
3083 blob['MechTypes'] = [TypesMech['MS KRB5 - Microsoft Kerberos 5']]
3120 blob['MechToken'] = encoder.encode(apReq)
3122 sessionSetup['Parameters']['SecurityBlobLength'] = len(blob)
3124 sessionSetup['Data']['SecurityBlob'] = blob.getData()
3138 # Now we have to extract the blob to continue the auth process
3188 blob = SPNEGO_NegTokenInit()
3191 blob['MechTypes'] = [TypesMech['NTLMSSP - Microsoft NTLM Security Support Provider']]
3193 blob['MechToken'] = str(auth)
3195 sessionSetup['Parameters']['SecurityBlobLength'] = len(blob)
3197 sessionSetup['Data']['SecurityBlob'] = blob.getData()
3211 # Now we have to extract the blob to continue the auth process