Searched refs:HashData (Results 1 – 1 of 1) sorted by relevance
63 struct HashData<T: ReadLeBytes> { struct131 impl<T: Default + ReadLeBytes> TLVStruct for HashData<T> { implementation132 fn new() -> HashData<T> { in new()133 HashData {addr_star: Default::default(), addr_end: Default::default(), hash_data: vec![]} in new()192 let mut hash_data = HashData::new(); in load_img_hash_data()