libkdumpfile-0.4.0
Kernel coredump file access
|
Partial hash. More...
#include <kdumpfile-priv.h>
Data Fields | |
unsigned long | val |
Current hash value. More... | |
unsigned | idx |
Index in part. More... | |
union { | |
unsigned char bytes [sizeof(unsigned long)] | |
Partial data as bytes. More... | |
unsigned long num | |
Partial data as an unsigned long number. More... | |
} | part |
Partial data. More... | |
Partial hash.
This structure is used to store the state of the hashing algorithm, while making incremental updates.
unsigned char phash::bytes[sizeof(unsigned long)] |
Partial data as bytes.
unsigned phash::idx |
Index in part.
unsigned long phash::num |
Partial data as an unsigned long number.
union { ... } phash::part |
Partial data.
unsigned long phash::val |
Current hash value.