Lines Matching refs:checksum
735 LongNameEntryGenerator::new(long_name, short_dentry.checksum());
975 checksum: u8, field
1003 result.checksum = check_sum; in new()
1110 cursor.write_u8(self.checksum)?; in flush()
1280 fn checksum(&self) -> u8 { in checksum() method
1818 checksum: u16, field
1895 checksum: Self::fletcher_16_checksum(name), in new()
1996 if checksum_result == Ok(Ok(self.checksum)) {
2033 self.checksum = (core::num::Wrapping(self.checksum) + core::num::Wrapping(1)).0; in next_iteration()
2050 buf[prefix_len..prefix_len + 4].copy_from_slice(&Self::u16_to_u8_array(self.checksum));
2111 checksum: u8, field
2119 checksum: 0, in new()
2139 self.checksum = longname_dentry.checksum; in process()
2144 || self.checksum != longname_dentry.checksum in process()
2183 return self.checksum == short_dentry.checksum(); in validate_checksum()
2192 checksum: u8, field
2204 pub fn new(name: &str, checksum: u8) -> Self { in new()
2221 checksum: checksum, in new()
2250 self.checksum, in next()
2260 self.checksum, in next()
2403 long_dentry.checksum = cursor.read_u8()?; in get_raw_dir_entry()