Home
last modified time | relevance | path

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

/system/security/keystore/
Dauth_token_table.h52 AUTH_NOT_REQUIRED = -1, enumerator
Dauth_token_table.cpp111 if (!KeyRequiresAuthentication(key_info, purpose)) return AUTH_NOT_REQUIRED; in FindAuthorization()
Dkey_store_service.cpp1689 case AuthTokenTable::AUTH_NOT_REQUIRED: in getAuthToken()
/system/security/keystore/tests/
Dauth_token_table_test.cpp227 EXPECT_EQ(AuthTokenTable::AUTH_NOT_REQUIRED, in TEST()