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:nonceVal
(Results
1 - 4
of
4
) sorted by relevance
/base/security/device_auth/test/fuzztest/authenticators/account_unrelated/pake/standardexchangetask_fuzzer/
H
A
D
standardexchangetask_fuzzer.cpp
109
uint8_t
nonceVal
[NONCE_LENGTH] = { 0 };
in StandardExchangeTaskTest003()
local
110
exchangeParams.nonce.val =
nonceVal
;
in StandardExchangeTaskTest003()
/base/security/device_auth/test/unittest/deviceauth/source/
H
A
D
standard_exchange_task_test.cpp
110
uint8_t
nonceVal
[NONCE_LENGTH] = { 0 };
in HWTEST_F()
local
111
exchangeParams.nonce.val =
nonceVal
;
in HWTEST_F()
/base/security/device_auth/services/identity_manager/src/
H
A
D
identity_group.c
789
uint8_t *
nonceVal
= (uint8_t *)HcMalloc(PAKE_NONCE_LEN, 0);
in GetSharedSecretForP2pInPake()
local
790
if (
nonceVal
== NULL) {
in GetSharedSecretForP2pInPake()
795
Uint8Buff nonceBuff = {
nonceVal
, PAKE_NONCE_LEN };
in GetSharedSecretForP2pInPake()
800
HcFree(
nonceVal
);
in GetSharedSecretForP2pInPake()
806
HcFree(
nonceVal
);
in GetSharedSecretForP2pInPake()
H
A
D
identity_p2p.c
302
uint8_t
nonceVal
[PAKE_NONCE_LEN] = { 0 };
in GetSharedSecretByUrl()
local
303
Uint8Buff nonceBuff = {
nonceVal
, PAKE_NONCE_LEN };
in GetSharedSecretByUrl()
Completed in 4 milliseconds