#include <ParallelHash.h>
Definition at line 26 of file ParallelHash.h.
Public Member Functions | |
HashInfo () | |
Public Attributes | |
PKIFCRYPTO::HASH_ALG | m_hashAlg |
IPKIFHashContext * | m_hashContext |
unsigned char | m_hashResult [MAXHASH] |
HashInfo::HashInfo | ( | ) | [inline] |
Interface: Subsystem
Default constructor
Definition at line 35 of file ParallelHash.h.
References m_hashAlg, m_hashContext, and PKIFCRYPTO::SHA1.
Definition at line 36 of file ParallelHash.h.
Referenced by CompareHashes(), ComputeSignedAttrHash(), GetSignerInfo(), HashInfo(), CPKIFParallelHash::SetDigestAlgs(), and VerifyCounterSignatures().
Definition at line 37 of file ParallelHash.h.
Referenced by HashInfo(), and CPKIFParallelHash::SetDigestAlgs().
unsigned char HashInfo::m_hashResult[MAXHASH] |
Definition at line 38 of file ParallelHash.h.
Referenced by CompareHashes(), ComputeSignedAttrHash(), GetSignerInfo(), and VerifyCounterSignatures().