Searched refs:crc32 (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/libkern/
H A Dcrc32.c93 crc32(uint32_t crc, const void *buf, size_t size) function
H A Dlibkern.h172 uint32_t crc32(uint32_t crc, const void *bufp, size_t len);
/darwin-on-arm/xnu/libkern/libkern/
H A Dzconf.h69 # define crc32 z_crc32 macro
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c327 crc32(uint32_t crc, const void *buf, size_t size) function
362 cksum = crc32(0L, system_table, system_table->Hdr.HeaderSize);
394 cksum = crc32(0L, runtime, runtime->Hdr.HeaderSize);
431 cksum = crc32(0L, system_table, system_table->Hdr.HeaderSize);
464 cksum = crc32(0L, runtime, runtime->Hdr.HeaderSize);
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles160 bsd/libkern/crc32.c standard
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp2969 element = crc32(0, smcBytes, len);

Completed in 33 milliseconds