Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:boot_malloc
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/lzmaram/
H
A
D
lzmaram.c
29
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
D
load_crypto.c
136
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
D
crypto.c
209
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
D
boot_upg_check_secure.c
253
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
D
boot_upg_kernel.c
86
hi_upg_file_head *file_head =
boot_malloc
(sizeof(hi_upg_file_head));
in boot_upg_kernel_process()
H
A
D
boot_upg_check.c
224
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
D
main.c
53
malloc_funcs.
boot_malloc
= rom_boot_malloc;
in start_loaderboot()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_boot_rom.h
643
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
D
main.c
100
malloc_funcs.
boot_malloc
= rom_boot_malloc;
in start_fastboot()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H
A
D
cmd_loop.c
430
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
D
transfer.c
206
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
D
hi_boot_rom.h
643
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