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:raw_buf
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
kernel_crypto.c
377
hi_u8 *fw_raw_data = para->
raw_buf
;
in crypto_decrypt_kernel()
486
ret = hi_cipher_aes_crypto((uintptr_t)(para->
raw_buf
), (uintptr_t)fw_cyp_data, para->encrypt_size, HI_TRUE);
in crypto_encrypt_data()
588
para->
raw_buf
= (hi_u8 *)hi_malloc(0, para->encrypt_size);
in crypto_init_param()
589
if (para->
raw_buf
== HI_NULL) {
in crypto_init_param()
633
hi_u8 *fw_raw_data = para->
raw_buf
;
in crypto_upg_file_decrypt()
688
crypto_mem_free(data->
raw_buf
);
in crypto_encrypt_data_to_flash()
H
A
D
upg_check_secure.c
208
para->
raw_buf
= (hi_u8 *)hi_malloc(0, CRYPTO_KERNEL_LENGTH);
in upg_crypto_set_secure_verify_param()
209
if (para->
raw_buf
== HI_NULL) {
in upg_crypto_set_secure_verify_param()
219
param->flash_addr[1] = (uintptr_t)(para->
raw_buf
);
in upg_crypto_set_secure_verify_param()
292
crypto_mem_free(para->
raw_buf
);
in upg_check_upg_file_code()
H
A
D
kernel_crypto.h
88
hi_u8 *
raw_buf
;
member
Completed in 2 milliseconds