Function

FwupdPluginsum32

Declaration [src]

guint32
fu_sum32 (
  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.8.2

Parameters

buf const guint8*
 

Memory buffer.

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

Size of buf.

Return value

Returns: guint32
 

Sum value.