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_key
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
burn_file.h
87
}
upg_ecc_key
;
typedef
150
upg_ecc_key
key; /**< Key of ecc.CNcomment:ECC算法密钥。CNend */
162
upg_ecc_key
ecc; /**< Key of ecc.CNcomment:ecc密钥。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_upg_file.h
94
}
upg_ecc_key
;
typedef
162
upg_ecc_key
key; /**< Key of ecc.CNcomment:ECC算法密钥。CNend */
174
upg_ecc_key
ecc; /**< Key of ecc.CNcomment:ecc密钥。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_upg_file.h
83
}
upg_ecc_key
;
typedef
151
upg_ecc_key
key; /**< Key of ecc.CNcomment:ECC算法密钥。CNend */
163
upg_ecc_key
ecc; /**< Key of ecc.CNcomment:ecc密钥。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H
A
D
make_upg_file.py
65
class
upg_ecc_key
(Structure):
class
288
key_bin = bytearray(sizeof(
upg_ecc_key
))
289
ecc_key =
upg_ecc_key
.from_buffer(key_bin)
430
(common_key_offset, common_key_size) = make_part_offset_size(temp_offset, sizeof(
upg_ecc_key
))
720
(common_key_offset, common_key_size) = make_part_offset_size(temp_offset, sizeof(
upg_ecc_key
))
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H
A
D
boot_upg_check.c
183
if (head->key_len != sizeof(
upg_ecc_key
)) {
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