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
defs:signLen
(Results
1 - 8
of
8
) sorted by relevance
/base/update/sys_installer_lite/frameworks/source/verify/
H
A
D
hota_verify.c
103
static int32 HotaSignVerifyByHash(const uint8 *hash, uint32 hashLen, const uint8 *imageSign, uint32
signLen
)
in HotaSignVerifyByHash()
argument
132
int32 HotaSignVerify(uint8 *image, uint32 imgLen, uint8 *imageSign, uint32
signLen
)
in HotaSignVerify()
argument
/base/update/updater/services/package/pkg_algorithm/
H
A
D
pkg_algo_sign.h
71
UNUSED(
signLen
);
variable
/base/tee/tee_client/frameworks/libteec_vendor/
H
A
D
tee_client_app_load.h
50
uint32_t
signLen
; /* sign file len, now rsa 2048 this len is 256 */
member
/base/global/i18n_lite/frameworks/i18n/src/
H
A
D
str_util.cpp
31
int
signLen
= strlen(sign);
in ReplaceAndCountOff()
local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H
A
D
openssl_rsa_helper.c
470
size_t
signLen
= signData->size;
in OpensslSignRsa()
local
H
A
D
openssl_dsa_helper.c
194
size_t
signLen
= signData->size;
in OpensslSignDsa()
local
/base/update/updater/services/package/pkg_package/
H
A
D
pkg_upgradefile.cpp
268
size_t
signLen
= parsedLen;
in ReadSignData()
local
/base/update/updater/services/package/pkg_manager/
H
A
D
pkg_managerImpl.cpp
855
size_t
signLen
= DigestAlgorithm::GetSignatureLen(info->digestMethod);
in DoCreatePkgStream()
local
Completed in 7 milliseconds