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:CERTIFICATED
(Results
1 - 5
of
5
) sorted by relevance
/base/security/device_auth/services/identity_manager/inc/
H
A
D
identity_defines.h
59
typedef enum { PRE_SHARED,
CERTIFICATED
} IdentityProofType;
enumerator
/base/security/device_auth/services/session_manager/src/session/v2/
H
A
D
dev_session_v2.c
986
if (cred->proofType ==
CERTIFICATED
) {
in CreateIsoSubSession()
1015
if (cred->proofType ==
CERTIFICATED
) {
in CreateDlSpekeSubSession()
1066
EcSpekeCurveType curveType = (cred->proofType ==
CERTIFICATED
) ? CURVE_TYPE_256 : CURVE_TYPE_25519;
in CreateEcSpekeSubSession()
1300
if (cred->proofType ==
CERTIFICATED
) {
in AddAuthInfoToContextByCred()
1453
if (cred->proofType !=
CERTIFICATED
) {
in SetPeerUserIdToContext()
H
A
D
dev_session_util.c
277
if (info->proofType ==
CERTIFICATED
) {
in IsP2pAuth()
/base/security/device_auth/services/identity_manager/src/
H
A
D
identity_group.c
287
if (info->proofType ==
CERTIFICATED
) {
in GetIdentityInfos()
291
if (info->proofType ==
CERTIFICATED
) {
in GetIdentityInfos()
H
A
D
cert_operation.c
438
info->proofType =
CERTIFICATED
;
in GetAccountAsymIdentityInfo()
Completed in 9 milliseconds