Searched refs:crc32c (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dhash.h22 #include <linux/crc32c.h>
25 return crc32c((u32)~1, name, len);
H A Ddisk-io.c29 #include <linux/crc32c.h>
181 return crc32c(seed, data, len);
H A Dextent-tree.c912 high_crc = crc32c(high_crc, &lenum, sizeof(lenum));
914 low_crc = crc32c(low_crc, &lenum, sizeof(lenum));
916 low_crc = crc32c(low_crc, &lenum, sizeof(lenum));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrc32c.h6 extern u32 crc32c(u32 crc, const void *address, unsigned int length);
9 #define crc32c_le crc32c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlibcrc32c.c20 * own crc32c, but hopefully may be able to use this one are:
42 u32 crc32c(u32 crc, const void *address, unsigned int length) function
60 EXPORT_SYMBOL(crc32c); variable
64 tfm = crypto_alloc_shash("crc32c", 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dchecksum.h47 #include <linux/crc32c.h>
51 return crc32c(crc, buffer, length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A DMakefile17 obj-$(CONFIG_CRYPTO_CRC32C_INTEL) += crc32c-intel.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcrc32c.c23 * own crc32c, but hopefully may be able to use this one are:
136 static u32 crc32c(u32 crc, const u8 *data, unsigned int length) function
182 ctx->crc = crc32c(ctx->crc, data, length);
196 *(__le32 *)out = ~cpu_to_le32(crc32c(*crcp, data, len));
234 .cra_name = "crc32c",
235 .cra_driver_name = "crc32c-generic",
259 MODULE_DESCRIPTION("CRC32c (Castagnoli) calculations wrapper for lib/crc32c");
H A DMakefile80 obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes.h47 #include <linux/crc32c.h>
277 crc_value = crc32c(~0, (void *)nes_quad, sizeof (struct nes_v4_quad));
280 * With commit ef19454b ("[LIB] crc32c: Keep intermediate crc
281 * state in cpu order"), behavior of crc32c changes on
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmessenger.c3 #include <linux/crc32c.h>
512 cpu_to_le32(crc32c(0, (void *)&m->hdr,
516 cpu_to_le32(crc32c(0, m->front.iov_base, m->front.iov_len));
519 cpu_to_le32(crc32c(0, m->middle->vec.iov_base,
765 cpu_to_le32(crc32c(tmpcrc, base, len));
1322 *crc = crc32c(0, section->iov_base,
1358 u32 crc = crc32c(0, (void *)&con->in_hdr,
1454 crc32c(con->in_data_crc,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_main.c33 #include <linux/crc32c.h>

Completed in 144 milliseconds