Searched defs:crc32 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgpt_partition.h48 grub_uint32_t crc32; member in struct:grub_gpt_header
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c80 const gcry_md_spec_t *crc32; member in struct:xz_dec
270 if (s->crc32)
271 s->crc32->write(s->crc32_context,b->out + s->out_start,
313 if (s->crc32)
314 s->crc32->write(s->crc32_context,b->in + s->in_start, in_used);
376 * Validate that the next four input bytes match the value of s->crc32.
380 int crc32)
383 const gcry_md_spec_t *hash = crc32 ? s->crc32 : s->hash;
384 grub_uint64_t *hash_context = crc32
379 hash_validate(struct xz_dec *s, struct xz_buf *b, int crc32) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c32 #include <parted/crc32.h>
415 * This function uses the crc32 function by Gary S. Brown,
424 /* Compute the crc32 checksum of the partition table header
429 uint32_t *crc32)
438 *crc32 = efi_crc32 (pth_raw, PED_LE32_TO_CPU (pth->HeaderSize));
428 pth_crc32(const PedDevice *dev, const GuidPartitionTableHeader_t *pth, uint32_t *crc32) argument
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h790 grub_efi_uint32_t crc32; member in struct:grub_efi_table_header
996 grub_efi_uint32_t *crc32);

Completed in 40 milliseconds