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:tokenDataPlain
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/idm_test/
H
A
D
enroll_specification_check_test.cpp
74
token.
tokenDataPlain
.authType = FACE_AUTH;
in HWTEST_F()
77
token.
tokenDataPlain
.time = GetSystemTime();
in HWTEST_F()
82
token.
tokenDataPlain
.authType = PIN_AUTH;
in HWTEST_F()
83
token.
tokenDataPlain
.authMode = SCHEDULE_MODE_AUTH;
in HWTEST_F()
84
token.
tokenDataPlain
.tokenType = TOKEN_TYPE_LOCAL_AUTH;
in HWTEST_F()
87
token.
tokenDataPlain
.authMode = SCHEDULE_MODE_AUTH;
in HWTEST_F()
88
token.
tokenDataPlain
.tokenType = TOKEN_TYPE_COAUTH;
in HWTEST_F()
91
token.
tokenDataPlain
.tokenType = TOKEN_TYPE_LOCAL_AUTH;
in HWTEST_F()
110
token.
tokenDataPlain
.authType = authType;
in HWTEST_F()
111
token.
tokenDataPlain
in HWTEST_F()
[all...]
H
A
D
user_idm_funcs_test.cpp
215
token.
tokenDataPlain
.authType = 4;
in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H
A
D
user_auth_funcs_test.cpp
108
userAuthTokenCached.
tokenDataPlain
.time = GetSystemTime() + 600;
in HWTEST_F()
109
userAuthTokenCached.
tokenDataPlain
.authType = 1;
in HWTEST_F()
110
userAuthTokenCached.
tokenDataPlain
.authTrustLevel = ATL4;
in HWTEST_F()
114
userAuthTokenCached.
tokenDataPlain
.authMode = SCHEDULE_MODE_AUTH;
in HWTEST_F()
115
userAuthTokenCached.
tokenDataPlain
.tokenType = TOKEN_TYPE_LOCAL_AUTH;
in HWTEST_F()
119
userAuthTokenCached.
tokenDataPlain
.time = GetSystemTime();
in HWTEST_F()
143
userAuthTokenCached.
tokenDataPlain
.authType = 1;
in HWTEST_F()
144
userAuthTokenCached.
tokenDataPlain
.authTrustLevel = ATL3;
in HWTEST_F()
145
userAuthTokenCached.
tokenDataPlain
.time = GetSystemTime() + 300;
in HWTEST_F()
146
userAuthTokenCached.
tokenDataPlain
in HWTEST_F()
[all...]
H
A
D
user_sign_centre_test.cpp
66
token.
tokenDataPlain
.time = UINT64_MAX;
in HWTEST_F()
68
token.
tokenDataPlain
.time = 0;
in HWTEST_F()
70
token.
tokenDataPlain
.time = GetSystemTime();
in HWTEST_F()
94
.
tokenDataPlain
= {
in HWTEST_F()
119
EXPECT_EQ(memcmp(&(userAuthTokenPlain.
tokenDataPlain
), &(token.
tokenDataPlain
),
in HWTEST_F()
120
sizeof(userAuthTokenPlain.
tokenDataPlain
)), 0);
in HWTEST_F()
148
userAuthToken.
tokenDataPlain
.time = UINT64_MAX;
in HWTEST_F()
150
userAuthToken.
tokenDataPlain
.time = GetSystemTime();
in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/idm/src/
H
A
D
enroll_specification_check.c
61
if (tokenPlain.
tokenDataPlain
.authType != PIN_AUTH) {
in CheckIdmOperationToken()
65
if ((tokenPlain.
tokenDataPlain
.authMode != SCHEDULE_MODE_AUTH &&
in CheckIdmOperationToken()
66
tokenPlain.
tokenDataPlain
.authMode != SCHEDULE_MODE_ENROLL)
in CheckIdmOperationToken()
67
|| (tokenPlain.
tokenDataPlain
.tokenType != TOKEN_TYPE_LOCAL_AUTH)) {
in CheckIdmOperationToken()
71
ret = CheckChallenge(tokenPlain.
tokenDataPlain
.challenge, CHALLENGE_LEN);
in CheckIdmOperationToken()
88
if (!IsValidTokenTime(tokenPlain.
tokenDataPlain
.time)) {
in CheckIdmOperationToken()
H
A
D
user_idm_funcs.c
264
ResultCode ret = GetEnrollTokenDataPlain(credentialInfo, &(tokenPlain.
tokenDataPlain
));
in GetAuthTokenForPinEnroll()
/drivers/peripheral/user_auth/hdi_service/common/src/
H
A
D
user_sign_centre.c
39
if (currentTime < userAuthToken->
tokenDataPlain
.time) {
in IsTimeValid()
42
if (currentTime - userAuthToken->
tokenDataPlain
.time > TOKEN_VALIDITY_PERIOD) {
in IsTimeValid()
168
tokenPlain->
tokenDataPlain
= userAuthToken->
tokenDataPlain
;
in UserAuthTokenVerify()
276
authToken->
tokenDataPlain
= tokenPlain->
tokenDataPlain
;
in UserAuthTokenSign()
277
authToken->
tokenDataPlain
.time = GetSystemTime();
in UserAuthTokenSign()
278
LOG_INFO("signed token type %{public}u", authToken->
tokenDataPlain
.tokenType);
in UserAuthTokenSign()
/drivers/peripheral/user_auth/hdi_service/common/inc/
H
A
D
user_sign_centre.h
56
TokenDataPlain
tokenDataPlain
;
member
64
TokenDataPlain
tokenDataPlain
;
member
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H
A
D
user_auth_funcs.c
322
if ((g_unlockAuthResult.authToken.
tokenDataPlain
.authMode != SCHEDULE_MODE_AUTH)
in CheckReuseUnlockTokenValid()
323
|| (g_unlockAuthResult.authToken.
tokenDataPlain
.tokenType != TOKEN_TYPE_LOCAL_AUTH)) {
in CheckReuseUnlockTokenValid()
328
if (time < g_unlockAuthResult.authToken.
tokenDataPlain
.time) {
in CheckReuseUnlockTokenValid()
332
if ((time - g_unlockAuthResult.authToken.
tokenDataPlain
.time) > REUSED_UNLOCK_TOKEN_PERIOD) {
in CheckReuseUnlockTokenValid()
338
if ((time - g_unlockAuthResult.authToken.
tokenDataPlain
.time) > info->reuseUnlockResultDuration) {
in CheckReuseUnlockTokenValid()
346
if (info->authTrustLevel > g_unlockAuthResult.authToken.
tokenDataPlain
.authTrustLevel) {
in CheckReuseUnlockTokenValid()
352
if (info->authTypes[i] == g_unlockAuthResult.authToken.
tokenDataPlain
.authType) {
in CheckReuseUnlockTokenValid()
370
reuseResult->authType = g_unlockAuthResult.authToken.
tokenDataPlain
.authType;
in GetReuseUnlockResult()
371
((UserAuthTokenHal *)reuseResult->token)->
tokenDataPlain
.authMode = SCHEDULE_MODE_REUSE_UNLOCK_AUTH_RESULT;
in GetReuseUnlockResult()
372
((UserAuthTokenHal *)reuseResult->token)->
tokenDataPlain
in GetReuseUnlockResult()
[all...]
H
A
D
auth_token_signer.c
92
ResultCode ret = GetAuthTokenDataPlain(context, authMode, &(tokenPlain.
tokenDataPlain
));
in GetAuthTokenDataAndSign()
Completed in 5 milliseconds