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:pskVal
(Results
1 - 4
of
4
) sorted by relevance
/base/security/device_auth/services/identity_manager/src/
H
A
D
identity_pin.c
297
uint8_t *
pskVal
= (uint8_t *)HcMalloc(ISO_PSK_LEN, 0);
in GetSharedSecretForPinInIso()
local
298
if (
pskVal
== NULL) {
in GetSharedSecretForPinInIso()
303
sharedSecret->val =
pskVal
;
in GetSharedSecretForPinInIso()
H
A
D
identity_group.c
535
uint8_t *
pskVal
= (uint8_t *)HcMalloc(ISO_PSK_LEN, 0);
in GetSharedSecretForP2pInIso()
local
536
if (
pskVal
== NULL) {
in GetSharedSecretForP2pInIso()
541
sharedSecret->val =
pskVal
;
in GetSharedSecretForP2pInIso()
783
uint8_t *
pskVal
= (uint8_t *)HcMalloc(PAKE_PSK_LEN, 0);
in GetSharedSecretForP2pInPake()
local
784
if (
pskVal
== NULL) {
in GetSharedSecretForP2pInPake()
788
Uint8Buff pskBuff = {
pskVal
, PAKE_PSK_LEN };
in GetSharedSecretForP2pInPake()
792
HcFree(
pskVal
);
in GetSharedSecretForP2pInPake()
799
HcFree(
pskVal
);
in GetSharedSecretForP2pInPake()
809
HcFree(
pskVal
);
in GetSharedSecretForP2pInPake()
814
HcFree(
pskVal
);
in GetSharedSecretForP2pInPake()
[all...]
H
A
D
identity_p2p.c
308
uint8_t
pskVal
[PAKE_PSK_LEN] = { 0 };
in GetSharedSecretByUrl()
local
309
Uint8Buff pskBuff = {
pskVal
, PAKE_PSK_LEN };
in GetSharedSecretByUrl()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H
A
D
pake_v1_protocol_task_common.c
313
uint8_t
pskVal
[PAKE_PSK_LEN] = { 0 };
in FillPskWithDerivedKeyHex()
local
314
Uint8Buff pskByte = {
pskVal
, PAKE_PSK_LEN };
in FillPskWithDerivedKeyHex()
Completed in 5 milliseconds