Home
last modified time | relevance | path

Searched refs:AUTH_TOKEN_WRONG_SID (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/
Dauth_token_table.h54 AUTH_TOKEN_WRONG_SID = -3, // Found a token with the right challenge, but wrong SID. This enumerator
Dauth_token_table.cpp136 if (!matching_op->SatisfiesAuth(sids, auth_type)) return AUTH_TOKEN_WRONG_SID; in FindAuthPerOpAuthorization()
Dkey_store_service.cpp1693 case AuthTokenTable::AUTH_TOKEN_WRONG_SID: in getAuthToken()
/system/security/keystore/tests/
Dauth_token_table_test.cpp265 EXPECT_EQ(AuthTokenTable::AUTH_TOKEN_WRONG_SID, in TEST()