Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs28 pub checksum: u64, field
56 let checksum = Self::calculate_checksum(&x); in new() localVariable
80 let checksum = kdepends::crc::crc64::crc64_be(0, buf); in calculate_checksum() localVariable
86 let checksum = Self::calculate_checksum(self); in validate_checksum() localVariable
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1018 checksum: u8, field
1326 fn checksum(&self) -> u8 { in checksum() method
1854 checksum: u16, field
2149 checksum: u8, field
2230 checksum: u8, field