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