Searched refs:SIGN_TOTAL_LEN (Results 1 – 2 of 2) sorted by relevance
27 constexpr uint32_t SIGN_TOTAL_LEN = 384 + 256; variable
723 if (SIGN_TOTAL_LEN >= fileLen) { in DoCreatePkgStream()726 needReadLen = fileLen - SIGN_TOTAL_LEN; in DoCreatePkgStream()751 int32_t ret = stream->Read(buff, offset, SIGN_TOTAL_LEN, readLen); in DoCreatePkgStream()759 PkgBuffer data(SIGN_TOTAL_LEN); in DoCreatePkgStream()761 algorithm.second->Update(data, SIGN_TOTAL_LEN); in DoCreatePkgStream()