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:AuthIdentity
(Results
1 - 9
of
9
) sorted by relevance
/base/security/device_auth/services/identity_manager/inc/
H
A
D
identity_manager.h
50
}
AuthIdentity
;
typedef
60
const
AuthIdentity
*(*getAuthIdentityByType)(AuthIdentityType type);
64
const
AuthIdentity
*GetGroupAuthIdentity(void);
65
const
AuthIdentity
*GetPinAuthIdentity(void);
66
const
AuthIdentity
*GetP2pAuthIdentity(void);
67
const
AuthIdentity
*GetAuthIdentityByType(AuthIdentityType type);
/base/security/device_auth/services/identity_manager/src/mock/
H
A
D
identity_manager_mock.c
36
const
AuthIdentity
*GetAuthIdentityByType(AuthIdentityType type)
in GetAuthIdentityByType()
47
const
AuthIdentity
*GetGroupAuthIdentity(void)
in GetGroupAuthIdentity()
52
const
AuthIdentity
*GetPinAuthIdentity(void)
in GetPinAuthIdentity()
57
const
AuthIdentity
*GetP2pAuthIdentity(void)
in GetP2pAuthIdentity()
/base/security/device_auth/services/creds_manager/src/
H
A
D
creds_manager.c
64
static const
AuthIdentity
*getAuthIdentity(const CJson *in, const Uint8Buff *presharedUrl)
in getAuthIdentity()
108
const
AuthIdentity
*authIdentity = GetAuthIdentityByType(identityType);
in GetCredInfosByPeerIdentity()
144
const
AuthIdentity
*authIdentity = getAuthIdentity(in, presharedUrl);
in GetCredInfoByPeerUrl()
162
const
AuthIdentity
*authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P);
in GetSharedSecretByUrl()
175
const
AuthIdentity
*authIdentity = getAuthIdentity(in, presharedUrl);
in GetSharedSecretByUrl()
192
const
AuthIdentity
*authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P);
in GetCredInfoByPeerCert()
205
const
AuthIdentity
*authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_GROUP);
in GetCredInfoByPeerCert()
221
const
AuthIdentity
*authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P);
in GetSharedSecretByPeerCert()
234
const
AuthIdentity
*authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_GROUP);
in GetSharedSecretByPeerCert()
/base/security/device_auth/services/identity_manager/src/
H
A
D
identity_manager.c
38
const
AuthIdentity
*GetAuthIdentityByType(AuthIdentityType type)
in GetAuthIdentityByType()
H
A
D
identity_pin.c
379
static const
AuthIdentity
g_authIdentity = {
387
const
AuthIdentity
*GetPinAuthIdentity(void)
in GetPinAuthIdentity()
H
A
D
identity_p2p.c
344
static const
AuthIdentity
g_authIdentity = {
352
const
AuthIdentity
*GetP2pAuthIdentity(void)
in GetP2pAuthIdentity()
H
A
D
identity_group.c
931
static const
AuthIdentity
g_authIdentity = {
939
const
AuthIdentity
*GetGroupAuthIdentity(void)
in GetGroupAuthIdentity()
/base/security/device_auth/test/unittest/deviceauth/source/
H
A
D
identity_manager_test.cpp
176
const
AuthIdentity
*identity = GetGroupAuthIdentity();
in HWTEST_F()
212
const
AuthIdentity
*identity = GetP2pAuthIdentity();
in HWTEST_F()
253
const
AuthIdentity
*identity = GetPinAuthIdentity();
in HWTEST_F()
H
A
D
deviceauth_func_test.cpp
1333
const
AuthIdentity
*authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_INVALID);
in HWTEST_F()
Completed in 8 milliseconds