Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs38 pub trait ReadLeBytes { trait
42 impl ReadLeBytes for u32 {
48 impl ReadLeBytes for u64 {
55 struct HashHeader<T: ReadLeBytes> {
63 struct HashData<T: ReadLeBytes> {
112 impl<T: Default + ReadLeBytes> TLVStruct for HashHeader<T> {
131 impl<T: Default + ReadLeBytes> TLVStruct for HashData<T> {
168 impl<T: Default + ReadLeBytes + Hash + Eq + PartialEq> ImgHashData<T> {
H A Dlib.rs27 use img_hash_check::ReadLeBytes;
185 … where T: ReadLeBytes + std::hash::Hash + std::cmp::Eq + std::fmt::Display + std::default::Default in check_data_hash_template()