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:SIGN_SHA256_LEN
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updater/services/package/pkg_algorithm/
H
A
D
pkg_algo_digest.cpp
33
static size_t signatureLens[PKG_DIGEST_TYPE_MAX] = {0, 0,
SIGN_SHA256_LEN
, SIGN_SHA384_LEN};
in GetSignatureLen()
37
return
SIGN_SHA256_LEN
;
in GetSignatureLen()
H
A
D
pkg_algo_digest.h
25
constexpr uint32_t
SIGN_SHA256_LEN
= 256;
member
/base/update/packaging_tools/
H
A
D
create_update_package.py
35
SIGN_SHA256_LEN
= 256
variable
37
UPGRADE_SIGNATURE_LEN =
SIGN_SHA256_LEN
+ SIGN_SHA384_LEN
269
self.sign_offset +=
SIGN_SHA256_LEN
328
UPGRADE_RESERVE_LEN +
SIGN_SHA256_LEN
+ SIGN_SHA384_LEN
/base/update/updater/services/package/pkg_package/
H
A
D
pkg_pkgfile.cpp
176
std::vector<uint8_t> buffer(
SIGN_SHA256_LEN
+ SIGN_SHA384_LEN, 0);
in AddSignData()
H
A
D
pkg_upgradefile.cpp
83
return
SIGN_SHA256_LEN
+ SIGN_SHA384_LEN;
in GetUpgradeSignatureLen()
406
buffer.buffer + UPGRADE_RESERVE_LEN +
SIGN_SHA256_LEN
, SIGN_SHA384_LEN);
in ReadPackageInfo()
408
signData.resize(
SIGN_SHA256_LEN
);
in ReadPackageInfo()
409
ret = memcpy_s(signData.data(), signData.size(), buffer.buffer + UPGRADE_RESERVE_LEN,
SIGN_SHA256_LEN
);
in ReadPackageInfo()
/base/update/updater/services/package/pkg_manager/
H
A
D
pkg_managerImpl.cpp
809
buffer = buff.buffer +
SIGN_SHA256_LEN
;
in DoCreatePkgStream()
Completed in 6 milliseconds