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:verity_type
(Results
1 - 3
of
3
) sorted by relevance
/base/startup/hvb/libhvb/include/
H
A
D
hvb_cert.h
105
uint32_t
verity_type
;
member
/base/startup/hvb/tools/
H
A
D
hvbtool.py
33
'
verity_type
': 'hash', \
128
self.
verity_type
= 'hash' if verity == 1 else 'hashtree'
152
msg += "\tverity type(hash/hashtree): {}\n".format(self.
verity_type
)
707
self.vertype = _params['
verity_type
'].lower() # verity type: hash - 1 or hashtree - 2 (fix)
751
# 0: SHA256(
verity_type
为hash时的默认值)0:SHA256(
verity_type
为hashtree时的默认值)2:SHA512
852
verity_type
= 0
854
verity_type
= 1 # hash: 1 hashtree: 2
862
verity_type
= 2 # hash: 1 hashtree: 2
875
print("[hvbtool][ERROR]: Invalid
verity_type
[all...]
/base/startup/hvb/libhvb/src/cert/
H
A
D
hvb_cert.c
111
enum hvb_image_type image_type = (enum hvb_image_type)cert->
verity_type
;
in hash_image_init_desc()
Completed in 3 milliseconds