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:digestParam
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/acts/security_lite/huks/common/
H
A
D
hks_test_curve25519.c
54
struct HksParam
digestParam
= {0};
in TestGenerateEd25519Key()
local
55
digestParam
.tag = HKS_TAG_DIGEST;
in TestGenerateEd25519Key()
56
digestParam
.uint32Param = HKS_DIGEST_SHA512;
in TestGenerateEd25519Key()
57
ret = HksAddParams(paramSet, &
digestParam
, 1);
in TestGenerateEd25519Key()
89
struct HksParam
digestParam
= {0};
in TestSignEd25519()
local
90
digestParam
.tag = HKS_TAG_DIGEST;
in TestSignEd25519()
91
digestParam
.uint32Param = HKS_DIGEST_SHA512;
in TestSignEd25519()
92
ret = HksAddParams(paramSet, &
digestParam
, 1);
in TestSignEd25519()
131
struct HksParam
digestParam
= {0};
in TestVerifyEd25519()
local
132
digestParam
in TestVerifyEd25519()
178
struct HksParam
digestParam
= {0};
TestImportEd25519()
local
261
struct HksParam
digestParam
= {0};
BuildTeeSignParamSet()
local
307
struct HksParam
digestParam
= {0};
BuildLocalVerifyParamSet()
local
374
struct HksParam
digestParam
= {0};
TestSignEd25519Wrong()
local
431
struct HksParam
digestParam
= {0};
TestVerifyEd25519Wrong()
local
[all...]
H
A
D
hks_test_common.c
128
struct HksParam
digestParam
= {0};
in TestGenerateKeyParamSetPre()
local
129
digestParam
.tag = HKS_TAG_DIGEST;
in TestGenerateKeyParamSetPre()
130
digestParam
.uint32Param = paramStruct->digest;
in TestGenerateKeyParamSetPre()
131
ret = HksAddParams(paramSet, (const struct HksParam *)&
digestParam
, 1);
in TestGenerateKeyParamSetPre()
350
struct HksParam
digestParam
= {0};
in TestConstructMacParamSet()
local
351
digestParam
.tag = HKS_TAG_DIGEST;
in TestConstructMacParamSet()
352
digestParam
.uint32Param = paramStruct->digest;
in TestConstructMacParamSet()
353
ret = HksAddParams(paramSet, (const struct HksParam *)&
digestParam
, 1);
in TestConstructMacParamSet()
448
struct HksParam
digestParam
= {0};
in TestDeriveParamSetPre()
local
449
digestParam
in TestDeriveParamSetPre()
534
struct HksParam
digestParam
= {0};
TestConstructHashParamSet()
local
[all...]
Completed in 2 milliseconds