MagickCore 7.0.10
|
Data Fields | |
HashType | hash |
StringInfo * | digest |
void * | handle |
time_t | timestamp |
size_t | signature |
StringInfo* _HashInfo::digest |
Definition at line 65 of file hash.c.
Referenced by AcquireHashInfo(), DestroyHashInfo(), FinalizeHash(), GetHashDigest(), and GetHashHexDigest().
void* _HashInfo::handle |
Definition at line 68 of file hash.c.
Referenced by AcquireHashInfo(), DestroyHashInfo(), FinalizeHash(), GetHashBlocksize(), GetHashDigestsize(), InitializeHash(), and UpdateHash().
HashType _HashInfo::hash |
Definition at line 62 of file hash.c.
Referenced by AcquireHashInfo(), DestroyHashInfo(), FinalizeHash(), GetHashBlocksize(), GetHashDigestsize(), InitializeHash(), and UpdateHash().
size_t _HashInfo::signature |
Definition at line 74 of file hash.c.
Referenced by AcquireHashInfo(), DestroyHashInfo(), FinalizeHash(), GetHashBlocksize(), GetHashDigest(), GetHashDigestsize(), GetHashHexDigest(), InitializeHash(), and UpdateHash().
time_t _HashInfo::timestamp |
Definition at line 71 of file hash.c.
Referenced by AcquireHashInfo().