Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DCrcReg.cpp33 bool SetFunctions(UInt32 tSize);
35 CCrcHasher(): _crc(CRC_INIT_VAL) { SetFunctions(0); } in CCrcHasher()
42 bool CCrcHasher::SetFunctions(UInt32 tSize) in SetFunctions() function in CCrcHasher
75 if (!SetFunctions(prop.ulVal)) in SetCoderProperties()
/external/lzma/CPP/7zip/Crypto/
DMyAes.cpp20 SetFunctions(0); in CAesCbcCoder()
75 bool CAesCbcCoder::SetFunctions(UInt32 algo) in SetFunctions() function in NCrypto::CAesCbcCoder
105 if (!SetFunctions(prop.ulVal)) in SetCoderProperties()
DMyAes.h28 bool SetFunctions(UInt32 algo);