Searched refs:crc32 (Results 1 – 10 of 10) sorted by relevance
| /xnu-8019.80.24/libkern/libkern/ |
| H A D | crc.h | 38 uint32_t crc32(uint32_t crc, const void *bufp, size_t len);
|
| H A D | zconf.h | 69 # define crc32 z_crc32 macro
|
| /xnu-8019.80.24/bsd/libkern/ |
| H A D | crc32.c | 93 crc32(uint32_t crc, const void *buf, size_t size) in crc32() function
|
| H A D | libkern.h | 187 uint32_t crc32(uint32_t crc, const void *bufp, size_t len);
|
| /xnu-8019.80.24/libkern/os/ |
| H A D | log.c | 756 … checksum = crc32(0, databuffer, datalen); \ 800 checksum = crc32(0, databuffer, datalen); in test_os_log() 805 checksum = crc32(0, databuffer, datalen); in test_os_log() 830 checksum = crc32(0, databuffer, datalen); in test_os_log()
|
| /xnu-8019.80.24/pexpert/arm/ |
| H A D | pe_init.c | 86 extern uint32_t crc32(uint32_t crc, const void *buf, size_t size); 617 panic_info->eph_crc = crc32(0L, &panic_info->eph_version, (panic_text_len + in PE_save_buffer_to_vram()
|
| /xnu-8019.80.24/osfmk/i386/AT386/ |
| H A D | model_dep.c | 379 cksum = crc32(0L, system_table, system_table->Hdr.HeaderSize); in efi_set_tables_64() 406 cksum = crc32(0L, runtime, runtime->Hdr.HeaderSize); in efi_set_tables_64() 964 …panic_info->mph_crc = crc32(0L, &panic_info->mph_version, (overall_buffer_size - offsetof(struct m… in paniclog_flush_internal() 1842 cksum = crc32(0L, estp, estp->Hdr.HeaderSize); in efi_get_cfgtbl_by_guid()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_fake.c | 1022 crc = crc32(crc, data, dlen); in feth_add_packet_fcs() 2954 crc = crc32(crc, mtod(iter, void *), frag_len); in feth_add_mbuf_fcs()
|
| /xnu-8019.80.24/bsd/conf/ |
| H A D | files | 165 bsd/libkern/crc32.c standard
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOHibernateIO.cpp | 2737 element = crc32(0, smcBytes, len); in IOHibernateSystemRestart()
|