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.h51 AUTH_TOKEN_WRONG_SID = -3, // Found a token with the right challenge, but wrong SID. This enumerator
Dauth_token_table.cpp117 return AUTH_TOKEN_WRONG_SID; in FindAuthPerOpAuthorization()
Dkey_store_service.cpp1375 case keymaster::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()