Searched refs:crc32 (Results 101 - 125 of 382) sorted by relevance

1234567891011>>

/linux-master/drivers/mtd/parsers/
H A Dbcm47xxpart.c48 uint32_t crc32; member in struct:trx_header
/linux-master/fs/jffs2/
H A Dacl.c19 #include <linux/crc32.h>
H A Dfs.c27 #include <linux/crc32.h>
99 ri->hdr_crc = cpu_to_je32(crc32(0, ri, sizeof(struct jffs2_unknown_node)-4));
133 ri->node_crc = cpu_to_je32(crc32(0, ri, sizeof(*ri)-8));
135 ri->data_crc = cpu_to_je32(crc32(0, mdata, mdatalen));
H A Ddebug.c18 #include <linux/crc32.h>
795 crc = crc32(0, &node.u, sizeof(node.u) - 4);
832 crc = crc32(0, &node.i, sizeof(node.i) - 8);
854 crc = crc32(0, &node.d, sizeof(node.d) - 8);
/linux-master/fs/nfsd/
H A Dnfsfh.h11 #include <linux/crc32.h>
268 * knfsd_fh_hash - calculate the crc32 hash for the filehandle
271 * returns a crc32 hash for the filehandle that is compatible with
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c18 #include <linux/crc32.h>
/linux-master/fs/gfs2/
H A Dexport.c12 #include <linux/crc32.h>
H A Drecovery.c13 #include <linux/crc32.h>
128 hash = crc32(~0, lh, LH_V1_SIZE - 4);
/linux-master/arch/s390/crypto/
H A Dcrc32-vx.c9 #define KMSG_COMPONENT "crc32-vx"
14 #include <linux/crc32.h>
17 #include "crc32-vx.h"
230 .cra_name = "crc32",
231 .cra_driver_name = "crc32-vx",
302 MODULE_ALIAS_CRYPTO("crc32");
303 MODULE_ALIAS_CRYPTO("crc32-vx");
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c9 #include <linux/crc32.h>
417 u32 crc32; local
476 crc32 = crc32_le(~0, buf, reg->size);
477 if (crc32 != reg->checksum)
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_core.c17 #include <linux/crc32.h>
/linux-master/drivers/soc/fsl/qe/
H A Dqe.c26 #include <linux/crc32.h>
503 if (crc != crc32(0, firmware, calc_size)) {
/linux-master/sound/soc/codecs/
H A Dsigmadsp.c8 #include <linux/crc32.h>
522 crc = crc32(0, fw->data + sizeof(*ssfw_head),
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt2.h320 u32 crc32; member in struct:cxd2880_dvbt2_l1pre
H A Dcxd2880_tnrdmd_dvbt2_mon.c292 l1_pre->crc32 = (data[33] << 24);
293 l1_pre->crc32 |= (data[34] << 16);
294 l1_pre->crc32 |= (data[35] << 8);
295 l1_pre->crc32 |= data[36];
/linux-master/drivers/net/ethernet/dlink/
H A Ddl2k.h25 #include <linux/crc32.h>
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-buffer.c118 buf->crc = crc32(0, buf->cpu, buf->actual_size);
/linux-master/fs/ocfs2/
H A Dblockcheck.c12 #include <linux/crc32.h>
88 * multiple hunks just like the crc32 code. 'd' is the number of bits
338 * ocfs2_block_check structure describing the crc32 and the ecc.
394 /* Fast path - if the crc32 validates, we're good to go */
408 /* And check the crc32 again */
430 * ocfs2_block_check structure describing the crc32 and the ecc.
506 /* Fast path - if the crc32 validates, we're good to go */
538 /* And check the crc32 again */
H A Dstack_o2cb.c11 #include <linux/crc32.h>
/linux-master/lib/
H A Dcrc32.c7 * Nicer crc32 functions/docs submitted by linux@horizon.com. Thanks!
13 * Same crc32 function was used in 5 other places in the kernel.
15 * There are various incantations of crc32(). Some use a seed of 0 or ~0.
16 * Some xor at the end with ~0. The generic crc32() function takes
27 /* see: Documentation/staging/crc32.rst for a description of algorithms */
29 #include <linux/crc32.h>
140 * uses, or the previous crc32/crc32c value if computing incrementally.
287 * other uses, or the previous crc32 value if computing incrementally.
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_netdev.c54 #include <linux/crc32.h>
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddebug.c10 #include <linux/crc32.h>
/linux-master/drivers/net/usb/
H A Dkalmia.c21 #include <linux/crc32.h>
H A Dzaurus.c15 #include <linux/crc32.h>
/linux-master/net/mac80211/
H A Dwep.c13 #include <linux/crc32.h>

Completed in 357 milliseconds

1234567891011>>