Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dburn_file.h87 } upg_ecc_key; typedef
150 upg_ecc_key key; /**< Key of ecc.CNcomment:ECC算法密钥。CNend */
162 upg_ecc_key ecc; /**< Key of ecc.CNcomment:ecc密钥。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_upg_file.h94 } upg_ecc_key; typedef
162 upg_ecc_key key; /**< Key of ecc.CNcomment:ECC算法密钥。CNend */
174 upg_ecc_key ecc; /**< Key of ecc.CNcomment:ecc密钥。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_upg_file.h83 } upg_ecc_key; typedef
151 upg_ecc_key key; /**< Key of ecc.CNcomment:ECC算法密钥。CNend */
163 upg_ecc_key ecc; /**< Key of ecc.CNcomment:ecc密钥。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmake_upg_file.py65 class upg_ecc_key(Structure): class
288 key_bin = bytearray(sizeof(upg_ecc_key))
289 ecc_key = upg_ecc_key.from_buffer(key_bin)
430 (common_key_offset, common_key_size) = make_part_offset_size(temp_offset, sizeof(upg_ecc_key))
720 (common_key_offset, common_key_size) = make_part_offset_size(temp_offset, sizeof(upg_ecc_key))
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_check.c183 if (head->key_len != sizeof(upg_ecc_key)) { in boot_upg_check_alg_param()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_file.c259 if (head->section_offset != (sizeof(hi_upg_common_head) + sizeof(upg_ecc_key) + sizeof(upg_ecc_sign))) { in upg_check_alg_param()

Completed in 5 milliseconds