Home
last modified time | relevance | path

Searched refs:boot_malloc (Results 1 - 12 of 12) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/lzmaram/
H A Dlzmaram.c29 hi_pbyte addr = (hi_pbyte)boot_malloc(size); in lzma_alloc()
209 addr[i] = boot_malloc(malloc_size[i]); in hi_lzma_mem_detect()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.c136 hi_flash_crypto_content *content_tmp = (hi_flash_crypto_content *)boot_malloc(content_size); in crypto_decrypt_hash()
183 hi_flash_crypto_content *data_tmp = (hi_flash_crypto_content *)boot_malloc(content_size); in crypto_encrypt_hash()
268 hi_flash_crypto_content *content_tmp = (hi_flash_crypto_content *)boot_malloc(content_size); in crypto_save_work_key()
379 hi_u8 *fw_cyp_data = boot_malloc(len); in crypto_encrypt_data()
423 hi_flash_crypto_content *key_content = (hi_flash_crypto_content *)boot_malloc(sizeof(hi_flash_crypto_content)); in crypto_burn_encrypt()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.c209 hi_flash_crypto_content *data_tmp = (hi_flash_crypto_content *)boot_malloc(content_size); in crypto_encrypt_hash()
254 hi_flash_crypto_content *content_tmp = (hi_flash_crypto_content *)boot_malloc(content_size); in crypto_decrypt_hash()
299 hi_flash_crypto_content *content_tmp = (hi_flash_crypto_content *)boot_malloc(content_size); in crypto_save_work_key()
431 hi_u8 *fw_cyp_data = boot_malloc(para->crypto_total_size); in crypto_encrypt_data()
585 hi_flash_crypto_content *key_content = (hi_flash_crypto_content *)boot_malloc(sizeof(hi_flash_crypto_content)); in crypto_decrypt()
662 hi_flash_crypto_content *new_content = (hi_flash_crypto_content *)boot_malloc(sizeof(hi_flash_crypto_content)); in encrypt_upg_data()
719 encrypt_para->buf = (hi_u8 *)boot_malloc(CRYPTO_KERNEL_LENGTH); in encrypt_para_init()
873 hi_upg_head *fw_raw_data = (hi_upg_head *)boot_malloc(para->crypto_total_size); in boot_crypto_upg_file_decrypt()
923 hi_upg_common_head *upg_head = (hi_upg_common_head *)boot_malloc(sizeof(hi_upg_common_head)); in decrypt_para_init()
954 para->buf = (hi_u8 *)boot_malloc(par in decrypt_para_init()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_check_secure.c253 hi_u8 *section_sign = boot_malloc(sizeof(hi_upg_sign)); in boot_upg_secure_verify_code()
265 key2 = boot_malloc(key_length); in boot_upg_secure_verify_code()
293 hi_u8 *section_sign = boot_malloc(sizeof(hi_upg_sign)); in boot_upg_unsecure_verify_code()
344 hi_u8 *key1 = boot_malloc(key_length); in boot_upg_secure_verify_head()
345 hi_u8 *key2 = boot_malloc(key_length); in boot_upg_secure_verify_head()
H A Dboot_upg_kernel.c86 hi_upg_file_head *file_head = boot_malloc(sizeof(hi_upg_file_head)); in boot_upg_kernel_process()
H A Dboot_upg_check.c224 hi_upg_head *upg_head = (hi_upg_head *)boot_malloc(sizeof(hi_upg_head)); in boot_upg_check_file()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
H A Dmain.c53 malloc_funcs.boot_malloc = rom_boot_malloc; in start_loaderboot()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_boot_rom.h643 malloc_func boot_malloc; /* Request heap memory interface */ member
664 * @see boot_malloc_init|boot_malloc|boot_free。
706 hi_void *boot_malloc(hi_u32 size);
722 * @see boot_malloc
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/
H A Dmain.c100 malloc_funcs.boot_malloc = rom_boot_malloc; in start_fastboot()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Dcmd_loop.c430 hi_u8 *buf = boot_malloc(file_len); in loader_burn_version()
480 hi_u8 *buf = boot_malloc(file_len); in loader_burn_efuse()
718 g_cmd_ctx = (uart_ctx *)boot_malloc(sizeof(uart_ctx)); in cmd_loop_init()
H A Dtransfer.c206 g_upload_ctx = (upload_context *)boot_malloc(sizeof(upload_context)); in upload_malloc_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dhi_boot_rom.h643 malloc_func boot_malloc; /* Request heap memory interface */ member
664 * @see boot_malloc_init|boot_malloc|boot_free。
706 hi_void *boot_malloc(hi_u32 size);
722 * @see boot_malloc

Completed in 11 milliseconds