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:rootHashLen
(Results
1 - 2
of
2
) sorted by relevance
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H
A
D
app_verify_hap.c
93
static int32_t GetChunkSumCount(int32_t fileSize, int32_t coreDirectorySize, int32_t eocdSize, int32_t
rootHashLen
)
in GetChunkSumCount()
argument
102
if (
rootHashLen
< 0 || (((INT_MAX - HAP_DIGEST_PRIFIX_LEN) / count) <
rootHashLen
)) {
in GetChunkSumCount()
103
LOG_ERROR("overflow count: %d, chunkDigestLen: %d", count,
rootHashLen
);
in GetChunkSumCount()
116
int32_t
rootHashLen
= GetHashUnitLen(digestAlgorithm);
in ComputeDigestsWithOptionalBlock()
local
117
LOG_INFO("
rootHashLen
%d",
rootHashLen
);
in ComputeDigestsWithOptionalBlock()
118
if (
rootHashLen
<= 0 ||
rootHashLen
> MAX_HASH_SIZE) {
in ComputeDigestsWithOptionalBlock()
144
outbuf = (unsigned char *)APPV_MALLOC(
rootHashLen
);
in ComputeDigestsWithOptionalBlock()
302
int32_t
rootHashLen
= GetHashUnitLen(digestAlgorithm);
VerifyIntegrityChunk()
local
[all...]
H
A
D
app_verify.c
346
int32_t
rootHashLen
= GetHashUnitLen(content->algId);
in VerifyRawHash()
local
347
if (!CreateHapBuffer(&actualDigest,
rootHashLen
)) {
in VerifyRawHash()
Completed in 3 milliseconds