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