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:kdf_mode
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H
A
D
hi_cipher.h
182
hi_cipher_kdf_mode
kdf_mode
; /* kdf mode for key derivation. */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
kernel_crypto.c
132
ctrl.
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_STORAGE;
in crypto_prepare()
356
ctrl.
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_DEVICE; /* In this mode, user should provide root key. */
in crypto_gen_key_content()
619
ctrl.
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_STORAGE;
in crypto_upg_file_prepare()
H
A
D
upg_check_boot_bin.c
214
ctrl->
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_STORAGE;
in upg_boot_decrypt()
H
A
D
upg_common.c
1027
ctrl->
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_STORAGE;
in upg_set_kdf_key()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_cipher.h
228
hi_cipher_kdf_mode
kdf_mode
; /**< kdf mode for key derivation. */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
load_crypto.c
118
ctrl.
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_STORAGE;
in crypto_prepare()
355
ctrl.
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_DEVICE; /* In this mode, user should provide root key. */
in crypto_gen_key_content()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H
A
D
crypto.c
171
ctrl.
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_STORAGE;
in crypto_prepare()
408
ctrl.
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_DEVICE; /* 用户提供HUK值的方式 */
in crypto_gen_key_content()
854
ctrl.
kdf_mode
= HI_CIPHER_SSS_KDF_KEY_STORAGE;
in boot_crypto_upg_file_prepare()
Completed in 9 milliseconds