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:encryptParams
(Results
1 - 4
of
4
) sorted by relevance
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H
A
D
huks_adapter.c
992
struct HksParam *
encryptParams
= (struct HksParam *)HcMalloc(sizeof(struct HksParam) * len, 0);
in ConstructAesGcmEncryptParamSet()
local
993
if (
encryptParams
== NULL) {
in ConstructAesGcmEncryptParamSet()
994
LOGE("Malloc for
encryptParams
failed.");
in ConstructAesGcmEncryptParamSet()
998
encryptParams
[idx].tag = HKS_TAG_PURPOSE;
in ConstructAesGcmEncryptParamSet()
999
encryptParams
[idx++].uint32Param = HKS_KEY_PURPOSE_ENCRYPT;
in ConstructAesGcmEncryptParamSet()
1000
encryptParams
[idx].tag = HKS_TAG_ALGORITHM;
in ConstructAesGcmEncryptParamSet()
1001
encryptParams
[idx++].uint32Param = HKS_ALG_AES;
in ConstructAesGcmEncryptParamSet()
1002
encryptParams
[idx].tag = HKS_TAG_BLOCK_MODE;
in ConstructAesGcmEncryptParamSet()
1003
encryptParams
[idx++].uint32Param = HKS_MODE_GCM;
in ConstructAesGcmEncryptParamSet()
1004
encryptParams
[id
in ConstructAesGcmEncryptParamSet()
[all...]
/base/security/asset/services/crypto_manager/src/
H
A
D
huks_wrapper.c
220
struct HksParam
encryptParams
[] = {
in EncryptData()
local
230
int32_t ret = BuildParamSet(&encryptParamSet,
encryptParams
, ARRAY_SIZE(
encryptParams
), keyId->userId);
in EncryptData()
/base/telephony/core_service/utils/common/src/
H
A
D
tel_aes_crypto_util.cpp
114
static struct HksParam
encryptParams
[] = {
in AesCryptoEncrypt()
local
128
ret = InitParamSet(&encryptParamSet,
encryptParams
, sizeof(
encryptParams
) / sizeof(HksParam));
in AesCryptoEncrypt()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H
A
D
hks_chipset_platform_encrypt_test.cpp
405
struct HksParam
encryptParams
[] = {
in AesGcmEncrypt()
local
415
ret = InitParamSet(&encryptParamSet.s,
encryptParams
, HKS_ARRAY_SIZE(
encryptParams
));
in AesGcmEncrypt()
Completed in 6 milliseconds