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:AuthVerifyType
(Results
1 - 7
of
7
) sorted by relevance
/developtools/hdc/src/common/
H
A
D
auth.h
28
bool RsaSignAndBase64(string &buf, Hdc::
AuthVerifyType
type);
H
A
D
define_plus.h
245
AuthVerifyType
verifyType;
294
verifyType =
AuthVerifyType
::RSA_3072_SHA512;
in HdcSession()
H
A
D
define_enum.h
67
enum
AuthVerifyType
{ RSA_ENCRYPT = 0, RSA_3072_SHA512 = 1, UNKNOWN = 100 };
enum
H
A
D
auth.cpp
842
bool RsaSignAndBase64(string &buf,
AuthVerifyType
type)
in RsaSignAndBase64()
857
if (type ==
AuthVerifyType
::RSA_3072_SHA512) {
in RsaSignAndBase64()
H
A
D
session.cpp
1074
Base::TlvAppend(handshake.buf, TAG_AUTH_TYPE, std::to_string(
AuthVerifyType
::RSA_3072_SHA512));
in WorkThreadInitSession()
/developtools/hdc/src/daemon/
H
A
D
daemon.cpp
431
if (hSession->verifyType ==
AuthVerifyType
::RSA_3072_SHA512) {
in InitMod()
433
Base::TlvAppend(handshake.buf, TAG_AUTH_TYPE, std::to_string(
AuthVerifyType
::RSA_3072_SHA512));
in InitMod()
599
if (hSession->verifyType ==
AuthVerifyType
::RSA_3072_SHA512) {
in InitMod()
722
hSession->verifyType =
AuthVerifyType
::RSA_ENCRYPT;
in InitMod()
728
tlvMap[TAG_AUTH_TYPE] == std::to_string(
AuthVerifyType
::RSA_3072_SHA512)) {
in InitMod()
729
hSession->verifyType =
AuthVerifyType
::RSA_3072_SHA512;
in InitMod()
/developtools/hdc/src/host/
H
A
D
server.cpp
436
hSession->verifyType =
AuthVerifyType
::RSA_ENCRYPT;
in GetDaemonAuthType()
442
tlvmap[TAG_AUTH_TYPE] != std::to_string(
AuthVerifyType
::RSA_3072_SHA512)) {
in GetDaemonAuthType()
446
hSession->verifyType =
AuthVerifyType
::RSA_3072_SHA512;
in GetDaemonAuthType()
Completed in 10 milliseconds