libkdumpfile-0.5.4
Kernel coredump file access
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
phash Struct Reference

Partial hash. More...

#include <kdumpfile-priv.h>

Data Fields

unsigned long val
 Current hash value. More...
 
unsigned idx
 Index in part. More...
 
unsigned char part [sizeof(unsigned long)]
 Partial data as bytes. More...
 

Detailed Description

Partial hash.

This structure is used to store the state of the hashing algorithm, while making incremental updates.

Field Documentation

unsigned phash::idx

Index in part.

unsigned char phash::part[sizeof(unsigned long)]

Partial data as bytes.

unsigned long phash::val

Current hash value.


The documentation for this struct was generated from the following file: