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:hapInfoSegment
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
H
A
D
CodeSignBlock.java
64
private HapInfoSegment
hapInfoSegment
;
field in CodeSignBlock
76
this.
hapInfoSegment
= new HapInfoSegment();
in CodeSignBlock()
143
segmentHeaderList.add(new SegmentHeader(SegmentHeader.CSB_HAP_META_SEG, this.
hapInfoSegment
.size()));
in setSegmentHeaders()
166
return
hapInfoSegment
;
in getHapInfoSegment()
170
this.
hapInfoSegment
= hapSeg;
in setHapInfoSegment()
194
if (this.
hapInfoSegment
.getSignInfo().getExtensionByType(MerkleTreeExtension.MERKLE_TREE_INLINED) != null) {
in toByteArray()
198
bf.put(this.
hapInfoSegment
.toByteArray());
in toByteArray()
248
+ this.fsVerityInfoSegment.size() + this.
hapInfoSegment
.size() + this.nativeLibInfoSegment.size();
in generateCodeSignBlockByte()
249
Extension ext = this.
hapInfoSegment
.getSignInfo().getExtensionByType(MerkleTreeExtension.MERKLE_TREE_INLINED);
in generateCodeSignBlockByte()
268
this.
hapInfoSegment
, thi
in toString()
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H
A
D
code_sign_block.cpp
81
SegmentHeader tempVar2(SegmentHeader::CSB_HAP_META_SEG,
hapInfoSegment
.GetSize());
in SetSegmentHeaders()
105
return
hapInfoSegment
;
in GetHapInfoSegment()
110
hapInfoSegment
= hapSeg;
in SetHapInfoSegment()
142
hapInfoSegment
.ToByteArray(hapInfoSegmentVec);
in ToByteArray()
185
+
hapInfoSegment
.GetSize()
in GenerateCodeSignBlockByte()
187
Extension* ext =
hapInfoSegment
.GetSignInfo().GetExtensionByType(MerkleTreeExtension::MERKLE_TREE_INLINED);
in GenerateCodeSignBlockByte()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H
A
D
code_sign_block.h
61
HapInfoSegment
hapInfoSegment
;
member in OHOS::SignatureTools::CodeSignBlock
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H
A
D
code_sign_block_test.cpp
247
HapInfoSegment
hapInfoSegment
(10945, signInfo);
in HWTEST_F()
248
api->SetHapInfoSegment(
hapInfoSegment
);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H
A
D
verify_code_signature.cpp
259
HapInfoSegment
hapInfoSegment
= HapInfoSegment::FromByteArray(*(std::vector<int8_t> *) & sh);
in ParseSegmentHead()
local
260
csb.SetHapInfoSegment(
hapInfoSegment
);
in ParseSegmentHead()
Completed in 3 milliseconds