Searched refs:crc64_be (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | crc64.h | 22 static inline u64 crc64_be(u64 crc, const void *p, size_t len) in crc64_be() function
|
| /linux-6.15/fs/bcachefs/ |
| H A D | str_hash.h | 83 ctx->crc64 = crc64_be(~0, &info->siphash_key.k0, in bch2_str_hash_init() 104 ctx->crc64 = crc64_be(ctx->crc64, data, len); in bch2_str_hash_update()
|
| H A D | checksum.c | 84 state->seed = crc64_be(state->seed, data, len); in bch2_checksum_update()
|
| /linux-6.15/lib/tests/ |
| H A D | crc_kunit.c | 421 return crc64_be(crc, p, len); in crc64_be_wrapper()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | util.h | 466 crc = crc64_be(crc, p, len); in bch_crc64()
|
| H A D | request.c | 49 csum = crc64_be(csum, d, bv.bv_len); in bio_csum()
|
| H A D | btree.c | 144 crc = crc64_be(crc, data, end - data); in btree_csum_set()
|