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:salt_len
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H
A
D
hkdf.h
58
* \param
salt_len
The length in bytes of the optional \p salt.
74
size_t
salt_len
, const unsigned char *ikm, size_t ikm_len,
92
* \param
salt_len
The length in bytes of the optional \p salt.
103
const unsigned char *salt, size_t
salt_len
,
H
A
D
x509.h
296
int *
salt_len
);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H
A
D
hi_cipher.h
179
hi_u32
salt_len
; /*
salt_len
should be 16 bytes for kdf device key derivation,
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
kernel_crypto.c
130
ctrl.
salt_len
= sizeof(rootkey_iv);
in crypto_prepare()
354
ctrl.
salt_len
= sizeof(salt);
in crypto_gen_key_content()
617
ctrl.
salt_len
= ROOTKEY_IV_BYTE_LENGTH;
in crypto_upg_file_prepare()
H
A
D
upg_check_boot_bin.c
212
ctrl->
salt_len
= ROOTKEY_IV_BYTE_LENGTH;
in upg_boot_decrypt()
H
A
D
upg_common.c
1025
ctrl->
salt_len
= ROOTKEY_IV_BYTE_LENGTH;
in upg_set_kdf_key()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_cipher.h
225
hi_u32
salt_len
; /**<
salt_len
should be 16 bytes for kdf device key derivation,
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
load_crypto.c
116
ctrl.
salt_len
= sizeof(rootkey_iv);
in crypto_prepare()
353
ctrl.
salt_len
= sizeof(salt);
in crypto_gen_key_content()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H
A
D
crypto.c
166
ctrl.
salt_len
= sizeof(rootkey_iv);
in crypto_prepare()
406
ctrl.
salt_len
= sizeof(salt);
in crypto_gen_key_content()
852
ctrl.
salt_len
= ROOTKEY_IV_BYTE_LENGTH;
in boot_crypto_upg_file_prepare()
Completed in 10 milliseconds