Searched refs:file_head (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
H A D | boot_upg_kernel.c | 54 const hi_upg_file_head *file_head) in boot_upg_lzma_verify() 66 ret = boot_upg_check_before_decompress(addr_write, section_head, file_head); in boot_upg_lzma_verify() 86 hi_upg_file_head *file_head = boot_malloc(sizeof(hi_upg_file_head)); in boot_upg_kernel_process() local 87 if (file_head == HI_NULL) { in boot_upg_kernel_process() 99 ret = boot_upg_lzma_verify(addr_write, &uncompress_size, §ion_head, file_head); in boot_upg_kernel_process() 123 boot_upg_mem_free(file_head); in boot_upg_kernel_process() 53 boot_upg_lzma_verify(hi_u32 addr_write, hi_u32 *uncompress_size, const hi_upg_section_head *section_head, const hi_upg_file_head *file_head) boot_upg_lzma_verify() argument
|
H A D | boot_upg_tool.h | 28 const hi_upg_file_head *file_head);
|
H A D | boot_upg_tool.c | 281 const hi_upg_file_head *file_head) in boot_upg_check_before_decompress() 289 g_compress_dst_addr = (hi_u32)(uintptr_t)file_head; in boot_upg_check_before_decompress() 312 ret = boot_upg_lzma_secure_verify_code(file_head, hash, SHA_256_LEN); in boot_upg_check_before_decompress() 319 ret = boot_upg_lzma_unsecure_verify_code(file_head, hash, SHA_256_LEN); in boot_upg_check_before_decompress() 280 boot_upg_check_before_decompress(hi_u32 addr_write, const hi_upg_section_head *section_head, const hi_upg_file_head *file_head) boot_upg_check_before_decompress() argument
|
Completed in 2 milliseconds