Searched refs:XZ_CHECK_CRC64 (Results 1 – 6 of 6) sorted by relevance
53 case XZ_CHECK_CRC64: p->crc64 = CRC64_INIT_VAL; break; in XzCheck_Init()63 case XZ_CHECK_CRC64: p->crc64 = Crc64Update(p->crc64, data, size); break; in XzCheck_Update()75 case XZ_CHECK_CRC64: in XzCheck_Final()
81 #define XZ_CHECK_CRC64 4 macro
55 XZ_CHECK_CRC64 = 4, enumerator
14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)259 else if (s->check_type == XZ_CHECK_CRC64) in dec_block()
83 case 8: id = XZ_CHECK_CRC64; break; in SetCheckSize()
2335 XZ_CHECK_CRC64 = 4, enumerator2343 #define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)2573 else if (s->check_type == XZ_CHECK_CRC64) in dec_block()