Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DCrcReg.cpp24 class CCrcHasher: class
35 CCrcHasher(): _crc(CRC_INIT_VAL) { SetFunctions(0); } in CCrcHasher() function in CCrcHasher
42 bool CCrcHasher::SetFunctions(UInt32 tSize) in SetFunctions()
66 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, U… in SetCoderProperties()
82 STDMETHODIMP_(void) CCrcHasher::Init() throw() in STDMETHODIMP_()
87 STDMETHODIMP_(void) CCrcHasher::Update(const void *data, UInt32 size) throw() in STDMETHODIMP_()
92 STDMETHODIMP_(void) CCrcHasher::Final(Byte *digest) throw() in STDMETHODIMP_()
98 REGISTER_HASHER(CCrcHasher, 0x1, "CRC32", 4)