Searched refs:boot_key (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_check_boot_bin.h | 81 hi_u8 boot_key[IV_BYTE_LEN]; /* part of key factor, 16 Bytes. */ member 105 hi_u8 boot_key[IV_BYTE_LEN]; /* part of key factor, 16 Bytes. */ member 125 hi_u8 boot_key[IV_BYTE_LEN]; /* part of key factor, 16 Bytes. */ member
|
H A D | upg_common.c | 993 if ((memcpy_s(key, key_len, comk->boot_key, key_len) != EOK) || in upg_get_aes_info() 1112 hi_u8 boot_key[IV_BYTE_LEN] = { 0 }; in upg_get_decrpt_rsa_key() local 1115 ret = upg_get_aes_info(head, boot_key, IV_BYTE_LEN, aes_iv, IV_BYTE_LEN); in upg_get_decrpt_rsa_key() 1135 ret = upg_set_kdf_key(boot_key, IV_BYTE_LEN); in upg_get_decrpt_rsa_key() 1162 hi_u8 boot_key[IV_BYTE_LEN] = { 0 }; in upg_get_decrpt_ecc_key() local 1165 ret = upg_get_aes_info(head, boot_key, IV_BYTE_LEN, aes_iv, IV_BYTE_LEN); in upg_get_decrpt_ecc_key() 1185 ret = upg_set_kdf_key(boot_key, IV_BYTE_LEN); in upg_get_decrpt_ecc_key()
|
H A D | upg_check_boot_bin.c | 206 if ((memcpy_s(rootkey_iv, sizeof(rootkey_iv), sub_key_com->boot_key, IV_BYTE_LEN) != EOK) || in upg_boot_decrypt()
|
Completed in 5 milliseconds