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:SignBlockInfo
(Results
1 - 9
of
9
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H
A
D
sign_block_info.cpp
21
SignBlockInfo
::
SignBlockInfo
()
in SignBlockInfo()
function in OHOS::SignatureTools::SignBlockInfo
25
SignBlockInfo
::
SignBlockInfo
(bool needGenerateDigest)
in SignBlockInfo()
function in OHOS::SignatureTools::SignBlockInfo
30
std::unordered_map<int8_t, SigningBlock>&
SignBlockInfo
::GetSignBlockMap()
in GetSignBlockMap()
35
std::vector<int8_t>&
SignBlockInfo
::GetFileDigest()
in GetFileDigest()
40
void
SignBlockInfo
::SetFileDigest(const std::vector<int8_t>& fileDigest)
in SetFileDigest()
45
std::vector<int8_t>&
SignBlockInfo
::GetRawDigest()
in GetRawDigest()
50
void
SignBlockInfo
::SetRawDigest(const std::vector<int8_t>& rawDigest)
in SetRawDigest()
55
bool
SignBlockInfo
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H
A
D
sign_block_info_test.cpp
43
SignBlockInfo
signBlockInfo(false);
in HWTEST_F()
60
SignBlockInfo
signBlockInfo(true);
in HWTEST_F()
77
SignBlockInfo
signBlockInfo(true);
in HWTEST_F()
95
SignBlockInfo
signBlockInfo(true);
in HWTEST_F()
112
SignBlockInfo
signBlockInfo(true);
in HWTEST_F()
130
SignBlockInfo
signBlockInfo(true);
in HWTEST_F()
H
A
D
verify_elf_test.cpp
390
SignBlockInfo
signBlockInfo(false);
in HWTEST_F()
408
SignBlockInfo
signBlockInfo(false);
in HWTEST_F()
743
SignBlockInfo
signBlockInfo(false);
in HWTEST_F()
773
SignBlockInfo
signBlockInfo(false);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
H
A
D
sign_block_info.h
26
class
SignBlockInfo
{
class
28
SignBlockInfo
();
29
SignBlockInfo
(bool needGenerateDigest);
/developtools/hapsigner/hapsigntool_cpp/hap/verify/include/
H
A
D
verify_elf.h
44
static bool GetSignBlockInfo(const std::string& file,
SignBlockInfo
& signBlockInfo,
47
SignBlockInfo
& signBlockInfo);
61
static bool GenerateFileDigest(std::vector<int8_t>& fileBytes,
SignBlockInfo
& signBlockInfo);
H
A
D
verify_bin.h
33
bool VerifyBinDigest(
SignBlockInfo
& signBlockInfo);
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H
A
D
verify_bin.cpp
61
SignBlockInfo
signBlockInfo(true);
in VerifyBinFile()
84
bool VerifyBin::VerifyBinDigest(
SignBlockInfo
& signBlockInfo)
in VerifyBinDigest()
H
A
D
verify_elf.cpp
77
SignBlockInfo
signBlockInfo(false);
in VerifyElfFile()
141
bool VerifyElf::GetSignBlockInfo(const std::string& file,
SignBlockInfo
& signBlockInfo,
in GetSignBlockInfo()
190
SignBlockInfo
& signBlockInfo)
in GetFileDigest()
204
bool VerifyElf::GenerateFileDigest(std::vector<int8_t>& fileBytes,
SignBlockInfo
& signBlockInfo)
in GenerateFileDigest()
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/codesigning/codesigning_fuzzer/
H
A
D
codesigning_fuzzer.cpp
25
SignBlockInfo
object;
in SignBlockInfoObjectBuild()
Completed in 5 milliseconds