Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libefi/common/
H A Dcrc32_efi.c38 efi_crc32(const unsigned char *s, unsigned int len) in efi_crc32() function
H A Drdwr_efi.c134 extern unsigned int efi_crc32(const unsigned char *, unsigned int);
354 crc != LE_32(efi_crc32((unsigned char *)efi, in check_label()
359 crc, LE_32(efi_crc32((unsigned char *)efi, in check_label()
1223 LE_32(efi_crc32((unsigned char *)efi_parts, in efi_write()
1225 efi->efi_gpt_HeaderCRC32 = LE_32(efi_crc32((unsigned char *)efi, in efi_write()
1273 LE_32(efi_crc32((unsigned char *)dk_ioc.dki_data, EFI_HEADER_SIZE)); in efi_write()
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c314 efi_crc32(const unsigned char *s, unsigned int len) in efi_crc32() function
463 crc = efi_crc32((unsigned char *)header, in cmd_gpt()
565 crc = efi_crc32((unsigned char *)gpet, in cmd_gpt()