Searched refs:calculate_crc32c (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_csum.c81 fs->e2fs_csum_seed = calculate_crc32c(~0, fs->e2fs->e2fs_uuid,
98 calculate_crc32c(~0, (const char *)fs->e2fs,
102 fs->e2fs_fsmnt, fs->e2fs->e4fs_sbchksum, calculate_crc32c(~0,
114 fs->e2fs->e4fs_sbchksum = calculate_crc32c(~0, (const char *)fs->e2fs,
130 crc = calculate_crc32c(fs->e2fs_csum_seed, (uint8_t *)&facl, sizeof(facl));
131 crc = calculate_crc32c(crc, (uint8_t *)header, fs->e2fs_bsize);
234 crc = calculate_crc32c(fs->e2fs_csum_seed, (uint8_t *)&inum, sizeof(inum));
235 crc = calculate_crc32c(crc, (uint8_t *)&gen, sizeof(gen));
236 crc = calculate_crc32c(crc, (uint8_t *)buf, size);
306 crc = calculate_crc32c(f
[all...]
/freebsd-12-stable/sys/netinet/
H A Dsctp_crc32.c102 base = calculate_crc32c(base,
108 base = calculate_crc32c(base,
/freebsd-12-stable/lib/libufs/
H A Dlibufs.h161 uint32_t calculate_crc32c(uint32_t, const void *, size_t);
H A Dcgroup.c216 calchash = calculate_crc32c(~0L, (void *)cgp, fs->fs_cgsize);
260 calculate_crc32c(~0L, (void *)cgp, fs->fs_cgsize);
/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Disc_subr.c172 calculate_crc32c(uint32_t crc, const void *buf, size_t size) function
186 crc = calculate_crc32c(crc, buf, size);
/freebsd-12-stable/sys/sys/
H A Dlibkern.h216 calculate_crc32c(uint32_t crc32c, const unsigned char *buffer,
/freebsd-12-stable/sbin/fsck_ffs/
H A Dpass5.c188 thishash = calculate_crc32c(~0L, cg, fs->fs_cgsize);
336 calculate_crc32c(~0L, (void *)newcg, fs->fs_cgsize);
/freebsd-12-stable/sys/dev/iscsi/
H A Dicl_soft.c301 digest = calculate_crc32c(digest,
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_vfsops.c2195 calculate_crc32c(~0L, bp->b_data, bp->b_bcount);
2282 calculate_crc32c(~0L, bp->b_data, bp->b_bcount);
H A Dffs_snapshot.c991 calculate_crc32c(~0L, nbp->b_data, fs->fs_cgsize);
H A Dffs_alloc.c3007 bp->b_ckhash = calculate_crc32c(~0L, bp->b_data, bp->b_bcount);
/freebsd-12-stable/sbin/growfs/
H A Dgrowfs.c1744 cgp->cg_ckhash = calculate_crc32c(~0L, (void *)cgp, sblock.fs_cgsize);
/freebsd-12-stable/sys/libkern/
H A Dcrc32.c761 calculate_crc32c(uint32_t crc32c, function
/freebsd-12-stable/sys/dev/rt/
H A Dif_rt.c268 crc = calculate_crc32c(crc, cp, strlen(cp) + 1);
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.c983 sctp_hdr->checksum = local_sctp_finalize_crc32(calculate_crc32c(0xffffffff, (unsigned char *) sctp_hdr, sctp_size));

Completed in 191 milliseconds