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:sts_client
(Results
1 - 4
of
4
) sorted by relevance
/base/security/device_auth/frameworks/deviceauth_lite/inc/auth_info/
H
A
D
remove_auth_info_client.h
26
struct
sts_client
*
sts_client
;
member
/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H
A
D
sts_client.h
29
struct
sts_client
{
struct
61
struct
sts_client
{
struct
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/
H
A
D
distribution.h
43
struct
sts_client
*
sts_client
;
member
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H
A
D
sts_client.c
36
struct
sts_client
*
sts_client
= (struct
sts_client
*)MALLOC(sizeof(struct
sts_client
));
in build_sts_client()
local
73
struct
sts_client
*
sts_client
= (struct
sts_client
*)handle;
build_start_request_data()
local
113
struct
sts_client
*
sts_client
= (struct
sts_client
*)handle;
parse_start_response_data()
local
147
struct
sts_client
*
sts_client
= (struct
sts_client
*)handle;
generate_sign_message()
local
178
struct
sts_client
*
sts_client
= (struct
sts_client
*)handle;
verify_response_data()
local
214
struct
sts_client
*
sts_client
= (struct
sts_client
*)handle;
generate_sts_request_sign()
local
276
struct
sts_client
*
sts_client
= (struct
sts_client
*)handle;
init_signature()
local
341
struct
sts_client
*
sts_client
= (struct
sts_client
*)handle;
build_end_request_data()
local
390
struct
sts_client
*
sts_client
= (struct
sts_client
*)handle;
parse_end_response_data()
local
425
send_sts_start_request(struct
sts_client
*
sts_client
, struct message *send)
send_sts_start_request()
argument
451
send_sts_end_request(struct
sts_client
*
sts_client
, const struct message *receive, struct message *send)
send_sts_end_request()
argument
481
receive_sts_end_response(struct
sts_client
*
sts_client
, struct message *receive)
receive_sts_end_response()
argument
500
generate_output_key(struct
sts_client
*
sts_client
)
generate_output_key()
argument
[all...]
Completed in 2 milliseconds