Home
last modified time | relevance | path

Searched refs:crc32_be (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dcrc32.h22 crc = crc32_be(crc, &c, 1); in crc32_posix_end()
31 return crc32_posix_end(crc32_be(0, buff, len), len); in crc32_posix()
/linux/lib/crc/
H A Dcrc32-main.c78 u32 crc32_be(u32 crc, const void *p, size_t len) in crc32_be() function
82 EXPORT_SYMBOL(crc32_be);
/linux/fs/qnx6/
H A Dsuper_mmi.c62 crc32_be(0, (char *)(bh1->b_data + 8), 504)) { in qnx6_mmi_fill_super()
98 != crc32_be(0, (char *)(bh2->b_data + 8), 504)) { in qnx6_mmi_fill_super()
/linux/include/linux/
H A Dcrc32.h59 u32 crc32_be(u32 crc, const void *p, size_t len);
/linux/net/mac80211/
H A Dparse.c229 *crc = crc32_be(*crc, (void *)elem, elem->datalen + 2); in ieee80211_parse_extension_element()
407 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
464 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
526 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
538 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
733 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
H A Dmlme.c8241 ncrc = crc32_be(0, (void *)&mgmt->u.beacon.beacon_int, 4); in ieee80211_rx_mgmt_beacon()
/linux/net/bluetooth/bnep/
H A Dbnep.h170 return crc32_be(~0, addr, ETH_ALEN) >> 26; in bnep_mc_hash()
/linux/drivers/platform/cznic/
H A Dturris-omnia-mcu-sys-off-wakeup.c132 put_unaligned_le32(crc32_be(~0, (void *)&tmp, sizeof(tmp)), &cmd[5]); in omnia_power_off()
/linux/lib/842/
H A D842_decompress.c385 if (crc != (u64)crc32_be(0, out, total - p.olen)) { in sw842_decompress()
H A D842_compress.c584 crc = crc32_be(0, in, ilen); in sw842_compress()
/linux/drivers/input/touchscreen/
H A Dchipone_icn8505.c264 crc = crc32_be(0, fw->data, fw->size); in icn8505_try_fw_upload()
/linux/drivers/usb/atm/
H A Dueagle-atm.c618 if (crc32_be(0, pfw, size) != crc) in uea_upload_pre_firmware()
1647 if (crc32_be(0, data, size) != crc) in request_cmvs()
/linux/drivers/media/firewire/
H A Dfiredtv-avc.c1214 crc32_csum = crc32_be(0, &c->operand[10], c->operand[12] - 1); in avc_ca_pmt()
/linux/drivers/media/dvb-core/
H A Ddvb_net.c64 c = crc32_be( c, iov[j].iov_base, iov[j].iov_len ); in iov_crc32()