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:signBlock
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/utils/hapsignerblockutils_fuzzer/
H
A
D
hapsignerblockutils_fuzzer.cpp
30
HapSubSignBlockHead
signBlock
;
in HapSignerBlockUtilsFunc()
local
33
HapSignerBlockUtils::CreateHapSubSignBlockHead(
signBlock
, profileBlock, propertyBlock);
in HapSignerBlockUtilsFunc()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
H
A
D
VerifyElf.java
205
Map<Character, SigningBlock>
signBlock
= getSignBlock(bytes, elfSignBlockData);
in verifyElf()
206
if (
signBlock
.containsKey(SignatureBlockTypes.PROFILE_NOSIGNED_BLOCK)) {
in verifyElf()
207
profileByte =
signBlock
.get(SignatureBlockTypes.PROFILE_NOSIGNED_BLOCK).getValue();
in verifyElf()
211
} else if (
signBlock
.containsKey(SignatureBlockTypes.PROFILE_SIGNED_BLOCK)) {
in verifyElf()
213
SigningBlock profileSign =
signBlock
.get(SignatureBlockTypes.PROFILE_SIGNED_BLOCK);
in verifyElf()
224
if (
signBlock
.containsKey(SignElf.CODESIGN_BLOCK_TYPE)) {
in verifyElf()
226
SigningBlock codesign =
signBlock
.get(SignElf.CODESIGN_BLOCK_TYPE);
in verifyElf()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H
A
D
BcPkcs7Generator.java
116
byte[]
signBlock
;
in packagePKCS7()
127
signBlock
= pkcs7.getEncoded(ASN1Encoding.DER);
in packagePKCS7()
133
CMSSignedData cmsSignedData = new CMSSignedData(
signBlock
);
in packagePKCS7()
141
return
signBlock
;
in packagePKCS7()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H
A
D
CodeSigning.java
146
ElfSignBlock
signBlock
= new ElfSignBlock(paddingSize, treeBytes, fsVerityDescriptorWithSign);
in getElfCodeSignBlock()
148
return
signBlock
.toByteArray();
in getElfCodeSignBlock()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H
A
D
code_signing.cpp
217
ElfSignBlock
signBlock
= ElfSignBlock(paddingSize, treeBytes, fsVerityDescriptorWithSign);
in GetElfCodeSignBlock()
local
218
signBlock
.ToByteArray(codesignData);
in GetElfCodeSignBlock()
Completed in 4 milliseconds