Searched refs:BLCOK_SIZE (Results 1 – 2 of 2) sorted by relevance
34 BLCOK_SIZE = 8192 variable65 while remain_len > BLCOK_SIZE:66 hash_sha256.update(package_file.read(BLCOK_SIZE))67 remain_len -= BLCOK_SIZE141 while remain_len > BLCOK_SIZE:142 f_signed.write(f_unsign.read(BLCOK_SIZE))143 remain_len -= BLCOK_SIZE
46 BLCOK_SIZE = 8192 variable193 while remain_len > BLCOK_SIZE:194 hash_sha256.update(package_file.read(BLCOK_SIZE))195 remain_len -= BLCOK_SIZE