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:ECC_32_BYTES
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
upg_check_boot_bin.h
26
#define
ECC_32_BYTES
32
macro
90
hi_u8 px[
ECC_32_BYTES
]; /* pubkey x */
91
hi_u8 py[
ECC_32_BYTES
]; /* pubkey y */
108
hi_u8 px[
ECC_32_BYTES
]; /* X */
109
hi_u8 py[
ECC_32_BYTES
]; /* Y */
110
hi_u8 r[
ECC_32_BYTES
]; /* Signature of Subkey. */
111
hi_u8 s[
ECC_32_BYTES
]; /* Signature of Subkey. */
H
A
D
upg_check_boot_bin.c
266
.s = signature +
ECC_32_BYTES
,
in upg_check_boot_from_mem()
342
.s = signature +
ECC_32_BYTES
,
in upg_check_unencrpt_boot_code()
402
if (pubk2_len !=
ECC_32_BYTES
) {
in upg_get_boot_sign_key()
406
if (memcpy_s(pubk2,
ECC_32_BYTES
, sub_key->py,
ECC_32_BYTES
) != EOK) {
in upg_get_boot_sign_key()
490
puk2_len =
ECC_32_BYTES
;
in upg_check_secure_boot_bin()
H
A
D
upg_check_secure.c
167
.s = (hi_u8 *)param->sign +
ECC_32_BYTES
,
in upg_secure_verify()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
burn_file.h
43
#define
ECC_32_BYTES
32
macro
84
hi_u8 px[
ECC_32_BYTES
]; /**< Pubkey x.CNcomment:ECC密钥x。CNend */
85
hi_u8 py[
ECC_32_BYTES
]; /**< Pubkey y.CNcomment:ECC密钥y。CNend */
90
hi_u8 r[
ECC_32_BYTES
]; /**< Signature of ECC.CNcomment:ECC签名信息r。CNend */
91
hi_u8 s[
ECC_32_BYTES
]; /**< Signature of ECC.CNcomment:ECC签名信息s。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_upg_file.h
50
#define
ECC_32_BYTES
32
macro
91
hi_u8 px[
ECC_32_BYTES
]; /**< Pubkey x.CNcomment:ECC密钥x。CNend */
92
hi_u8 py[
ECC_32_BYTES
]; /**< Pubkey y.CNcomment:ECC密钥y。CNend */
97
hi_u8 r[
ECC_32_BYTES
]; /**< Signature of ECC.CNcomment:ECC签名信息r。CNend */
98
hi_u8 s[
ECC_32_BYTES
]; /**< Signature of ECC.CNcomment:ECC签名信息s。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_upg_file.h
50
#define
ECC_32_BYTES
32
macro
80
hi_u8 px[
ECC_32_BYTES
]; /**< Pubkey x.CNcomment:ECC密钥x。CNend */
81
hi_u8 py[
ECC_32_BYTES
]; /**< Pubkey y.CNcomment:ECC密钥y。CNend */
86
hi_u8 r[
ECC_32_BYTES
]; /**< Signature of ECC.CNcomment:ECC签名信息r。CNend */
87
hi_u8 s[
ECC_32_BYTES
]; /**< Signature of ECC.CNcomment:ECC签名信息s。CNend */
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/
H
A
D
secure.h
23
#define
ECC_32_BYTES
32
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H
A
D
boot_upg_tool.c
207
.s = (hi_u8 *)param->sign +
ECC_32_BYTES
,
in boot_upg_lzma_secure_verify()
H
A
D
boot_upg_check_secure.c
185
.s = (hi_u8 *)param->sign +
ECC_32_BYTES
,
in boot_upg_secure_verify()
Completed in 6 milliseconds