Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs29 struct HashInfo { struct
30 tlv_type: u16,
31 tlv_len: u32,
32 algorithm: u16,
33 algo_size: u16,
34 component_count: u16,
35 block_size: u32
91 impl TLVStruct for HashInfo { implementation
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dinit_hashmap.h50 } HashInfo; typedef