Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dburn_file.h77 } upg_rsa_key; typedef
145 upg_rsa_key key; /**< Key of rsa.CNcomment:RSA算法密钥。CNend */
161 upg_rsa_key rsa; /**< Key of rsa.CNcomment:rsa密钥。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_upg_file.h84 } upg_rsa_key; typedef
157 upg_rsa_key key; /**< Key of rsa.CNcomment:RSA算法密钥。CNend */
173 upg_rsa_key rsa; /**< Key of rsa.CNcomment:rsa密钥。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_upg_file.h73 } upg_rsa_key; typedef
146 upg_rsa_key key; /**< Key of rsa.CNcomment:RSA算法密钥。CNend */
162 upg_rsa_key rsa; /**< Key of rsa.CNcomment:rsa密钥。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_file.c253 if (head->section_offset != (sizeof(hi_upg_common_head) + sizeof(upg_rsa_key) + sizeof(upg_rsa_sign))) { in upg_check_alg_param()
301 if (head->key_len != sizeof(upg_rsa_key)) { in upg_check_head_common_info()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmake_upg_file.py53 class upg_rsa_key(Structure): class
278 key_bin = bytearray(sizeof(upg_rsa_key))
279 rsa_key = upg_rsa_key.from_buffer(key_bin)
426 (common_key_offset, common_key_size) = make_part_offset_size(temp_offset, sizeof(upg_rsa_key))
716 (common_key_offset, common_key_size) = make_part_offset_size(temp_offset, sizeof(upg_rsa_key))
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_check.c175 if (head->key_len != sizeof(upg_rsa_key)) { in boot_upg_check_alg_param()

Completed in 5 milliseconds