Searched refs:ota_malloc (Results 1 – 11 of 11) sorted by relevance
39 #define kmalloc(size, flags) ota_malloc(size)41 #define vmalloc(size) ota_malloc(size)
17 data_buf = ota_malloc(SECTOR_SIZE); in xz_check_file_crc()92 in_buf = ota_malloc(XZ_BUF_SIZE); in copy_xz()97 out_buf = ota_malloc(XZ_BUF_SIZE); in copy_xz()217 data_buf = ota_malloc(SECTOR_SIZE); in xz_verify_uncompress_file()
20 void *ota_malloc(int size);
53 void *ota_malloc(int size) in ota_malloc() function
33 ota_cache = ota_malloc(OTA_FLASH_WRITE_CACHE_SIZE); in ota_hal_init()
65 ota_cache = ota_malloc(OTA_FLASH_WRITE_CACHE_SIZE); in ota_hal_init()
73 dig = ota_malloc(dig_len); in ota_verify_rsa_sign()
134 rd_buf = ota_malloc(OTA_BUF_VERIFY); in ota_check_image_hash()
235 new_url = ota_malloc(tmp_url_len); in ota_download_image_header()385 new_url = ota_malloc(tmp_url_len); in ota_download_start()
62 new_url = ota_malloc(tmp_url_len); in ota_download_store_fs_start()
122 ctx->header.image_info = ota_malloc(sizeof(ota_image_info_t)); in ota_service_start()129 ctx->header.sign_info = ota_malloc(sizeof(ota_sign_info_t)); in ota_service_start()
Completed in 10 milliseconds