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:hvb_malloc
(Results
1 - 7
of
7
) sorted by relevance
/base/startup/hvb/libhvb/src/utils/
H
A
D
hvb_util.c
24
hex =
hvb_malloc
(len * 2 + 1);
in hvb_bin2hex()
91
void *
hvb_malloc
(uint64_t size)
in hvb_malloc()
function
104
void *ret =
hvb_malloc
(size);
in hvb_calloc()
120
char *new_str =
hvb_malloc
(len + 1);
in hvb_strdup()
/base/startup/hvb/libhvb/include/
H
A
D
hvb_util.h
53
void *
hvb_malloc
(uint64_t size);
/base/startup/hvb/libhvb/src/crypto/
H
A
D
hvb_rsa_verify.c
58
m_tmp = (uint8_t *)
hvb_malloc
(m_tmp_len);
in emsa_pss_calc_m()
94
hash_tmp = (uint8_t *)
hvb_malloc
(digestlen);
in emsa_pss_hash_cmp()
152
pt = (uint8_t *)
hvb_malloc
(mask_len + hash_len);
in rsa_gen_mask_mgf_v1()
157
pc = (uint8_t *)
hvb_malloc
(seed_len + sizeof(uint32_t));
in rsa_gen_mask_mgf_v1()
265
db = (uint8_t *)
hvb_malloc
(db_len); /* db is dbmask */
in emsa_pss_verify()
419
em_data =
hvb_malloc
(klen);
in hvb_rsa_verify_pss()
H
A
D
hvb_rsa.c
94
p_data =
hvb_malloc
(word_len * WORD_BYTE_SIZE);
in lin_calloc()
116
p_res =
hvb_malloc
(sizeof(struct long_int_num));
in lin_create()
/base/startup/hvb/test/
H
A
D
hvb_main.c
206
hvb_ops = (struct hvb_ops *)
hvb_malloc
(sizeof(struct hvb_ops));
in hvb_ops_user()
/base/startup/hvb/libhvb/src/footer/
H
A
D
hvb_footer.c
141
cert_buf.addr =
hvb_malloc
(cert_buf.size);
in footer_init_desc()
/base/startup/hvb/libhvb/src/cert/
H
A
D
hvb_cert.c
119
image_buf.addr =
hvb_malloc
(image_buf.size);
in hash_image_init_desc()
454
hash =
hvb_malloc
(hash_len);
in hvb_verify_cert()
Completed in 4 milliseconds