Searched refs:__nosan_crc16 (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/libkern/ |
| H A D | libkern.h | 191 uint16_t __nosan_crc16(uint16_t crc, const void *bufp, size_t len); 194 __nosan_crc16(uint16_t crc, const void *bufp, size_t len) in __nosan_crc16() function
|
| H A D | crc16.c | 83 __nosan_crc16(uint16_t crc, const void *buf, size_t size) in __nosan_crc16() function
|
| /xnu-8792.41.9/san/memory/ |
| H A D | kasan-classic.c | 559 crc = __nosan_crc16(crc, (void *)(addr - h->left_rz), h->left_rz); in kasan_alloc_crc() 560 crc = __nosan_crc16(crc, (void *)(addr + h->user_size), rightrz); in kasan_alloc_crc() 730 return __nosan_crc16(0, &fle->bits, fle->size - offsetof(struct freelist_entry, bits)); in fle_crc()
|