Searched defs:efi_crc32 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libefi/common/
H A Dcrc32_efi.c40 efi_crc32(const unsigned char *s, unsigned int len) function
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c419 efi_crc32 (const void *buf, unsigned long len) function
438 *crc32 = efi_crc32 (pth_raw, PED_LE32_TO_CPU (pth->HeaderSize));
625 uint32_t ptes_crc = efi_crc32 (ptes, ptes_bytes);
1020 uint32_t ptes_crc = efi_crc32 (ptes, ptes_bytes);
1228 ptes_crc = efi_crc32 (ptes, crc_ptes_size);

Completed in 36 milliseconds