Home | History | Annotate | Download | only in oem-recovery

Lines Matching refs:sparse_crc32

60 #include "sparse_crc32.h"
347 crc = sparse_crc32(0, pentries, pentries_array_size);
370 crc = sparse_crc32(0, pentries, pentries_array_size);
375 crc = sparse_crc32(0, gpt_header, gpt_header_size);
447 if (sparse_crc32(0, gpt_header, gpt_header_size) != crc)
516 crc = sparse_crc32(0, gpt_header, gpt_header_size);
1400 disk->hdr_crc = sparse_crc32(0, disk->hdr, gpt_header_size);
1406 disk->hdr_bak_crc = sparse_crc32(0, disk->hdr_bak, gpt_header_size);
1486 disk->pentry_arr_crc = sparse_crc32(0,
1490 disk->pentry_arr_bak_crc = sparse_crc32(0,
1503 disk->hdr_crc = sparse_crc32(0, disk->hdr, gpt_header_size);
1504 disk->hdr_bak_crc = sparse_crc32(0, disk->hdr_bak, gpt_header_size);