Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/partitions/
H A Defi.c71 * - Moved crc32() to linux/lib, added efi_crc32().
108 * efi_crc32() - EFI version of crc32 function
120 efi_crc32(const void *buf, unsigned long len) in efi_crc32() function
377 crc = efi_crc32((const unsigned char *) (*gpt), le32_to_cpu((*gpt)->header_size)); in is_gpt_valid()
436 crc = efi_crc32((const unsigned char *) (*ptes), pt_size); in is_gpt_valid()
/kernel/linux/linux-6.6/block/partitions/
H A Defi.c71 * - Moved crc32() to linux/lib, added efi_crc32().
108 * efi_crc32() - EFI version of crc32 function
120 efi_crc32(const void *buf, unsigned long len) in efi_crc32() function
375 crc = efi_crc32((const unsigned char *) (*gpt), le32_to_cpu((*gpt)->header_size)); in is_gpt_valid()
434 crc = efi_crc32((const unsigned char *) (*ptes), pt_size); in is_gpt_valid()

Completed in 3 milliseconds