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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Defi.c77 * - Moved crc32() to linux/lib, added efi_crc32().
209 * efi_crc32() - EFI version of crc32 function
221 efi_crc32(const void *buf, unsigned long len) function
425 crc = efi_crc32((const unsigned char *) (*gpt), le32_to_cpu((*gpt)->header_size));
454 crc = efi_crc32((const unsigned char *) (*ptes),

Completed in 39 milliseconds