Home
last modified time | relevance | path

Searched refs:CCrcHasher (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/Common/
DCrcReg.cpp29 class CCrcHasher: class
38 CCrcHasher(): _crc(CRC_INIT_VAL) { SetFunctions(0); } in CCrcHasher() function in CCrcHasher
49 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()