Lines Matching full:checksum
49 /* Have to swab back to little-endian to do the checksum */ in ext2fs_group_desc_csum()
63 offset += sizeof(desc->bg_checksum); /* skip checksum */ in ext2fs_group_desc_csum()
64 /* for checksum of struct ext4_group_desc do the rest...*/ in ext2fs_group_desc_csum()
73 * descriptor, checksum the rest of the descriptor here in ext2fs_group_desc_csum()
102 /* ext2fs_bg_checksum_set() sets the actual checksum field but in ext2fs_group_desc_csum_set()
103 * does not calculate the checksum itself. */ in ext2fs_group_desc_csum_set()
189 /* Have to swab back to little-endian to do the checksum */ in print_csum()
204 offset += sizeof(desc->bg_checksum); /* skip checksum */ in print_csum()
205 /* for checksum of struct ext4_group_desc do the rest...*/ in print_csum()
262 printf("checksum for group 0 should be %04x\n", csum_known); in main()
281 printf("checksums should not depend on checksum field\n"); in main()