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:GetKeyTypePair
(Results
1 - 7
of
7
) sorted by relevance
/base/security/device_auth/services/identity_manager/src/
H
A
D
identity_manager.c
33
uint8_t *
GetKeyTypePair
(KeyAliasType keyAliasType)
in GetKeyTypePair()
function
H
A
D
credential_operator.c
189
Uint8Buff keyTypeBuff = {
GetKeyTypePair
(keyAliasType), KEY_TYPE_PAIR_LEN };
in GenerateKeyAliasInner()
/base/security/device_auth/services/identity_manager/src/mock/
H
A
D
identity_manager_mock.c
31
uint8_t *
GetKeyTypePair
(KeyAliasType keyAliasType)
in GetKeyTypePair()
function
/base/security/device_auth/services/identity_manager/inc/
H
A
D
identity_manager.h
71
uint8_t *
GetKeyTypePair
(KeyAliasType keyAliasType);
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H
A
D
das_task_common.c
38
static uint8_t *
GetKeyTypePair
(KeyAliasType keyAliasType)
in GetKeyTypePair()
function
381
Uint8Buff keyTypeBuff = {
GetKeyTypePair
(keyType), KEY_TYPE_PAIR_LEN };
in GenerateKeyAlias()
432
Uint8Buff keyTypeBuff = {
GetKeyTypePair
(KEY_ALIAS_AUTH_TOKEN), KEY_TYPE_PAIR_LEN };
in GeneratePseudonymPskAlias()
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H
A
D
auth_code_import.c
95
static uint8_t *
GetKeyTypePair
(KeyAliasType keyAliasType)
in GetKeyTypePair()
function
184
Uint8Buff keyTypeBuff = {
GetKeyTypePair
(KEY_ALIAS_AUTH_TOKEN), KEY_TYPE_PAIR_LEN };
in GenerateKeyAlias()
H
A
D
pub_key_exchange.c
95
static uint8_t *
GetKeyTypePair
(KeyAliasType keyAliasType)
in GetKeyTypePair()
function
194
Uint8Buff keyTypeBuff = {
GetKeyTypePair
(keyAliasType), KEY_TYPE_PAIR_LEN };
in GenerateKeyAlias()
Completed in 5 milliseconds