Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/mtd/ubi/
H A Dcrc32.c157 u32 __attribute_pure__ crc32_be(u32 crc, unsigned char const *p, size_t len);
165 u32 __attribute_pure__ crc32_be(u32 crc, unsigned char const *p, size_t len) in crc32_be() function
179 u32 __attribute_pure__ crc32_be(u32 crc, unsigned char const *p, size_t len) in crc32_be() function
248 EXPORT_SYMBOL(crc32_be);
437 crc1 = crc32_be(init, buf, len); in test_step()
439 crc2 = crc32_be(init, buf, len + 4); in test_step()
445 crc2 = crc32_be(init, buf, i); in test_step()
446 crc2 = crc32_be(crc2, buf + i, len + 4 - i); in test_step()
/openbmc/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()
/openbmc/linux/lib/
H A Dcrc32.c209 u32 __pure crc32_be_base(u32, unsigned char const *, size_t) __alias(crc32_be);
334 u32 __pure __weak crc32_be(u32 crc, unsigned char const *p, size_t len) function
339 u32 __pure __weak crc32_be(u32 crc, unsigned char const *p, size_t len) function
344 EXPORT_SYMBOL(crc32_be);
H A Dcrc32test.c763 crc ^= crc32_be(test[i].crc, test_buf + in crc32_test()
776 if (test[i].crc_be != crc32_be(test[i].crc, test_buf + in crc32_test()
/openbmc/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()
H A Dinode.c355 crc32_be(0, (char *)(bh1->b_data + 8), 504)) { in qnx6_fill_super()
396 crc32_be(0, (char *)(bh2->b_data + 8), 504)) { in qnx6_fill_super()
/openbmc/linux/include/linux/
H A Dcrc32.h12 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len);
/openbmc/linux/arch/arm64/lib/
H A Dcrc32.S155 SYM_FUNC_START(crc32_be)
160 SYM_FUNC_END(crc32_be)
/openbmc/linux/net/bluetooth/bnep/
H A Dbnep.h170 return crc32_be(~0, addr, ETH_ALEN) >> 26; in bnep_mc_hash()
/openbmc/linux/drivers/media/i2c/
H A Dsaa6752hs.c465 crc = crc32_be(~0, &localPAT[7], sizeof(PAT) - 7 - 4); in saa6752hs_init()
487 crc = crc32_be(~0, &localPMT[7], size - 7 - 4); in saa6752hs_init()
/openbmc/linux/drivers/usb/atm/
H A Dusbatm.c359 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()
H A Dueagle-atm.c622 if (crc32_be(0, pfw, size) != crc) in uea_upload_pre_firmware()
1660 if (crc32_be(0, data, size) != crc) in request_cmvs()
/openbmc/linux/drivers/of/
H A Dfdt.c1180 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_scan_chosen()
1284 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_verify()
1389 if (of_fdt_crc32 != crc32_be(~0, initial_boot_params, in of_fdt_raw_init()
/openbmc/linux/arch/s390/crypto/
H A Dcrc32-vx.c80 DEFINE_CRC32_VX(crc32_be_vx, crc32_be_vgfm_16, crc32_be) in DEFINE_CRC32_VX()
/openbmc/linux/fs/jbd2/
H A Drecovery.c414 *crc32_sum = crc32_be(*crc32_sum, (void *)bh->b_data, bh->b_size); in calc_chksums()
425 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data, in calc_chksums()
H A Dcommit.c306 checksum = crc32_be(crc32_sum, addr, bh->b_size); in jbd2_checksum_data()
/openbmc/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.c582 crc = crc32_be(0, in, ilen); in sw842_compress()
/openbmc/linux/drivers/bluetooth/
H A Dbtnxpuart.c658 nxp_cmd5.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd5, in nxp_fw_change_baudrate()
677 uart_config.crc = __cpu_to_be32(crc32_be(0UL, (char *)&uart_config, in nxp_fw_change_baudrate()
700 nxp_cmd7.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd7, in nxp_fw_change_timeout()
/openbmc/qemu/target/tricore/
H A Dhelper.h138 DEF_HELPER_FLAGS_2(crc32_be, TCG_CALL_NO_RWG_SE, i32, i32, i32)
/openbmc/linux/drivers/input/touchscreen/
H A Dchipone_icn8505.c265 crc = crc32_be(0, fw->data, fw->size); in icn8505_try_fw_upload()
/openbmc/linux/net/mac80211/
H A Dutil.c1010 *crc = crc32_be(*crc, (void *)elem, elem->datalen + 2); in ieee80211_parse_extension_element()
1090 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
1140 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
1190 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
1199 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
1329 crc = crc32_be(crc, pos - 2, elen + 2); in _ieee802_11_parse_elems_full()
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_demux.c90 return (f->feed.sec.crc_val = crc32_be(f->feed.sec.crc_val, src, len)); in dvb_dmx_crc32()
H A Ddvb_net.c64 c = crc32_be( c, iov[j].iov_base, iov[j].iov_len ); in iov_crc32()
/openbmc/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()

12