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:ed25519Alias
(Results
1 - 1
of
1
) sorted by relevance
/test/xts/acts/security_lite/huks/common/
H
A
D
hks_test_curve25519.c
229
struct HksBlob
ed25519Alias
= { strlen(TEST_ALIAS_ED25519), (uint8_t *)TEST_ALIAS_ED25519 };
in TestCurve25519All()
local
230
int32_t ret = TestGenerateEd25519Key(
ed25519Alias
);
in TestCurve25519All()
232
ret = TestSignEd25519(
ed25519Alias
);
in TestCurve25519All()
234
ret = TestVerifyEd25519(
ed25519Alias
);
in TestCurve25519All()
236
ret = HksDeleteKey(&
ed25519Alias
, NULL);
in TestCurve25519All()
239
ret = TestExportImportEd25519SignVerify(
ed25519Alias
);
in TestCurve25519All()
322
struct HksBlob
ed25519Alias
= { strlen(TEST_ALIAS_ED25519), (uint8_t *)TEST_ALIAS_ED25519 };
in TestEd25519SignTeeVerifyLocal()
local
329
int32_t ret = TestGenerateEd25519Key(
ed25519Alias
);
in TestEd25519SignTeeVerifyLocal()
332
ret = HksExportPublicKey(&
ed25519Alias
, NULL, &pubKeyInfo);
in TestEd25519SignTeeVerifyLocal()
338
ret = HksSign(&
ed25519Alias
, paramSetSig
in TestEd25519SignTeeVerifyLocal()
397
struct HksBlob
ed25519Alias
= { strlen(TEST_ALIAS_ED25519), (uint8_t *)TEST_ALIAS_ED25519 };
TestCurve25519SignWrong()
local
455
struct HksBlob
ed25519Alias
= { strlen(TEST_ALIAS_ED25519), (uint8_t *)TEST_ALIAS_ED25519 };
TestCurve25519verifyWrong()
local
[all...]
Completed in 1 milliseconds