Searched refs:second_loader_hdr (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | loaderimage.c | 91 } second_loader_hdr; typedef 145 second_loader_hdr hdr; in main() 284 if (size > max_size - sizeof(second_loader_hdr)) { in main() 288 memset(&hdr, 0, sizeof(second_loader_hdr)); in main() 292 if (!fread(buf + sizeof(second_loader_hdr), size, 1, fi)) in main() 300 0, (const unsigned char *)buf + sizeof(second_loader_hdr), size); in main() 302 hdr.js_hash = js_hash((uint8_t *)buf + sizeof(second_loader_hdr), size); in main() 309 SHA_update(&ctx, buf + sizeof(second_loader_hdr), size); in main() 326 sha256_update(&ctx, (void *)buf + sizeof(second_loader_hdr), size); in main() 340 memcpy(buf, &hdr, sizeof(second_loader_hdr)); in main() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spl_rkfw.h | 104 } second_loader_hdr; /* Size:2K */ typedef
|