Lines Matching refs:blob_length
332 int blob_offset, blob_length; in SMB2_negotiate() local
418 security_blob = smb2_get_data_area_len(&blob_offset, &blob_length, in SMB2_negotiate()
427 if (blob_length == 0) in SMB2_negotiate()
433 if (blob_length) { in SMB2_negotiate()
434 rc = decode_negTokenInit(security_blob, blob_length, server); in SMB2_negotiate()
532 u16 blob_length = 0; in SMB2_sess_setup() local
626 blob_length = msg->secblob_len; in SMB2_sess_setup()
628 iov[1].iov_len = blob_length; in SMB2_sess_setup()
652 blob_length = sizeof(struct _NEGOTIATE_MESSAGE); in SMB2_sess_setup()
657 iov[1].iov_len = blob_length; in SMB2_sess_setup()
666 rc = build_ntlmssp_auth_blob(ntlmssp_blob, &blob_length, ses, in SMB2_sess_setup()
686 iov[1].iov_len = blob_length; in SMB2_sess_setup()
697 req->SecurityBufferLength = cpu_to_le16(blob_length); in SMB2_sess_setup()
699 inc_rfc1001_len(req, blob_length - 1 /* pad */); in SMB2_sess_setup()