Searched refs:crc32 (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.81.4/libkern/libkern/ |
| H A D | crc.h | 37 uint32_t crc32(uint32_t crc, const void *bufp, size_t len);
|
| H A D | zconf.h | 69 # define crc32 z_crc32 macro
|
| /xnu-12377.81.4/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 | 199 uint32_t crc32(uint32_t crc, const void *bufp, size_t len);
|
| /xnu-12377.81.4/pexpert/arm/ |
| H A D | pe_init.c | 104 extern uint32_t crc32(uint32_t crc, const void *buf, size_t size); 662 panic_info->eph_crc = crc32(0L, &panic_info->eph_version, (panic_text_len + in PE_update_panic_crc()
|
| /xnu-12377.81.4/osfmk/i386/AT386/ |
| H A D | model_dep.c | 375 cksum = crc32(0L, system_table, system_table->Hdr.HeaderSize); in efi_set_tables_64() 402 cksum = crc32(0L, runtime, runtime->Hdr.HeaderSize); in efi_set_tables_64() 970 …panic_info->mph_crc = crc32(0L, &panic_info->mph_version, (overall_buffer_size - offsetof(struct m… in paniclog_flush_internal() 1848 cksum = crc32(0L, estp, estp->Hdr.HeaderSize); in efi_get_cfgtbl_by_guid()
|
| /xnu-12377.81.4/iokit/Kernel/ |
| H A D | IONVRAMV3Handler.cpp | 690 crc = crc32(0, header->name_data_buf + header->nameSize, header->dataSize); in unserializeVariables() 839 newV3Entry->header.crc = crc32(0, newV3Entry->header.name_data_buf + entryNameLen, dataSize); in setVariableInternal()
|
| H A D | IOHibernateIO.cpp | 2856 element = crc32(0, smcBytes, len); in IOHibernateSystemRestart()
|
| /xnu-12377.81.4/libkern/os/ |
| H A D | log.c | 1306 *crc = crc32(0, buf, n); in save_pattern()
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | debug.c | 1274 …__unused uint32_t panic_initiator_crc = panic_initiator ? crc32(0, panic_initiator, strnlen(panic_… in panic_trap_to_debugger()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_fake.c | 1353 crc = crc32(crc, data, dlen); in feth_add_packet_fcs() 3792 crc = crc32(crc, mtod(iter, void *), frag_len); in feth_add_mbuf_fcs()
|
| /xnu-12377.81.4/bsd/conf/ |
| H A D | files | 113 bsd/libkern/crc32.c standard
|