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:key_from
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
kernel_crypto.c
142
aes_ctrl->
key_from
= HI_CIPHER_AES_KEY_FROM_CPU;
in crpto_set_aes_ctrl_default_value()
164
.
key_from
= HI_CIPHER_AES_KEY_FROM_KDF,
in crypto_decrypt_hash()
208
aes_ctrl.
key_from
= HI_CIPHER_AES_KEY_FROM_KDF;
in crypto_encrypt_hash()
646
aes_ctrl.
key_from
= HI_CIPHER_AES_KEY_FROM_KDF;
in crypto_upg_file_decrypt()
H
A
D
upg_check_boot_bin.c
223
aes_ctrl->
key_from
= HI_CIPHER_AES_KEY_FROM_KDF;
in upg_boot_decrypt()
H
A
D
upg_common.c
1052
aes_ctrl->
key_from
= HI_CIPHER_AES_KEY_FROM_KDF;
in upg_boot_key_decrypt()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
load_crypto.c
38
aes_ctrl->
key_from
= HI_CIPHER_AES_KEY_FROM_CPU;
in crpto_set_aes_ctrl_default_value()
149
.
key_from
= HI_CIPHER_AES_KEY_FROM_KDF,
in crypto_decrypt_hash()
196
aes_ctrl.
key_from
= HI_CIPHER_AES_KEY_FROM_KDF;
in crypto_encrypt_hash()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H
A
D
hi_cipher.h
156
hi_cipher_aes_key_from
key_from
; /* Key from, When using kdf key, no nead to configure the input key. */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_cipher.h
201
hi_cipher_aes_key_from
key_from
; /**< Key from, When using kdf key, no nead to configure the input key. */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H
A
D
crypto.c
197
aes_ctrl->
key_from
= HI_CIPHER_AES_KEY_FROM_CPU;
in crpto_set_aes_ctrl_default_value()
222
aes_ctrl.
key_from
= HI_CIPHER_AES_KEY_FROM_KDF;
in crypto_encrypt_hash()
267
.
key_from
= HI_CIPHER_AES_KEY_FROM_KDF,
in crypto_decrypt_hash()
892
aes_ctrl.
key_from
= HI_CIPHER_AES_KEY_FROM_KDF;
in boot_crypto_upg_file_decrypt()
Completed in 11 milliseconds