Function

FwupdPlugincommon_sum16

Declaration [src]

guint16
fu_common_sum16 (
  const guint8* buf,
  gsize bufsz
)

Description [src]

Returns the arithmetic sum of all bytes in buf, adding them one byte at a time.

Available since:1.7.3

Parameters

buf const guint8*
 

Memory buffer.

 The data is owned by the caller of the function.
bufsz gsize
 

Size of buf.

Return value

Returns: guint16
 

Sum value.