Lines Matching refs:blob_length
385 int blob_offset, blob_length; in SMB2_negotiate() local
477 security_blob = smb2_get_data_area_len(&blob_offset, &blob_length, in SMB2_negotiate()
486 if (blob_length == 0) in SMB2_negotiate()
492 if (blob_length) { in SMB2_negotiate()
493 rc = decode_negTokenInit(security_blob, blob_length, server); in SMB2_negotiate()
591 u16 blob_length = 0; in SMB2_sess_setup() local
685 blob_length = msg->secblob_len; in SMB2_sess_setup()
687 iov[1].iov_len = blob_length; in SMB2_sess_setup()
711 blob_length = sizeof(struct _NEGOTIATE_MESSAGE); in SMB2_sess_setup()
716 iov[1].iov_len = blob_length; in SMB2_sess_setup()
725 rc = build_ntlmssp_auth_blob(ntlmssp_blob, &blob_length, ses, in SMB2_sess_setup()
745 iov[1].iov_len = blob_length; in SMB2_sess_setup()
756 req->SecurityBufferLength = cpu_to_le16(blob_length); in SMB2_sess_setup()
758 inc_rfc1001_len(req, blob_length - 1 /* pad */); in SMB2_sess_setup()