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

/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm_tag.h61 char imageCRC[CRC_LEN]; // 216-219: CRC32 of image less imagetag (kernel for Alice Gate) member in struct:bcm_tag
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dbcm_tag.h61 char imageCRC[CRC_LEN]; // 216-219: CRC32 of image less imagetag (kernel for Alice Gate) member in struct:bcm_tag
H A Dimagetag.c131 memcpy(&tag->imageCRC[0], &tag->kernelCRC[0], CRC_LEN);
281 memcpy(&tag->imageCRC[0], &tag->kernelCRC[0], CRC_LEN);
299 *(uint32_t *)(&tag->imageCRC[0]));
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dbcm_tag.h61 char imageCRC[CRC_LEN]; // 216-219: CRC32 of image less imagetag (kernel for Alice Gate) member in struct:bcm_tag
H A Dspw303v.c66 unsigned char imageCRC[4]; // 216-219: CRC32 of images member in struct:spw303v_tag
140 crc = ntohl(*((uint32_t *)&tag->imageCRC));
144 memcpy(tag->imageCRC, &crc, 4);
H A Dimagetag.c406 int2tag(tag.imageCRC, kernelfscrc);
408 int2tag(tag.imageCRC, kernelcrc);

Completed in 199 milliseconds