Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

sum32Param Struct Reference


Data Fields

uint32_t crc
uint32_t(* update )(uint32_t crc, const byte *data, size_t size)
uint32_t(* combine )(uint32_t crc1, uint32_t crc2, size_t len2)

Detailed Description

Definition at line 78 of file digest.c.


Field Documentation

uint32_t(* sum32Param::combine)(uint32_t crc1, uint32_t crc2, size_t len2)
 

uint32_t sum32Param::crc
 

Definition at line 79 of file digest.c.

Referenced by sum32Digest(), and sum32Update().

uint32_t(* sum32Param::update)(uint32_t crc, const byte *data, size_t size)
 

Referenced by sum32Update().


The documentation for this struct was generated from the following file:
Generated on Sat Oct 1 21:50:21 2011 for rpm by  doxygen 1.4.4