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

sum64Param Struct Reference


Data Fields

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

Detailed Description

Definition at line 255 of file digest.c.


Field Documentation

uint64_t(* sum64Param::combine)(uint64_t crc1, uint64_t crc2, size_t len2)
 

uint64_t sum64Param::crc
 

Definition at line 256 of file digest.c.

Referenced by sum64Digest(), and sum64Update().

uint64_t(* sum64Param::update)(uint64_t crc, const byte *data, size_t size)
 

Referenced by sum64Update().


The documentation for this struct was generated from the following file:
Generated on Mon Aug 3 15:16:12 2009 for rpm by  doxygen 1.4.4