Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 11 of 11) sorted by relevance

/xnu-10063.101.15/libkern/libkern/
H A Dcrc.h37 uint32_t crc32(uint32_t crc, const void *bufp, size_t len);
H A Dzconf.h69 # define crc32 z_crc32 macro
/xnu-10063.101.15/bsd/libkern/
H A Dcrc32.c93 crc32(uint32_t crc, const void *buf, size_t size) in crc32() function
H A Dlibkern.h199 uint32_t crc32(uint32_t crc, const void *bufp, size_t len);
/xnu-10063.101.15/pexpert/arm/
H A Dpe_init.c95 extern uint32_t crc32(uint32_t crc, const void *buf, size_t size);
640 panic_info->eph_crc = crc32(0L, &panic_info->eph_version, (panic_text_len + in PE_update_panic_crc()
/xnu-10063.101.15/osfmk/i386/AT386/
H A Dmodel_dep.c382 cksum = crc32(0L, system_table, system_table->Hdr.HeaderSize); in efi_set_tables_64()
409 cksum = crc32(0L, runtime, runtime->Hdr.HeaderSize); in efi_set_tables_64()
969 …panic_info->mph_crc = crc32(0L, &panic_info->mph_version, (overall_buffer_size - offsetof(struct m… in paniclog_flush_internal()
1841 cksum = crc32(0L, estp, estp->Hdr.HeaderSize); in efi_get_cfgtbl_by_guid()
/xnu-10063.101.15/iokit/Kernel/
H A DIONVRAMV3Handler.cpp681 crc = crc32(0, header->name_data_buf + header->nameSize, header->dataSize); in unserializeVariables()
823 newV3Entry->header.crc = crc32(0, newV3Entry->header.name_data_buf + entryNameLen, dataSize); in setVariableInternal()
H A DIOHibernateIO.cpp2746 element = crc32(0, smcBytes, len); in IOHibernateSystemRestart()
/xnu-10063.101.15/libkern/os/
H A Dlog.c1299 *crc = crc32(0, buf, n); in save_pattern()
/xnu-10063.101.15/bsd/net/
H A Dif_fake.c1181 crc = crc32(crc, data, dlen); in feth_add_packet_fcs()
3458 crc = crc32(crc, mtod(iter, void *), frag_len); in feth_add_mbuf_fcs()
/xnu-10063.101.15/bsd/conf/
H A Dfiles115 bsd/libkern/crc32.c standard