Home
last modified time | relevance | path

Searched refs:BLCOK_SIZE (Results 1 – 2 of 2) sorted by relevance

/base/update/packaging_tools/
Dbuild_pkcs7.py34 BLCOK_SIZE = 8192 variable
65 while remain_len > BLCOK_SIZE:
66 hash_sha256.update(package_file.read(BLCOK_SIZE))
67 remain_len -= BLCOK_SIZE
141 while remain_len > BLCOK_SIZE:
142 f_signed.write(f_unsign.read(BLCOK_SIZE))
143 remain_len -= BLCOK_SIZE
Dcreate_update_package.py46 BLCOK_SIZE = 8192 variable
193 while remain_len > BLCOK_SIZE:
194 hash_sha256.update(package_file.read(BLCOK_SIZE))
195 remain_len -= BLCOK_SIZE