Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs24 const TLV_SIZE: usize = 6; const
118 if buffer.len() < TLV_SIZE { in read_from_le_bytes()
137 if buffer.len() < TLV_SIZE { in read_from_le_bytes()
155 if buffer.len() < TLV_SIZE { in read_from_le_bytes()
/ohos5.0/base/update/packaging_tools/
H A Dcreate_update_package.py38 TLV_SIZE = 4 variable
110 UPGRADE_RESERVE_LEN + TLV_SIZE + TLV_SIZE + TLV_SIZE + \