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