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:signSize
(Results
1 - 4
of
4
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H
A
D
fs_verity_descriptor.h
54
return
signSize
;
in GetSignSize()
68
this->
signSize
= builder.
signSize
;
in FsVerityDescriptor()
106
Builder& SetSignSize(int
signSize
)
in SetSignSize()
argument
108
this->
signSize
=
signSize
;
in SetSignSize()
159
int
signSize
;
member in OHOS::SignatureTools::FsVerityDescriptor::Builder
173
int
signSize
;
member in OHOS::SignatureTools::FsVerityDescriptor
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
H
A
D
PageInfoExtension.java
40
* 6) u32
signSize
: signature size
74
private int
signSize
;
field in PageInfoExtension
95
this.
signSize
= signature.length;
in setSignature()
97
this.zeroPadding = new byte[(SIGNATURE_ALIGNMENT - (
signSize
% SIGNATURE_ALIGNMENT)) % SIGNATURE_ALIGNMENT];
in setSignature()
121
return Extension.EXTENSION_HEADER_SIZE + PAGE_INFO_EXTENSION_DATA_SIZE_WITHOUT_SIGN +
signSize
in size()
138
bf.putInt(this.
signSize
);
in toByteArray()
177
"PageInfoExtension: size[%d], mapOffset[%d], mapSize[%d], unitSize[%d],
signSize
[%d]", size(),
in toString()
178
this.mapOffset, this.mapSize, this.unitSize, this.
signSize
);
in toString()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H
A
D
FsVerityDescriptor.java
31
* uint32
signSize
104
private int
signSize
;
field in FsVerityDescriptor
126
this.
signSize
= builder.
signSize
;
in FsVerityDescriptor()
143
return
signSize
;
in getSignSize()
201
buffer.putInt(
signSize
);
in toByteArray()
303
private int
signSize
;
field in FsVerityDescriptor.Builder
339
public Builder setSignSize(int
signSize
) {
in setSignSize()
argument
340
this.
signSize
=
signSize
;
in setSignSize()
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H
A
D
fs_verity_descriptor.cpp
85
buffer->PutInt32(
signSize
);
in ToByteArray()
Completed in 3 milliseconds