Searched refs:CCrcHasher (Results 1 – 1 of 1) sorted by relevance
29 class CCrcHasher: class38 CCrcHasher(): _crc(CRC_INIT_VAL) { SetFunctions(0); } in CCrcHasher() function in CCrcHasher49 STDMETHODIMP_(void) CCrcHasher::Init() in STDMETHODIMP_()54 STDMETHODIMP_(void) CCrcHasher::Update(const void *data, UInt32 size) in STDMETHODIMP_()59 STDMETHODIMP_(void) CCrcHasher::Final(Byte *digest) in STDMETHODIMP_()65 STDMETHODIMP_(UInt32) CCrcHasher::GetDigestSize() in STDMETHODIMP_()70 bool CCrcHasher::SetFunctions(UInt32 tSize) in SetFunctions()90 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties()107 static IHasher *CreateHasher() { return new CCrcHasher(); } in CreateHasher()