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
defs:pubKey
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H
A
D
adaptor_algorithm.h
37
Buffer *
pubKey
;
member
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H
A
D
adaptor_algorithm.h
40
Buffer *
pubKey
;
member
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H
A
D
pool.h
45
uint8_t
pubKey
[PUBLIC_KEY_LEN];
member
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H
A
D
executor_func_common.h
56
uint8_t
pubKey
[ED25519_FIX_PUBKEY_BUFFER_SIZE];
member
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H
A
D
pin_auth_test.cpp
171
std::vector<uint8_t>
pubKey
;
in HWTEST_F()
local
290
std::vector<uint8_t>
pubKey
;
in HWTEST_F()
local
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H
A
D
signature_operation.cpp
261
Buffer *
pubKey
= g_keyPair->
pubKey
;
in GetExecutorPublicKey()
local
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H
A
D
adaptor_algorithm.c
190
int32_t Ed25519Verify(const Buffer *
pubKey
, cons
argument
[all...]
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H
A
D
adaptor_algorithm.c
181
int32_t Ed25519Verify(const Buffer *
pubKey
, cons
argument
[all...]
/drivers/peripheral/pin_auth/hdi_service/main/src/
H
A
D
executor_func_common.c
239
VerifyAndGetDataAttribute( uint64_t scheduleId, Attribute **data, const Buffer *
pubKey
, const uint8_t *msg, uint32_t msgSize)
VerifyAndGetDataAttribute()
argument
H
A
D
pin_auth.cpp
279
int32_t PinAuth::GetExecutorInfo(int32_t executorRole, std::vector<uint8_t> &
pubKey
, uint32_t &esl,
in GetExecutorInfo()
argument
Completed in 7 milliseconds