FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kCrc32_Calculate ( kCrc32  crc,
const void *  data,
kSize  size,
k32u result 
)

Performs a CRC-32 calculation over the given data.

This method is equivalent to using the Begin/Update/Result methods.

Parameters
crcCRC object.
dataInput data.
sizeSize of input data.
resultReceives the result of the calculation.
Returns
Operation status.