Home
last modified time | relevance | path

Searched defs:HashHeader (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs55 struct HashHeader<T: ReadLeBytes> { struct
56 image_name: String,
57 hash_num: u16,
58 img_size: T
112 impl<T: Default + ReadLeBytes> TLVStruct for HashHeader<T> { implementation