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_ecc_sign
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
burn_file.h
93
}
upg_ecc_sign
;
typedef
151
upg_ecc_sign
sign; /**< Sign of ecc.CNcomment:ECC算法签名。CNend */
170
upg_ecc_sign
ecc; /**< Sign of ecc.CNcomment:ecc签名。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_upg_file.h
100
}
upg_ecc_sign
;
typedef
163
upg_ecc_sign
sign; /**< Sign of ecc.CNcomment:ECC算法签名。CNend */
182
upg_ecc_sign
ecc; /**< Sign of ecc.CNcomment:ecc签名。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_upg_file.h
89
}
upg_ecc_sign
;
typedef
152
upg_ecc_sign
sign; /**< Sign of ecc.CNcomment:ECC算法签名。CNend */
171
upg_ecc_sign
ecc; /**< Sign of ecc.CNcomment:ecc签名。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H
A
D
make_upg_file.py
72
class
upg_ecc_sign
(Structure):
class
359
signature_1_bin = bytearray(sizeof(
upg_ecc_sign
))
360
signature =
upg_ecc_sign
.from_buffer(signature_1_bin)
362
signature_2_bin = bytearray(sizeof(
upg_ecc_sign
))
363
signature =
upg_ecc_sign
.from_buffer(signature_2_bin)
431
(common_head_sign_offset, common_head_sign_size) = make_part_offset_size(temp_offset, sizeof(
upg_ecc_sign
))
447
(upg_file_sign_offset, upg_file_sign_size) = make_part_offset_size(temp_offset, sizeof(
upg_ecc_sign
))
721
(common_head_sign_offset, common_head_sign_size) = make_part_offset_size(temp_offset, sizeof(
upg_ecc_sign
))
735
(upg_file_sign_offset, upg_file_sign_size) = make_part_offset_size(temp_offset, sizeof(
upg_ecc_sign
))
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H
A
D
boot_upg_check.c
186
if (head->section_offset != (sizeof(hi_upg_common_head) + head->key_len + sizeof(
upg_ecc_sign
))) {
in boot_upg_check_alg_param()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
upg_check_file.c
259
if (head->section_offset != (sizeof(hi_upg_common_head) + sizeof(upg_ecc_key) + sizeof(
upg_ecc_sign
))) {
in upg_check_alg_param()
Completed in 5 milliseconds