Home
last modified time | relevance | path

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

/base/update/updater/services/rust/hash_signed_data/src/
Dimg_hash_check.rs24 struct HashInfo { struct
25 tlv_type: u16,
26 tlv_len: u32,
27 algorithm: u16,
28 algo_size: u16,
29 component_count: u16,
30 block_size: u32
66 impl TLVStruct for HashInfo { implementation
/base/startup/init/services/include/
Dinit_hashmap.h50 } HashInfo; typedef