Home
last modified time | relevance | path

Searched refs:code_section_length (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_check_boot_bin.c230 ret = hi_cipher_aes_crypto(decrypt_addr, decrypt_addr, head->code_section_length, HI_FALSE); in upg_boot_decrypt()
251 …t = hi_cipher_hash_sha256((uintptr_t)data, (head->code_section_offset + head->code_section_length), in upg_check_boot_from_mem()
319 hi_u32 ret = upg_hash_one_content(addr, (head->code_section_offset + head->code_section_length), in upg_check_unencrpt_boot_code()
565 … ret = upg_check_non_secure_boot_bin(addr, (head->code_section_offset + head->code_section_length), in upg_check_boot_file()
Dupg_check_boot_bin.h142 hi_u32 code_section_length; /* Length of Bootloader Code Section. */ member