OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTH_TOKEN_WRONG_SID
(Results
1 - 4
of
4
) sorted by null
/system/security/keystore/
auth_token_table.h
54
AUTH_TOKEN_WRONG_SID
= -3, // Found a token with the right challenge, but wrong SID. This
auth_token_table.cpp
136
if (!matching_op->SatisfiesAuth(sids, auth_type)) return
AUTH_TOKEN_WRONG_SID
;
key_store_service.cpp
[
all
...]
/system/security/keystore/tests/
auth_token_table_test.cpp
265
EXPECT_EQ(AuthTokenTable::
AUTH_TOKEN_WRONG_SID
,
Completed in 188 milliseconds