| /linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | crc32.h | 22 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 D | crc32-main.c | 78 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 D | super_mmi.c | 62 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()
|
| H A D | inode.c | 348 crc32_be(0, (char *)(bh1->b_data + 8), 504)) { in qnx6_fill_super() 389 crc32_be(0, (char *)(bh2->b_data + 8), 504)) { in qnx6_fill_super()
|
| /linux/include/linux/ |
| H A D | crc32.h | 59 u32 crc32_be(u32 crc, const void *p, size_t len);
|
| /linux/net/mac80211/ |
| H A D | parse.c | 195 *crc = crc32_be(*crc, (void *)elem, elem->datalen + 2); in ieee80211_parse_extension_element() 373 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full() 430 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full() 492 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full() 504 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full() 684 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
|
| H A D | mlme.c | 7502 ncrc = crc32_be(0, (void *)&mgmt->u.beacon.beacon_int, 4); in ieee80211_rx_mgmt_beacon()
|
| /linux/net/bluetooth/bnep/ |
| H A D | bnep.h | 170 return crc32_be(~0, addr, ETH_ALEN) >> 26; in bnep_mc_hash()
|
| /linux/drivers/of/ |
| H A D | fdt.c | 1109 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_scan_chosen() 1208 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_verify() 1288 of_fdt_crc32 = crc32_be(~0, fdt, fdt_totalsize(fdt)); in unflatten_device_tree() 1328 if (of_fdt_crc32 != crc32_be(~0, initial_boot_params, in of_fdt_raw_init()
|
| /linux/drivers/platform/cznic/ |
| H A D | turris-omnia-mcu-sys-off-wakeup.c | 132 put_unaligned_le32(crc32_be(~0, (void *)&tmp, sizeof(tmp)), &cmd[5]); in omnia_power_off()
|
| /linux/drivers/usb/atm/ |
| H A D | usbatm.c | 359 if (crc32_be(~0, skb_tail_pointer(sarb) - pdu_length, pdu_length) != 0xc704dd7b) { in usbatm_extract_one_cell() 492 ctrl->crc = ~crc32_be(ctrl->crc, ptr, left - 4); in usbatm_write_cells() 503 ctrl->crc = crc32_be(ctrl->crc, ptr, left); in usbatm_write_cells() 677 ctrl->crc = crc32_be(~0, skb->data, skb->len); in usbatm_atm_send()
|
| /linux/lib/842/ |
| H A D | 842_decompress.c | 385 if (crc != (u64)crc32_be(0, out, total - p.olen)) { in sw842_decompress()
|
| H A D | 842_compress.c | 584 crc = crc32_be(0, in, ilen); in sw842_compress()
|
| /linux/lib/crc/tests/ |
| H A D | crc_kunit.c | 374 return crc32_be(crc, p, len); in crc32_be_wrapper()
|
| /linux/drivers/input/touchscreen/ |
| H A D | chipone_icn8505.c | 264 crc = crc32_be(0, fw->data, fw->size); in icn8505_try_fw_upload()
|
| /linux/drivers/bluetooth/ |
| H A D | btnxpuart.c | 815 nxp_cmd5.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd5, in nxp_fw_change_baudrate() 837 uart_config.crc = __cpu_to_be32(crc32_be(0UL, (char *)&uart_config, in nxp_fw_change_baudrate() 860 nxp_cmd7.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd7, in nxp_fw_change_timeout()
|
| /linux/drivers/media/dvb-core/ |
| H A D | dvb_net.c | 64 c = crc32_be( c, iov[j].iov_base, iov[j].iov_len ); in iov_crc32()
|
| /linux/drivers/media/firewire/ |
| H A D | firedtv-avc.c | 1214 crc32_csum = crc32_be(0, &c->operand[10], c->operand[12] - 1); in avc_ca_pmt()
|