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

/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm_tag.h19 #define CRC_LEN 4 /* Length of CRC in bytes */ macro
59 char fskernelCRC[CRC_LEN]; // 196-199: kernel+rootfs CRC32
61 char imageCRC[CRC_LEN]; // 216-219: CRC32 of image less imagetag (kernel for Alice Gate)
62 char rootfsCRC[CRC_LEN]; // 220-223: CRC32 of rootfs partition
63 char kernelCRC[CRC_LEN]; // 224-227: CRC32 of kernel partition
66 char headerCRC[CRC_LEN]; // 236-239: CRC32 of header excluding tagVersion
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dbcm_tag.h19 #define CRC_LEN 4 /* Length of CRC in bytes */ macro
59 char fskernelCRC[CRC_LEN]; // 196-199: kernel+rootfs CRC32
61 char imageCRC[CRC_LEN]; // 216-219: CRC32 of image less imagetag (kernel for Alice Gate)
62 char rootfsCRC[CRC_LEN]; // 220-223: CRC32 of rootfs partition
63 char kernelCRC[CRC_LEN]; // 224-227: CRC32 of kernel partition
66 char headerCRC[CRC_LEN]; // 236-239: CRC32 of header excluding tagVersion
H A Dimagetag.c131 memcpy(&tag->imageCRC[0], &tag->kernelCRC[0], CRC_LEN);
132 memcpy(&tag->fskernelCRC[0], &tag->kernelCRC[0], CRC_LEN);
281 memcpy(&tag->imageCRC[0], &tag->kernelCRC[0], CRC_LEN);
282 memcpy(&tag->fskernelCRC[0], &tag->kernelCRC[0], CRC_LEN);
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dbcm_tag.h19 #define CRC_LEN 4 /* Length of CRC in bytes */ macro
59 char fskernelCRC[CRC_LEN]; // 196-199: kernel+rootfs CRC32
61 char imageCRC[CRC_LEN]; // 216-219: CRC32 of image less imagetag (kernel for Alice Gate)
62 char rootfsCRC[CRC_LEN]; // 220-223: CRC32 of rootfs partition
63 char kernelCRC[CRC_LEN]; // 224-227: CRC32 of kernel partition
66 char headerCRC[CRC_LEN]; // 236-239: CRC32 of header excluding tagVersion

Completed in 83 milliseconds