Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp195 if (AuthTokenMatches(auth_set, operation_params, param.long_integer, auth_type_index, in AuthorizeUpdateOrFinish()
288 if (AuthTokenMatches(auth_set, operation_params, param.long_integer, in AuthorizeBegin()
484 bool KeymasterEnforcement::AuthTokenMatches(const AuthProxy& auth_set, in AuthTokenMatches() function in keymaster::KeymasterEnforcement
/system/keymaster/include/keymaster/
Dkeymaster_enforcement.h212 bool AuthTokenMatches(const AuthProxy& auth_set, const AuthorizationSet& operation_params,
/system/security/keystore/
Dkeymaster_enforcement.h202 bool AuthTokenMatches(const AuthorizationSet& auth_set, const HardwareAuthToken& auth_token,
Dkeymaster_enforcement.cpp136 AuthTokenMatches(auth_set, auth_token, user_secure_id.value(), auth_type_index, in AuthorizeUpdateOrFinish()
235 AuthTokenMatches(auth_set, auth_token.value(), secure_id.value(), in AuthorizeBegin()
431 bool KeymasterEnforcement::AuthTokenMatches(const AuthorizationSet& auth_set, in AuthTokenMatches() function in keystore::KeymasterEnforcement