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:decData
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H
A
D
lnn_common_utils.c
93
uint8_t *
decData
= (uint8_t *)SoftBusCalloc(decDataLen);
in LnnDecryptAesGcm()
local
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_session_message.c
412
uint8_t *
decData
= (uint8_t *)SoftBusCalloc(decDataLen);
in IsDeviceMessagePacket()
local
H
A
D
auth_session_key.c
517
uint8_t *
decData
= (uint8_t *)SoftBusCalloc(decDataLen);
in DecryptInner()
local
H
A
D
auth_manager.c
1362
uint8_t *
decData
= NULL;
in HandleConnectionData()
local
1408
uint8_t *
decData
= NULL;
in HandleDecryptFailData()
local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H
A
D
softbus_proxychannel_message.c
210
static int32_t GetAuthIdReDecrypt(AuthHandle *authHandle, ProxyMessage *msg, uint8_t *
decData
, uint32_t *decDataLen)
in GetAuthIdReDecrypt()
argument
270
uint8_t *
decData
= (uint8_t *)SoftBusCalloc(decDataLen);
in TransProxyParseMessage()
local
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H
A
D
trans_tcp_direct_message.c
1095
uint8_t *
decData
= (uint8_t *)SoftBusCalloc(decDataLen);
in DecryptMessage()
local
Completed in 13 milliseconds