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:upg_sha256_sign
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
burn_file.h
102
}
upg_sha256_sign
;
typedef
156
upg_sha256_sign
sign; /**< Hash of sha256.CNcomment:SHA256算法哈希值。CNend */
171
upg_sha256_sign
sha; /**< Hash of sha256.CNcomment:SHA256哈希。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_upg_file.h
109
}
upg_sha256_sign
;
typedef
168
upg_sha256_sign
sign; /**< Hash of sha256.CNcomment:SHA256算法哈希值。CNend */
183
upg_sha256_sign
sha; /**< Hash of sha256.CNcomment:SHA256哈希。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_upg_file.h
98
}
upg_sha256_sign
;
typedef
157
upg_sha256_sign
sign; /**< Hash of sha256.CNcomment:SHA256算法哈希值。CNend */
172
upg_sha256_sign
sha; /**< Hash of sha256.CNcomment:SHA256哈希。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H
A
D
make_upg_file.py
84
class
upg_sha256_sign
(Structure):
class
370
signature_1_bin = bytearray(sizeof(
upg_sha256_sign
))
371
signature =
upg_sha256_sign
.from_buffer(signature_1_bin)
378
signature_2_bin = bytearray(sizeof(
upg_sha256_sign
))
379
signature =
upg_sha256_sign
.from_buffer(signature_2_bin)
435
(common_head_sign_offset, common_head_sign_size) = make_part_offset_size(temp_offset, sizeof(
upg_sha256_sign
))
449
(upg_file_sign_offset, upg_file_sign_size) = make_part_offset_size(temp_offset, sizeof(
upg_sha256_sign
))
725
(common_head_sign_offset, common_head_sign_size) = make_part_offset_size(temp_offset, sizeof(
upg_sha256_sign
))
737
(upg_file_sign_offset, upg_file_sign_size) = make_part_offset_size(temp_offset, sizeof(
upg_sha256_sign
))
Completed in 4 milliseconds